From e64b1d5ec0b3ca0c42048903f4ab5f9d588349e8 Mon Sep 17 00:00:00 2001
From: cp <513960435@qq.com>
Date: 星期四, 19 六月 2025 08:37:51 +0800
Subject: [PATCH] #
---
zy-asrs-wms/src/main/webapp/static/js/order/out.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/zy-asrs-wms/src/main/webapp/static/js/order/out.js b/zy-asrs-wms/src/main/webapp/static/js/order/out.js
index bb1e67d..0e94556 100644
--- a/zy-asrs-wms/src/main/webapp/static/js/order/out.js
+++ b/zy-asrs-wms/src/main/webapp/static/js/order/out.js
@@ -24,7 +24,7 @@
url: baseUrl+'/orderDetl/pakout/list/auth',
page: true,
limit: 15,
- limits: [15, 30, 50, 100, 200, 500],
+ limits: [15, 30, 50, 100, 200, 500,1000,2000],
toolbar: '#orderDetToolbar',
height: 'full-120',
where: {order_id: 9999999999},
@@ -35,7 +35,7 @@
,{field: 'matnr', align: 'center',title: '鍝佸彿', width: 160}
,{field: 'maktx', align: 'center',title: '鍚嶇О', width: 200}
,{field: 'batch', align: 'center',title: '搴忓垪鐮�'}
- ,{field: 'origin', align: 'center',title: '浠撳簱鍙�'}
+ // ,{field: 'origin', align: 'center',title: '浠撳簱鍙�'}
// ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
// ,{field: 'qty', align: 'center',title: '浣滀笟鏁伴噺', style: 'font-weight: bold'}
,{field: 'enableQty', align: 'center',title: '寰呭嚭鏁伴噺', style: 'font-weight: bold'}
@@ -161,7 +161,7 @@
{field: 'batch', title: '搴忓垪鐮�', align: 'center'},
{field: 'anfme', title: '鏁伴噺', align: 'center', width: 90, style: 'font-weight: bold'},
{field: 'locNo', title: '璐т綅', align: 'center', width: 100, templet: '#locNoTpl'},
- {field: 'staNos', align: 'center', title: '鍑哄簱绔�', merge: ['locNo'], templet: '#tbBasicTbStaNos'},
+ {field: 'staNos', align: 'center', title: '鍑哄簱绔�', merge: ['locNo'], templet: '#tbBasicTbStaNos',hide: true},
// {type: 'checkbox', merge: ['locNo']},
]],
done: function (res) {
--
Gitblit v1.9.1