From ceb8c334e8ca10d569b4c7f72b74126ce1877e48 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期二, 07 一月 2025 21:51:51 +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