From e53c6d886228d96d0932029b997846291eaec04a Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.7.127>
Date: 星期一, 07 一月 2019 10:27:39 +0800
Subject: [PATCH] 电池信息配置添加和编辑修改
---
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