From a9f4a820c583eb85cec381b6236063256f753652 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期六, 02 八月 2025 14:53:02 +0800
Subject: [PATCH] 完善和新增多次拣料

---
 zy-asrs-wms/src/main/webapp/static/js/pakStore/stockAdjust.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zy-asrs-wms/src/main/webapp/static/js/pakStore/stockAdjust.js b/zy-asrs-wms/src/main/webapp/static/js/pakStore/stockAdjust.js
index deafbee..5f9da1d 100644
--- a/zy-asrs-wms/src/main/webapp/static/js/pakStore/stockAdjust.js
+++ b/zy-asrs-wms/src/main/webapp/static/js/pakStore/stockAdjust.js
@@ -158,8 +158,8 @@
         })
     }
 
-    function initB(barcode) {
-        http.post(baseUrl + "/locDetl/page/auth", {barcode: barcode,limit: 1000}, function (res) {
+    function initB(zpallet) {
+        http.post(baseUrl + "/locDetl/page/auth", {zpallet: zpallet,limit: 1000}, function (res) {
             matCodeData = [];
             matCodeData = res.data.records;
             console.log("matCodeData2222")

--
Gitblit v1.9.1