From ee60b65f6fe4caff943d4ef7f51ca590bf14dfe7 Mon Sep 17 00:00:00 2001 From: CJJ <Administrator@192.168.10.26> Date: 星期三, 21 十一月 2018 15:52:44 +0800 Subject: [PATCH] 手机 电池实时状态查询 --- gx_tieta/WebRoot/mobil/taskplan2.html | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/taskplan2.html b/gx_tieta/WebRoot/mobil/taskplan2.html index 1870775..c1e8fea 100644 --- a/gx_tieta/WebRoot/mobil/taskplan2.html +++ b/gx_tieta/WebRoot/mobil/taskplan2.html @@ -19,25 +19,25 @@ <div class="fg-panel-header">绛涢��</div> <div class="fg-panel-content"> <p>鐪�</p> - <select id="mainteArea" data-mini="true"> - <option value="">鍏ㄩ儴</option> - </select> - <p>甯�</p> - <select id="city" data-mini="true"> - <option value="">鍏ㄩ儴</option> - </select> - <p>鍖�/鍘�</p> - <select id="country" data-mini="true"> - <option value="">鍏ㄩ儴</option> - </select> - <p>鏈烘埧绔欑偣</p> - <select id="homeName" data-mini="true"> - <option value="">鍏ㄩ儴</option> - </select> - <p>钃勭數姹犵粍</p> - <select id="battgroup_name" data-mini="true"> - <option value="0">鍏ㄩ儴</option> - </select> + <select id="mainteArea" data-mini="true"> + <option value="">鍏ㄩ儴</option> + </select> + <p>甯�</p> + <select id="city" data-mini="true"> + <option value="">鍏ㄩ儴</option> + </select> + <p>鍖�/鍘�</p> + <select id="country" data-mini="true"> + <option value="">鍏ㄩ儴</option> + </select> + <p>鏈烘埧绔欑偣</p> + <select id="homeName" data-mini="true"> + <option value="">鍏ㄩ儴</option> + </select> + <p>钃勭數姹犵粍</p> + <select id="battgroup_name" data-mini="true"> + <option value="0">鍏ㄩ儴</option> + </select> <fieldset data-role="collapsible" data-collapsed="false" data-mini="true"> <legend><strong>鏃堕棿娈甸�夋嫨锛�</strong></legend> <label for="startTime"><strong>寮�濮嬫椂闂达細</strong></label> @@ -263,7 +263,7 @@ function creatObj(){ var temp={ binf:{ - StationName1:$('#mainteArea').val(), + StationName1:$('#mainteArea').val(), StationName2:$('#city').val(), StationName5: $('#country').val(), StationName:$('#homeName').val(), -- Gitblit v1.9.1