From 413f243b73ef073f4ac83889fda2f5bf6d1e727c Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期三, 08 一月 2025 10:17:32 +0800
Subject: [PATCH] 1
---
代码管理/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