whyclj
2019-01-08 34468bdbb6bd4abbbbd37f4ae64e28be69675faa
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);
    }