From 7f28296bcde2fd65a123c3dbfce8312c7deadfdc Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 20 六月 2024 16:28:21 +0800
Subject: [PATCH] 基础资料-职员列表:从其它页面打开时,不显示禁用的记录

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

diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index 11d3de7..dccac29 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -1056,7 +1056,8 @@
             });
         }
 
-        //褰撳墠宸ュ崟(璧嬬爜)鎸夐挳鐐瑰嚮浜嬩欢
+
+        //褰撳墠宸ュ崟(姹囨姤)鎸夐挳鐐瑰嚮浜嬩欢
         function CodingReport(event, obj) {
             if (wktag == 0) {
                 layer.alert("璇烽�夋嫨宸ュ崟鍒楄〃", { icon: 5 });
@@ -1070,7 +1071,7 @@
                 shift: 2,
                 area: ['100%', '100%'],
                 maxmin: true,
-                content: '杞﹂棿绠$悊/宸ュ簭鍑虹珯姹囨姤鍗�/Cj_StationOutBill_CodingReport.html?OperationType=2&linterid=&HSouceBillType=',
+                content: '杞﹂棿绠$悊/宸ュ簭鍑虹珯姹囨姤鍗�/Cj_StationOutBill_CurrentWork.html?OperationType=2&linterid=&HSouceBillType=',
                 end: function () {
 
                 },
@@ -1125,7 +1126,8 @@
                     data.push({
                         "HMaterID": HMaterID,
                         "HProcID": HProcID,
-                        "HSourceID": HSourceID1,                       
+                        "HSourceID": HSourceID1,
+                        "SCOrder": HICMOBillNo
                     });
 
                     //閫氳繃绱㈠紩鑾峰彇鍒板綋鍓峣frame寮瑰嚭灞�
@@ -1153,7 +1155,8 @@
                 success: function (dom, index) {
                     var data = [];
                     data.push({
-                        "HMaterID": HMaterID
+                        "HMaterID": HMaterID,
+                        "SCOrder": HICMOBillNo
                     });
 
                     //閫氳繃绱㈠紩鑾峰彇鍒板綋鍓峣frame寮瑰嚭灞�
@@ -1389,7 +1392,7 @@
                             <div class="layui-col-sm12 layui-col-md4" onclick="CodingReport(event,this)">
                                 <div class="cnt bottomright">
                                     <span class="layui-icon layui-icon-console imgicon"></span>
-                                    <span class="imgtitle">褰撳墠宸ュ崟(璧嬬爜)</span>
+                                    <span class="imgtitle">褰撳墠宸ュ崟(姹囨姤)</span>
                                 </div>
                             </div>
                             <div class="layui-col-sm12 layui-col-md4" onclick="BeginDotCheck(event,this)">

--
Gitblit v1.9.1