From 90e8096a24e55fa40fbd5dbf7b9d94a6d88940d7 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期日, 20 七月 2025 16:20:59 +0800 Subject: [PATCH] 成品库出入库分配堆垛机顺序321 --- 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