From c41ba9575e72dda93085759ad48882d055313005 Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期四, 16 四月 2026 09:03:02 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/locDetlStatis/locDetlStatis.js |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
index 5d4a8dd..f1daba5 100644
--- a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
+++ b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
@@ -1,12 +1,17 @@
 var pageCurr;
 function getCol() {
     var cols = [
+        {field: 'standby1', align: 'center',title: '瀹㈡埛po', hide: false},
+        {field: 'standby3', align: 'center',title: '瀹㈡埛sku', hide: false},
         {field: 'anfme', align: 'center',title: '搴撳瓨鏁伴噺', style: 'font-weight: bold'}
     ];
     arrRemove(detlCols, "field", "anfme")
     arrRemove(detlCols, "field", "zpallet")
     arrRemove(detlCols, "field", "orderNo")
-    arrRemove(detlCols, "field", "memo")
+    arrRemove(detlCols, "field", "standby1")
+    arrRemove(detlCols, "field", "standby3")
+
+    // arrRemove(detlCols, "field", "memo")
     cols.push.apply(cols, detlCols);
     // cols.push({field: 'anfme', align: 'center',title: '鏁伴噺', style: 'font-weight: bold'}
     // )
@@ -126,18 +131,19 @@
                         success: function (res) {
                             layer.closeAll();
                             if (res.code === 200 && res.data && res.data.length > 0) {
-                                var titles = ['搴撳瓨鏁伴噺', '鍟嗗搧缂栧彿', '鍟嗗搧鍚嶇О', '閲囪喘鍗曞彿', '鏉$爜UPC', '鍗曠姣涢噸(kg)', '瀹㈡埛PO'];
-                                var fieldKeys = ['anfme', 'matnr', 'maktx', 'boxType3', 'standby2', 'units', 'standby1'];
+                                var titles = ['搴撳瓨鏁伴噺', '鍟嗗搧缂栧彿', '澶囨敞', '閲囪喘鍗曞彿', '鏉$爜UPC', '鍗曠姣涢噸(kg)', '瀹㈡埛PO','瀹㈡埛sku'];
+                                var fieldKeys = ['anfme', 'matnr', 'memo', 'boxType3', 'standby2', 'units', 'standby1','standby3'];
 
                                 var exportData = res.data.map(function(item) {
                                     return [
                                         item.anfme || '',
                                         item.matnr || '',
-                                        item.maktx || '',  // 濡傛灉 maktx 涓虹┖鍙粯璁�
+                                        item.memo || '',  // 濡傛灉 maktx 涓虹┖鍙粯璁�
                                         item.boxType3 || '',
                                         item.standby2 || '',
                                         item.units || '',
-                                        item.standby1 || ''  // 濡傚瓧娈垫槸 order_no 鏀规垚 item.order_no
+                                        item.standby1 || '',  // 濡傚瓧娈垫槸 order_no 鏀规垚 item.order_no
+                                        item.standby3 || ''
                                     ];
                                 });
 

--
Gitblit v1.9.1