From 4c308eab6106324bd40e6ad7fd9e769a5cedcedf Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期一, 25 八月 2025 15:46:58 +0800
Subject: [PATCH] 代码同步

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PalletStockInfo.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PalletStockInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PalletStockInfo.vue"
index 8ad2830..2febd34 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PalletStockInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PalletStockInfo.vue"
@@ -33,7 +33,7 @@
         });
         const searchFormOptions = ref([
             [
-                { "title": "鏂欑鍙�/鎵樼洏鍙�", "field": "palletCode", type: "text" },
+                { "title": "鏉$爜", "field": "palletCode", type: "text" },
                 { "title": "搴撲綅鍙�", "field": "locationCode", type: "text" },
                 { "title": "搴撳瓨鐘舵��", "field": "stockStatus", type: "select", dataKey: "CurrentStatue", data: [] },
             ],
@@ -44,12 +44,13 @@
         ]);
         const columns = ref([
             { field: 'id', title: '涓婚敭ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' },
-            //{ field: 'palletCode', title: '鏂欑鍙�/鎵樼洏鍙�', type: 'string', width: 110, align: 'left' },
+            { field: 'palletCode', title: '鏉$爜', type: 'string', width: 110, align: 'left' },
             { field: 'areaCode', title: '搴撳尯', type: 'string', width: 110, align: 'left',bind: { key: "AreaName", data: [] }},
             { field: 'locationCode', title: '搴撲綅鍙�', type: 'string', width: 110, align: 'left' },
-            //{ field: 'SequenceNum', title: '搴忓垪鍙�', type: 'string', width: 110, align: 'left', sort: true, link: true, },
+            { field: 'materielName', title: '鐗╂枡鍚�', type: 'string', width: 110, align: 'left' },
+            { field: 'quantity', title: '鏁伴噺', type: 'int', width: 110, align: 'left' },
             { field: 'stockStatus', title: '搴撳瓨鐘舵��', type: 'string', width: 110, align: 'left', bind: { key: "CurrentStatue", data: [] } },
-            { field: 'creater', title: '鍒涘缓鏃堕棿', type: 'string', width: 100, align: 'left' },
+            { field: 'creater', title: '鍒涘缓浜�', type: 'string', width: 100, align: 'left' },
             { field: 'createDate', title: '鍒涘缓鏃堕棿', type: 'datetime', sort: true, width: 100, align: 'left' },
         ]);
 

--
Gitblit v1.9.3