From 9fc747c8fe1b492e0e82da57a60f4ac17ef196d8 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期一, 22 二月 2021 22:28:09 +0800
Subject: [PATCH] 1、上架归还单:先扫条码再扫货架,如果不匹配不允许提交。2、下架找货单:已下架的条码允许再次下架。

---
 WebTM/views/工序汇报/MES_StationOutBill_PDA.html |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git "a/WebTM/views/\345\267\245\345\272\217\346\261\207\346\212\245/MES_StationOutBill_PDA.html" "b/WebTM/views/\345\267\245\345\272\217\346\261\207\346\212\245/MES_StationOutBill_PDA.html"
index f0c432d..8ccaa3f 100644
--- "a/WebTM/views/\345\267\245\345\272\217\346\261\207\346\212\245/MES_StationOutBill_PDA.html"
+++ "b/WebTM/views/\345\267\245\345\272\217\346\261\207\346\212\245/MES_StationOutBill_PDA.html"
@@ -75,7 +75,8 @@
                                 <tr>
                                     <th>宸ュ簭浠g爜</th>
                                     <td class="t1_input">
-                                        <input type="text" name="HProcID" class="layui-input" id="HProcID" placeholder="璇疯緭鍏ュ伐搴忎唬鐮�" style="background-color:#efefef4d;" readonly>
+                                        <input type="text" name="HProcName" class="layui-input" id="HProcName" placeholder="璇疯緭鍏ュ伐搴忎唬鐮�" style="background-color:#efefef4d;" readonly>
+                                        <input type="hidden" name="HProcID" id="HProcID" value="0" autocomplete="off" class="layui-input">
                                     </td>
                                 </tr>
                                 <tr>
@@ -237,7 +238,8 @@
             $("#HEmp").val(sessionStorage["HUserName"]);//鍒涘缓浜�
             $("#HEmpID").val(sessionStorage["HEmpID"]);
             $("#HProc").val(sessionStorage["HProc"]);//宸ュ簭
-            $("#HProcID").val(sessionStorage["HProcName"]);
+            $("#HProcName").val(sessionStorage["HProcName"]);//宸ュ簭浠g爜
+            $("#HProcID").val(sessionStorage["HProcID"]);//宸ュ簭ID
             $("#HSource").val(sessionStorage["HSource"]);//鐢熶骇璧勬簮
             $("#HSourceID").val(sessionStorage["HSourceID"]);
             $("#HGroup").val(sessionStorage["HGroup"]);//鐢熶骇鐝粍
@@ -251,7 +253,7 @@
             $.ajax({
                 url: GetWEBURL() + "/api/newBill/getNewInterBillNo",
                 type: "GET",
-                data: { "HBillType": '3791' },
+                data: { "billType": '3791' },
                 success: function (d) {
                     $("#HBillNo").val(d.data.HBillNo);//杩涚珯鍗曞彿
                     $("#HInterID").val(d.data.HInterID);//杩涚珯鍗曞彿ID

--
Gitblit v1.9.1