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 | 39 +++++++++++++++++++++++++++++++++++---- 1 files changed, 35 insertions(+), 4 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 1378a01..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" @@ -144,7 +144,7 @@ }, { field: "returnId", - title: "鏀惰揣鍗曚富閿�", + title: "閫�鏂欏崟涓婚敭", type: "string", width: 90, align: "left", @@ -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, }, @@ -200,7 +224,14 @@ { field: "materielSpec", title: "鐗╂枡瑙勬牸", - type: "int", + type: "string", + width: 120, + align: "left", + }, + { + field: "unit", + title: "鍗曚綅", + type: "string", width: 90, align: "left", }, -- Gitblit v1.9.3