whyclj
2019-01-09 5c1209b81f457cca5711a75192dd5f049244ebcf
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);
    }