From afc3897af8de95aae47ff7dce334a3617256748a Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期二, 17 三月 2026 16:03:48 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/RuiShiGe/LingPaoCheShenKu
---
项目代码/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_PalletInfo.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_PalletInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_PalletInfo.vue"
index 2ea3482..e047179 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_PalletInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_PalletInfo.vue"
@@ -43,7 +43,7 @@
]);
const columns = ref([{ field: 'Id', title: 'ID', type: 'int', sort: true, hidden: true, width: 110, readonly: true, require: true, align: 'left' },
//{ field: 'areaCode', title: '搴撳尯', type: 'string', width: 110, require: true, align: 'left', bind: { key: "AreaType", data: [] } },
- { field: 'palletCode', title: '鏉$爜', type: 'string', width: 110, align: 'left' },
+ { field: 'palletCode', title: '婊戞﹪鍙�', type: 'string', width: 110, align: 'left' },
{ field: 'palletStatus', title: '鐘舵��', type: 'int', width: 110, align: 'left', bind: { key: "palletStatues", data: [] } },
//{ field: 'palletType', title: '绫诲瀷', type: 'string', width: 110, align: 'left' },
//{ field: 'printStatus', title: '鎵撳嵃鐘舵��', type: 'int', width: 110, align: 'left', bind: { key: "status", data: [] } },
--
Gitblit v1.9.3