From f0bb5c3c5b95ec825e4e444b7688c595d5ebebc7 Mon Sep 17 00:00:00 2001 From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139> Date: 星期六, 29 十二月 2018 14:24:54 +0800 Subject: [PATCH] 修改。 --- gx_tieta/WebRoot/mobil/batt-edit2.html | 50 ++++++++++++++++++-------------------------------- 1 files changed, 18 insertions(+), 32 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/batt-edit2.html b/gx_tieta/WebRoot/mobil/batt-edit2.html index d4b4fb0..cd8cb34 100644 --- a/gx_tieta/WebRoot/mobil/batt-edit2.html +++ b/gx_tieta/WebRoot/mobil/batt-edit2.html @@ -26,17 +26,17 @@ white-space: nowrap; } .uncheck{ - background-color: #dddddd38!important; - color: #bdbdbdc4!important; + background-color: #ddd!important; + color: #000!important; } .ui-btn-icon-right { padding-right: 8.5em; } .hbg{ - background-color:#ddd9; + background-color:#ddd; } #battdata { - background-color:#dddddd54 + background-color:#eee; } .ui-select .ui-btn select{ width:77%; @@ -95,8 +95,7 @@ <tr> <td>鏈烘埧鍚嶇О</td> <td> - <input type="text" id="homeName" data-mini="true"> - + <textarea id="homeName" class="unable" data-mini="true"></textarea> </td> </tr> @@ -105,30 +104,18 @@ <input type="hidden" id="StationIp" data-mini="true" /> - - - - - + <input type="hidden" id="FbsDeviceIp_YM" class="unable" data-mini="true" value="456"/> + <input type="hidden" id="FbsDeviceIp_WG" class="unable" data-mini="true" value="456"/> + <input type="hidden" id="FBSDeviceName" data-mini="true" /> - - - - - <input type="hidden" readonly unselectable="on" value="123" id="BattGroupNum" class="unable" class="uncheck" data-mini="true" /> - - + <input type="hidden" id="FloatVolLevel" data-mini="true" /> - - - + <input type="hidden" id="OfflineVolLevel" class="unable" data-mini="true" /> - - <input type="hidden" id="BattFloatCurrent" class="unable" data-mini="true" /> @@ -144,9 +131,7 @@ <label for="twentyfour">24涓�</label> <input type="radio" name="battnum" id="twentyfour" value="24"> </fieldset> - - - + </td> </tr> <tr> @@ -181,7 +166,7 @@ <tr> - <td>鍩虹珯鐢佃瘽鍙风爜</td> + <td>*鍩虹珯鐢佃瘽鍙风爜</td> <td> <input type="text" id="station_phone" data-mini="true" /> </td> @@ -323,10 +308,6 @@ }); - - - - $(function () { //setTimes($("#startTestrecord"),'2000-01-01'); //setTimes($("#endTestrecord"),new Date().format('yyyy-MM-dd')); @@ -459,7 +440,6 @@ function getUpdateArr(){ mon=$('#MonVolStd').val(); - var arr = new Array(); for(var i=0;i<temp.length;i++){ @@ -542,7 +522,13 @@ }); function nullOrn(){ + console.info($("#homeName").val()); + console.info($("#station_phone").val()); + if($("#homeName").val!=""&&$("#station_phone").val()!=""&&$("#install_user").val()!=""){ return true; + }else{ + alert("璇峰~鍐�*鍐呭"); + } } function editBatt(){// -- Gitblit v1.9.1