From ec34bee74e62cd7aee25c8a207e183572d37454e Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期二, 17 十二月 2024 15:16:29 +0800
Subject: [PATCH] 1.订单出库,优先出一筐的货 2.订单打印,制令号从Mat表中拿

---
 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 6f0bf25..3c8d992 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},
@@ -32,7 +32,7 @@
             {type: 'checkbox'}
             ,{type: 'numbers', title: '#'}
             ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', templet: '#orderNoTpl', width: 160}
-            ,{field: 'matnr', align: 'center',title: '鍝佸悕', 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: '浠撳簱鍙�'}
@@ -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