From 958883d6f4dac68fcbbccadb4e7f87e963eee0e8 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期三, 09 七月 2025 12:32:40 +0800
Subject: [PATCH] 新增盘点提取库存后可以删除明细

---
 zy-asrs-wms/src/main/webapp/static/js/order/out.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 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 75370e2..7bd8188 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},
@@ -34,8 +34,8 @@
             ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', templet: '#orderNoTpl', width: 160}
             ,{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: 'batch', 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'}
@@ -155,14 +155,14 @@
                                 limit: Number.MAX_VALUE,
                                 cellMinWidth: 100,
                                 cols: [[
-                                    // {type: 'checkbox', merge: ['orderNo']},
+                                    //{type: 'checkbox', merge: ['orderNo']},
                                     {field: 'orderNo', title: '鍗曟嵁缂栧彿', merge: true, align: 'center'},
                                     {field: 'title', title: '鍟嗗搧', merge: true, align: 'center', width: 350},
                                     {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',hide: true},
-                                    // {type: 'checkbox', merge: ['locNo']},
+                                     {type: 'checkbox', merge: ['locNo']},
                                 ]],
                                 done: function (res) {
                                     tableMerge.render(this);

--
Gitblit v1.9.1