From 97b71d03bdfb920d5c457166ab02627e1dc0d5ec Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期日, 20 七月 2025 09:53:26 +0800
Subject: [PATCH] 字母空托盘组移库任务完善
---
src/main/webapp/static/js/pakStore/emptyOut.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/js/pakStore/emptyOut.js b/src/main/webapp/static/js/pakStore/emptyOut.js
index 8bbc97c..5b934a7 100644
--- a/src/main/webapp/static/js/pakStore/emptyOut.js
+++ b/src/main/webapp/static/js/pakStore/emptyOut.js
@@ -37,11 +37,11 @@
tableIns = table.render({
elem: '#locMast',
headers: {token: localStorage.getItem('token')},
- url: baseUrl+'/locMast/list/auth',
+ url: baseUrl+'/locMast/emptyList/auth',
page: true,
limit: 16,
limits: [16, 30, 50, 100, 200, 500],
- where: {loc_sts: "D"},
+ where: {},
even: true,
toolbar: '#toolbar',
defaultToolbar: ['filter'],
--
Gitblit v1.9.1