From daea1a90c2fa1b5cc2f52e62be15bd95cc4155f6 Mon Sep 17 00:00:00 2001
From: Tiandele <tiandele@hnkhzn.com>
Date: 星期五, 20 三月 2026 17:16:04 +0800
Subject: [PATCH] 优化手动锁车逻辑
---
项目代码/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