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 |   27 ++++++++++++++++-----------
 1 files changed, 16 insertions(+), 11 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 b48401b..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"
@@ -16,36 +16,41 @@
 export default defineComponent({
     setup() {
         const table = ref({
-            key: 'wheels_ID',
+            key: 'id',
             footer: "Foots",
             cnName: '搴撳瓨淇℃伅',
             name: 'stock/Dt_PalletStockInfo',
             url: "/Dt_PalletStockInfo/",
-            sortName: "Id"
+            sortName: "id"
         });
         const editFormFields = ref({
         });
         const editFormOptions = ref([
         ]);
         const searchFormFields = ref({
-            locationCode:"",
-            palletCode:""
+            locationCode: "",
+            palletCode: ""
         });
         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: [] },
+            ],
+            [
+                { "title": "鐗╂枡鍚�", "field": "materielName", type: "text" },
+                { "title": "搴撳尯", "field": "areaCode", "type": "select", dataKey: "AreaName", data: [] },
             ]
         ]);
         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: 'areaCode', title: '搴撳尯', type: 'string', width: 110, align: 'left',bind: { key: "AreaType", data: [] } },
+            { 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: '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: 'stockStatus', title: '搴撳瓨鐘舵��', type: 'string', width: 110, align: 'left',bind: { key: "CurrentStatue", data: [] } },
-            { field: 'creater', title: '鍒涘缓鏃堕棿', type: 'string',  width: 100, align: 'left' },
+            { 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: 'createDate', title: '鍒涘缓鏃堕棿', type: 'datetime', sort: true, width: 100, align: 'left' },
         ]);
 

--
Gitblit v1.9.3