From f5df33d51a8555d709a4e8369fa98ce70759ddfc Mon Sep 17 00:00:00 2001
From: pan <antony1029@163.com>
Date: 星期一, 17 十一月 2025 13:39:17 +0800
Subject: [PATCH] 提交

---
 项目代码/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue |   23 +++++++++++++++--------
 1 files changed, 15 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..270d8d1 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"
@@ -147,14 +147,6 @@
         align: "left",
       },
       {
-        field: "warehouseId",
-        title: "浠撳簱",
-        type: "string",
-        width: 90,
-        align: "left",
-        bind:{key: "warehouses", data: []}
-      },
-      {
         field: "orderNo",
         title: "鍗曟嵁缂栧彿",
         type: "string",
@@ -178,6 +170,14 @@
         bind: { key: "outOrderType", data: [] },
       },
       {
+        field: "businessType",
+        title: "涓氬姟绫诲瀷",
+        type: "string",
+        width: 150,
+        align: "left",
+        bind: { key: "businessType", data: [] },
+      },
+      {
         field: "orderStatus",
         title: "鍗曟嵁鐘舵��",
         type: "decimal",
@@ -194,6 +194,13 @@
         bind: { key: "createType", data: [] },
       },
       {
+        field: "factoryArea",
+        title: "鍘傚尯",
+        type: "string",
+        width: 120,
+        align: "left"
+      },
+      {
         field: "departmentCode",
         title: "淇敼鏃堕棿",
         type: "string",

--
Gitblit v1.9.3