From a1ba606567db3b83827a6a9f0d4fae46217a2e7e Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期二, 07 一月 2025 21:39:18 +0800 Subject: [PATCH] 前端优化,枚举更新 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/palletCodeInfo.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/palletCodeInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/palletCodeInfo.vue" index 6a93589..991ad93 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/palletCodeInfo.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/palletCodeInfo.vue" @@ -68,20 +68,20 @@ type: "string", width: 90, align: "left", - bind: { key: "warehouse", data: [] }, + bind: { key: "warehouses", data: [] }, }, { field: "palletType", title: "鎵樼洏绫诲瀷", type: "string", - width: 150, + width: 100, align: "left", }, { field: "palletCode", title: "鎵樼洏缂栧彿", type: "decimal", - width: 90, + width: 200, align: "left", }, { @@ -90,7 +90,7 @@ type: "string", width: 90, align: "left", - bind: { key: "enableEnum", data: [] }, + bind: { key: "printStatus", data: [] }, }, { field: "size", -- Gitblit v1.9.3