From 780461e27d87b769b6f9649a9a7fa532d880a2e9 Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期三, 07 一月 2026 14:54:37 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/locDetlStatis/locDetlStatis.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
index 5d4a8dd..eaa774c 100644
--- a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
+++ b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
@@ -6,7 +6,7 @@
     arrRemove(detlCols, "field", "anfme")
     arrRemove(detlCols, "field", "zpallet")
     arrRemove(detlCols, "field", "orderNo")
-    arrRemove(detlCols, "field", "memo")
+    // arrRemove(detlCols, "field", "memo")
     cols.push.apply(cols, detlCols);
     // cols.push({field: 'anfme', align: 'center',title: '鏁伴噺', style: 'font-weight: bold'}
     // )
@@ -126,14 +126,14 @@
                         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'];
+                                var fieldKeys = ['anfme', 'matnr', 'memo', 'boxType3', 'standby2', 'units', 'standby1'];
 
                                 var exportData = res.data.map(function(item) {
                                     return [
                                         item.anfme || '',
                                         item.matnr || '',
-                                        item.maktx || '',  // 濡傛灉 maktx 涓虹┖鍙粯璁�
+                                        item.memo || '',  // 濡傛灉 maktx 涓虹┖鍙粯璁�
                                         item.boxType3 || '',
                                         item.standby2 || '',
                                         item.units || '',

--
Gitblit v1.9.1