From a498435522a78b788d2e59f0f0f024c0c946aee1 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期二, 06 一月 2026 15:03:57 +0800
Subject: [PATCH] 1

---
 项目代码/WIDESEA_WMSClient/src/views/outbound/allocateoutboundOrder.vue |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/allocateoutboundOrder.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/allocateoutboundOrder.vue"
index 2a9ad08..b1d5300 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/allocateoutboundOrder.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/allocateoutboundOrder.vue"
@@ -152,6 +152,7 @@
         width: 150,
         align: "left",
         bind: { key: "businessType", data: [] },
+        hidden: true,
       },
       {
         field: "orderStatus",
@@ -199,13 +200,6 @@
         hidden: true
       },
       {
-        field: "departmentName",
-        title: "閮ㄩ棬鍚嶇О",
-        type: "string",
-        width: 160,
-        align: "left",
-      },
-      {
         field: "creater",
         title: "鍒涘缓浜�",
         type: "string",
@@ -239,6 +233,7 @@
         type: "string",
         width: 100,
         align: "left",
+        hidden: true,
       },
     ]);
     const detail = ref({

--
Gitblit v1.9.3