From c6552f8ab087b26571bd1a5d83eb978bac6ae749 Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期二, 24 三月 2026 13:52:21 +0800
Subject: [PATCH] 生产订单增加预计日程和制造班组

---
 src/views/productionManagement/productionOrder/index.vue |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index 761139e..b623db3 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -83,10 +83,10 @@
       </el-form>
       <template #footer>
         <span class="dialog-footer">
-          <el-button @click="bindRouteDialogVisible = false">鍙� 娑�</el-button>
           <el-button type="primary"
                      :loading="bindRouteSaving"
                      @click="handleBindRouteConfirm">纭� 璁�</el-button>
+          <el-button @click="bindRouteDialogVisible = false">鍙� 娑�</el-button>
         </span>
       </template>
     </el-dialog>
@@ -183,6 +183,16 @@
       width: 120,
     },
     {
+      label: "棰勮鏃ョ▼锛堝ぉ锛�",
+      prop: "expectedSchedule",
+      width: 120,
+    },
+    {
+      label: "鍒堕�犵彮缁�",
+      prop: "manufacturingTeam",
+      width: 120,
+    },
+    {
       dataType: "action",
       label: "鎿嶄綔",
       align: "center",

--
Gitblit v1.9.3