From 5c08046b29ae41eb3629cfec66ea84d94d001ffa Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 24 六月 2024 15:51:26 +0800
Subject: [PATCH] 器具点检记录表  功能优化(选点检规程带出子表  选点检计划 带出模具 点检规程 带出子表) 停工单增加刷卡验证 工序出站增加遗失字段 和取样字段 工序流转卡增加批次号

---
 WebTM/views/IpadIndex.html |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index 11d3de7..feed4ed 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": HSourceBillNo
                     });
 
                     //閫氳繃绱㈠紩鑾峰彇鍒板綋鍓峣frame寮瑰嚭灞�
@@ -1153,7 +1155,9 @@
                 success: function (dom, index) {
                     var data = [];
                     data.push({
-                        "HMaterID": HMaterID
+                        "HMaterID": HMaterID,
+                        "HProcID": HProcID,                     
+                        "SCOrder": HSourceBillNo
                     });
 
                     //閫氳繃绱㈠紩鑾峰彇鍒板綋鍓峣frame寮瑰嚭灞�
@@ -1349,7 +1353,7 @@
                             <div class="layui-col-sm12 layui-col-md4" onclick="OpenMaterToSource(event,this)">
                                 <div class="cnt bottomright">
                                     <span class="layui-icon layui-icon-engine imgicon"></span>
-                                    <span class="imgtitle">涓婃枡闃插憜</span>
+                                    <span class="imgtitle">涓婃枡闃查敊</span>
                                 </div>
                             </div>
                             <div class="layui-col-sm12 layui-col-md4" onclick="BadGather(event,this)">
@@ -1389,7 +1393,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