From fd6d6cd32f67ed272f071666da57949e360f4674 Mon Sep 17 00:00:00 2001 From: CJJ <Administrator@USER-20180117QL> Date: 星期三, 19 十二月 2018 16:58:46 +0800 Subject: [PATCH] 修改 --- gx_tieta/WebRoot/mobil/batt-infor-conf-temp1.html | 20 +++++++++++++------- 1 files changed, 13 insertions(+), 7 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/batt-infor-conf-temp1.html b/gx_tieta/WebRoot/mobil/batt-infor-conf-temp1.html index de28ba3..a41089d 100644 --- a/gx_tieta/WebRoot/mobil/batt-infor-conf-temp1.html +++ b/gx_tieta/WebRoot/mobil/batt-infor-conf-temp1.html @@ -202,13 +202,13 @@ <tr> <td>绂荤嚎鐢靛帇闃�鍊�(V)</td> <td> - <input type="text" id="OfflineVolLevel" data-mini="true" /> + <input type="text" id="OfflineVolLevel" class="unable" data-mini="true" /> </td> </tr> <tr> <td>娴厖鐢垫祦闃�鍊�(A)</td> <td> - <input type="text" id="BattFloatCurrent" data-mini="true" /> + <input type="text" id="BattFloatCurrent" class="unable" data-mini="true" /> </td> </tr> <tr> @@ -409,6 +409,12 @@ $('#OfflineVolLevel').val(outlineVol); // 绂荤嚎鐢靛帇闃�鍊� } + $('#MonVolStd').change(function(){ + setFloatAndoutLine(); + }); + $('#MonCount').change(function(){ + setFloatAndoutLine(); + }) function prefixInteger(num, length) { return (num/Math.pow(3,length)).toFixed(length).substr(2); } @@ -458,13 +464,13 @@ // document.getElementById("city").value = data.StationName2; //甯� // document.getElementById("county").value = data.StationName5; //鍖哄幙 // document.getElementById("StationName3").value = data.StationName3; //鏈烘埧鍚嶇О - // document.getElementById("StationName4").value = data.StationName4; //璁惧鍚嶇О + document.getElementById("StationName4").value = data.StationName4; //璁惧鍚嶇О document.getElementById("StationIp").value = data.StationIp; //璁惧IP //document.getElementById("FBSDeviceId").value = dev_id; document.getElementById("FbsDeviceIp").value = data.FbsDeviceIp; document.getElementById("FbsDeviceIp_YM").value = data.FbsDeviceIp_YM; document.getElementById("FbsDeviceIp_WG").value = data.FbsDeviceIp_WG; - // document.getElementById("FBSDeviceName").value = data.FBSDeviceName; + document.getElementById("FBSDeviceName").value = data.FBSDeviceName; //document.getElementById("GroupIndexInFBSDevice").value = temp[12]; document.getElementById("BattGroupId").value = data.BattGroupId; document.getElementById("BattGroupNum").value = data.BattGroupNum; @@ -475,11 +481,11 @@ // document.getElementById("MonCount").value = data.MonCount; // document.getElementById("MonCapStd").value = data.MonCapStd; // document.getElementById("MonVolStd").value = data.MonVolStd; - // document.getElementById("MonResStd").value = data.MonResStd; - // document.getElementById("MonSerStd").value = data.MonSerStd; + document.getElementById("MonResStd").value = data.MonResStd; + document.getElementById("MonSerStd").value = data.MonSerStd; // document.getElementById("MonVolLowToAvg").value = data.MonVolLowToAvg; // document.getElementById("Load_curr").value = data.Load_curr; - // document.getElementById("DisCurrMax").value = data.DisCurrMax; + document.getElementById("DisCurrMax").value = data.DisCurrMax; // document.getElementById("station_phone").value = data.station_phone; // document.getElementById("BattProducer").value = data.BattProducer; document.getElementById("BattModel").value = data.BattModel; -- Gitblit v1.9.1