From fe77f3c9d11e3087c1efa56fd6205ffc10e39991 Mon Sep 17 00:00:00 2001 From: helongyang <647556386@qq.com> Date: 星期四, 05 六月 2025 18:45:23 +0800 Subject: [PATCH] 更新 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/inbound/returnOrder.vue | 30 +++++++++++++++++++++++++++--- 1 files changed, 27 insertions(+), 3 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/returnOrder.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/returnOrder.vue" index 9eed63d..a5da780 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/returnOrder.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/returnOrder.vue" @@ -154,7 +154,7 @@ field: "pickCode", title: "鐢宠鍙戞枡鍗曞彿", type: "select", - width: 160, + width: 180, align: "left", required: true, }, @@ -186,7 +186,31 @@ field: "mCode", title: "鐗╂枡缂栫爜", type: "string", - width: 90, + width: 130, + align: "left", + required: true, + }, + { + field: "qty", + title: "鍙��鏁伴噺", + type: "float", + width: 130, + align: "left", + required: true, + }, + { + field: "returnQty", + title: "閫�鍥炴暟閲�", + type: "float", + width: 130, + align: "left", + required: true, + }, + { + field: "overReturnQty", + title: "宸查��鍥炴暟閲�", + type: "float", + width: 130, align: "left", required: true, }, @@ -201,7 +225,7 @@ field: "materielSpec", title: "鐗╂枡瑙勬牸", type: "string", - width: 90, + width: 120, align: "left", }, { -- Gitblit v1.9.3