D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 85b6320509504a8407f43e2ff638e46f6a63f7ec
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);
    }