From d4ebdb224370b399f156d8da142019fb44216c64 Mon Sep 17 00:00:00 2001
From: 81041 <81041@DESKTOP-025NVD9>
Date: 星期一, 07 一月 2019 13:53:44 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

---
 gx_tieta/WebRoot/iframe/batt-info-edit.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gx_tieta/WebRoot/iframe/batt-info-edit.html b/gx_tieta/WebRoot/iframe/batt-info-edit.html
index c054623..d1d7b6b 100644
--- a/gx_tieta/WebRoot/iframe/batt-info-edit.html
+++ b/gx_tieta/WebRoot/iframe/batt-info-edit.html
@@ -209,7 +209,7 @@
             <div class="layui-block">
                 <label class="layui-form-label">鏈烘埧鍚嶇О</label>
                 <div class="layui-input-block">
-                    <input type="text" name="StationName3" lay-verify="required" id="homename" autocomplete="off" class="layui-input" value="{{= d.StationName3 }}">
+                    <input type="text" name="StationName3" disabled="" lay-verify="required" id="homename" autocomplete="off" class="layui-input layui-bg-gray" value="{{= d.StationName3 }}">
                 </div>
             </div>
         </div>
@@ -499,7 +499,7 @@
 			
             var battInfoTpl = $('#battInfoTpl').html();
 			var editInfo = parent.$('#iframeEdit').data('data');
-			console.log(editInfo);
+			//console.log(editInfo);
 			editInfo.FbsDeviceIp = getDevIp(editInfo.FBSDeviceId);
 			editInfo.monCapStds = monCapStds;		// 鏍囩О瀹归噺鍒楄〃
 			editInfo.battProducers = battProducers;	// 鐢垫睜鍝佺墝鍒楄〃

--
Gitblit v1.9.1