From 30eb20ab1384b221801bbcff50ce6d05923dcd84 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期四, 05 六月 2025 09:21:37 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn

---
 代码管理/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