From 5eeed44ad21748ed7560a8c688d4e2d2f03555c8 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期二, 05 八月 2025 12:47:13 +0800
Subject: [PATCH] 同步

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PalletStockInfo.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 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..0c1a6f5 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,7 +16,7 @@
 export default defineComponent({
     setup() {
         const table = ref({
-            key: 'wheels_ID',
+            key: 'Id',
             footer: "Foots",
             cnName: '搴撳瓨淇℃伅',
             name: 'stock/Dt_PalletStockInfo',
@@ -28,8 +28,8 @@
         const editFormOptions = ref([
         ]);
         const searchFormFields = ref({
-            locationCode:"",
-            palletCode:""
+            locationCode: "",
+            palletCode: ""
         });
         const searchFormOptions = ref([
             [
@@ -39,13 +39,13 @@
             ]
         ]);
         const columns = ref([
-        { field: 'Id', title: '涓婚敭ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' },
+            { 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: 'areaCode', title: '搴撳尯', type: 'string', width: 110, align: 'left', bind: { key: "AreaType", 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: '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