From 8639f19c82f6e263654db44286256bb8d028d2c2 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期日, 30 十一月 2025 10:10:40 +0800
Subject: [PATCH] 1

---
 项目代码/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue |   25 +++++++++++++++++--------
 1 files changed, 17 insertions(+), 8 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue"
index d32b939..47ab893 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue"
@@ -114,6 +114,7 @@
           type: "select",
           dataKey: "outOrderType",
           data: [],
+          hidden:true
         },
         {
           title: "鍗曟嵁鐘舵��",
@@ -147,14 +148,6 @@
         align: "left",
       },
       {
-        field: "warehouseId",
-        title: "浠撳簱",
-        type: "string",
-        width: 90,
-        align: "left",
-        bind:{key: "warehouses", data: []}
-      },
-      {
         field: "orderNo",
         title: "鍗曟嵁缂栧彿",
         type: "string",
@@ -176,6 +169,15 @@
         width: 150,
         align: "left",
         bind: { key: "outOrderType", data: [] },
+        hidden:true
+      },
+      {
+        field: "businessType",
+        title: "涓氬姟绫诲瀷",
+        type: "string",
+        width: 150,
+        align: "left",
+        bind: { key: "businessType", data: [] },
       },
       {
         field: "orderStatus",
@@ -194,6 +196,13 @@
         bind: { key: "createType", data: [] },
       },
       {
+        field: "factoryArea",
+        title: "鍘傚尯",
+        type: "string",
+        width: 120,
+        align: "left"
+      },
+      {
         field: "departmentCode",
         title: "淇敼鏃堕棿",
         type: "string",

--
Gitblit v1.9.3