From d2398eb18ecfbfc9ecafe597a22b00615e61db46 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期二, 04 十一月 2025 14:20:22 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/integrationWms' into integrationWms
---
src/main/webapp/static/js/orderPakout/order.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/orderPakout/order.js b/src/main/webapp/static/js/orderPakout/order.js
index bedb1f0..eddda0f 100644
--- a/src/main/webapp/static/js/orderPakout/order.js
+++ b/src/main/webapp/static/js/orderPakout/order.js
@@ -17,7 +17,8 @@
url: baseUrl+"/docType/list/auth",
headers: {'token': localStorage.getItem('token')},
data: {
- limit: 9999
+ limit: 9999,
+ pakout: 1
},
method: 'POST',
success: function (res) {
--
Gitblit v1.9.1