From 9aee5998cdeb8568cd88ffb9583726b770b59ff8 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 03 七月 2024 23:39:39 +0800
Subject: [PATCH] 巡检记录单增加默认值,安灯呼叫增加子表复选框

---
 WebTM/views/IpadIndex.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index e2e590a..c1b44b4 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -1160,7 +1160,8 @@
                     var data = [];
                     data.push({
                         "HICMOBillNo": HICMOBillNo,//宸ュ崟鍙�
-                        "HSourceName": HSBName //璁惧
+                        "HSourceName": HSBName, //璁惧
+                        "HSourceBillNo": HSourceBillNo //宸ュ簭娴佽浆鍗�
                     });
 
                     //閫氳繃绱㈠紩鑾峰彇鍒板綋鍓峣frame寮瑰嚭灞�
@@ -1404,7 +1405,7 @@
                                 </div>
                             </div>
                             <div class="layui-col-sm12 layui-col-md4" onclick="Abnormal(event,this)">
-                                <div class="cnt bottomright" style="pointer-events:none; background-color:rgb(0 0 0 / 10%)">
+                                <div class="cnt bottomright">
                                     <span class="layui-icon layui-icon-unlink imgicon"></span>
                                     <span class="imgtitle">寮傚父</span>
                                 </div>

--
Gitblit v1.9.1