From d52e2f28df81f42c00fa6b0468c16602016784ba Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 07 五月 2026 16:08:58 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_NEW_pro' into dev_NEW_pro

---
 src/views/productionManagement/productionProcess/index.vue |    9 ++++++---
 src/views/productionManagement/productionOrder/index.vue   |    2 +-
 src/views/productionPlan/productionPlan/index.vue          |   12 +++++-------
 src/views/productionManagement/workOrderEdit/index.vue     |    2 +-
 4 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index 8d44b85..40d6c04 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -570,7 +570,7 @@
 
   const openBindRouteDialog = async (row, type) => {
     bindForm.orderId = row.id;
-    bindForm.routeId = type === "add" ? null : row.processRouteCode;
+    bindForm.routeId = type === "add" ? null : row.technologyRoutingId;
     bindRouteDialogVisible.value = true;
     routeOptions.value = [];
     if (!row.productModelId) {
diff --git a/src/views/productionManagement/productionProcess/index.vue b/src/views/productionManagement/productionProcess/index.vue
index 216e73b..6d007a4 100644
--- a/src/views/productionManagement/productionProcess/index.vue
+++ b/src/views/productionManagement/productionProcess/index.vue
@@ -162,7 +162,8 @@
       </el-form>
       <template #footer>
         <span class="dialog-footer">
-          <el-button type="primary" @click="handleProcessSubmit">纭畾</el-button>
+          <el-button type="primary"
+                     @click="handleProcessSubmit">纭畾</el-button>
           <el-button @click="processDialogVisible = false">鍙栨秷</el-button>
         </span>
       </template>
@@ -251,7 +252,9 @@
       </div>
       <template #footer>
         <span class="dialog-footer">
-          <el-button type="primary" :disabled="!selectedParam" @click="handleParamSubmit">纭畾</el-button>
+          <el-button type="primary"
+                     :disabled="!selectedParam"
+                     @click="handleParamSubmit">纭畾</el-button>
           <el-button @click="paramDialogVisible = false">鍙栨秷</el-button>
         </span>
       </template>
@@ -275,9 +278,9 @@
       </el-form>
       <template #footer>
         <span class="dialog-footer">
-          <el-button @click="editParamDialogVisible = false">鍙栨秷</el-button>
           <el-button type="primary"
                      @click="handleEditParamSubmit">纭畾</el-button>
+          <el-button @click="editParamDialogVisible = false">鍙栨秷</el-button>
         </span>
       </template>
     </el-dialog>
diff --git a/src/views/productionManagement/workOrderEdit/index.vue b/src/views/productionManagement/workOrderEdit/index.vue
index 1cde5ea..64fd087 100644
--- a/src/views/productionManagement/workOrderEdit/index.vue
+++ b/src/views/productionManagement/workOrderEdit/index.vue
@@ -111,9 +111,9 @@
       </div>
       <template #footer>
         <span class="dialog-footer">
-          <el-button @click="assignReporterDialogVisible = false">鍙栨秷</el-button>
           <el-button type="primary"
                      @click="handleSaveReporters">纭畾</el-button>
+          <el-button @click="assignReporterDialogVisible = false">鍙栨秷</el-button>
         </span>
       </template>
     </el-dialog>
diff --git a/src/views/productionPlan/productionPlan/index.vue b/src/views/productionPlan/productionPlan/index.vue
index 46d0548..dd768af 100644
--- a/src/views/productionPlan/productionPlan/index.vue
+++ b/src/views/productionPlan/productionPlan/index.vue
@@ -134,7 +134,8 @@
       </el-form>
       <template #footer>
         <span class="dialog-footer">
-          <el-button type="primary" @click="handleMergeSubmit">纭畾涓嬪彂</el-button>
+          <el-button type="primary"
+                     @click="handleMergeSubmit">纭畾涓嬪彂</el-button>
           <el-button @click="isShowNewModal = false">鍙栨秷</el-button>
         </span>
       </template>
@@ -227,7 +228,8 @@
       </el-form>
       <template #footer>
         <span class="dialog-footer">
-          <el-button type="primary" @click="handleSubmit">纭畾</el-button>
+          <el-button type="primary"
+                     @click="handleSubmit">纭畾</el-button>
           <el-button @click="dialogVisible = false">鍙栨秷</el-button>
         </span>
       </template>
@@ -256,6 +258,7 @@
     productionPlanUpdate,
     productionPlanDelete,
     productionPlanCombine,
+    exportProductionPlan,
   } from "@/api/productionPlan/productionPlan.js";
   import { productTreeList, modelListPage } from "@/api/basicData/product.js";
   import PIMTable from "./components/PIMTable.vue";
@@ -267,11 +270,6 @@
   const loadProdData = () => {
     console.log("Mock loadProdData called");
     return Promise.resolve({ code: 200, msg: "鍚屾鎴愬姛" });
-  };
-
-  const exportProductionPlan = () => {
-    console.log("Mock exportProductionPlan called");
-    return Promise.resolve();
   };
 
   // const productionPlanCombine = payload => {

--
Gitblit v1.9.3