From d20a0bf191b78b59d18af198b7816a273e1cc283 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期二, 10 三月 2026 09:38:57 +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