hdw
2019-01-18 0d3439eff37ad2c5d1b998adb48be70ff4d7fd02
gx_tieta/WebRoot/charge-test.jsp
@@ -4172,7 +4172,7 @@
    function getBattStr() {
       var battInfo = getBattinfById();
       //console.info(battInfo);
       var battStr = battInfo.StationName+'-'+battInfo.BattGroupName;
       var battStr = battInfo.StationName+'-'+battInfo.BattGroupName+'-标称容量'+battInfo.MonCapStd+'AH';
       $('#address_infor').text(battStr);
    }