From bae14cb131817753538bb23e1a7cbe71d6182367 Mon Sep 17 00:00:00 2001
From: 81041 <81041@DESKTOP-025NVD9>
Date: 星期四, 10 一月 2019 16:53:53 +0800
Subject: [PATCH] 权限
---
gx_tieta/WebRoot/mobil/taskplan2.html | 44 ++++++++++++++++++++++----------------------
1 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/taskplan2.html b/gx_tieta/WebRoot/mobil/taskplan2.html
index 1870775..a46c767 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(),
@@ -445,8 +445,8 @@
//鏍规嵁鏈烘埧鑾峰彇鐢垫睜缁�
function findserchByBattGroupNamebystationname(){
- var stationid = $("#station_name").find('option:selected').attr('stationid')?$("#station_name").find('option:selected').attr('stationid'):'';
-
+ var stationid = $("#homeName").find('option:selected').attr('stationid')?$("#homeName").find('option:selected').attr('stationid'):'';
+
var data = {
StationName1: $("#mainteArea").val(),
StationName2:$("#city").val(),
--
Gitblit v1.9.1