From 97073e9e6d03114221436ee0aa1e143d6e2c4a09 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期一, 04 八月 2025 13:07:39 +0800
Subject: [PATCH] 出入库代码逻辑优化

---
 WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue b/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue
index f758cf1..3816dd5 100644
--- a/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue
@@ -48,6 +48,11 @@
         title: "鍗曟嵁缂栧彿",
         type: "string",
       },
+              {
+        field: "outWareHouse",
+        title: "浠撳簱缂栫爜",
+        type: "string",
+      },
         {
           title: "涓婃父鍗曟嵁缂栧彿",
           field: "upperOrderNo",
@@ -231,6 +236,8 @@
           type: "string",
           width: 150,
           align: "left",
+                edit: { type: "string" },
+          required: true,
         },
         {
           field: "batchNo",

--
Gitblit v1.9.3