hdw
2018-11-22 aa39b7fa5eb2eb2f65e00d134c82eaa958900813
gx_tieta/WebRoot/js/dischargetest/bts.js
@@ -241,13 +241,15 @@
   
   // 充电电流
   $('#ChargeCurrSet').testVal('option', 'allOpts', {
      regVal: true,
      min: 0,
      max: list[0].binf.charge_curr_max,
      msg: '取值范围0~'+list[0].binf.charge_curr_max+'A'
      regVal: true
      ,update: true
      ,min: 0
      ,max: list[0].binf.charge_curr_max
      ,msg: '取值范围0~'+list[0].binf.charge_curr_max+'A'
   });
   
   $('#ChargeCurrSetLabel').text('充电电流(0~'+list[0].binf.charge_curr_max+'A)');
   // 设置文本值
   $('#ChargeCurrSetLabel .val-range').text('0~'+list[0].binf.charge_curr_max);
}
// 更新BTS设备测试信息