From d9b5c1f1310a4449ba3ffbefc9b15ec246789d53 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期一, 20 四月 2026 13:35:23 +0800
Subject: [PATCH] feat: 添加报价单导入功能

---
 src/views/productionManagement/productionOrder/index.vue |   43 +++++++++++++++++++++++--------------------
 1 files changed, 23 insertions(+), 20 deletions(-)

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index 260b2c3..b722592 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -144,11 +144,11 @@
       prop: "specificationModel",
       width: '120px',
     },
-    {
-      label: "宸ヨ壓璺嚎缂栧彿",
-      prop: "processRouteCode",
-      width: '200px',
-    },
+    // {
+    //   label: "宸ヨ壓璺嚎缂栧彿",
+    //   prop: "processRouteCode",
+    //   width: '200px',
+    // },
     {
       label: "闇�姹傛暟閲�",
       prop: "quantity",
@@ -196,21 +196,21 @@
             showRouteItemModal(row);
           },
         },
-        {
-          name: "缁戝畾宸ヨ壓璺嚎",
-          type: "text",
-          showHide: row => !row.processRouteCode,
-          clickFun: row => {
-            openBindRouteDialog(row);
-          },
-        },
-        {
-          name: "浜у搧缁撴瀯",
-          type: "text",
-          clickFun: row => {
-            showProductStructure(row);
-          },
-        },
+        // {
+        //   name: "缁戝畾宸ヨ壓璺嚎",
+        //   type: "text",
+        //   showHide: row => !row.processRouteCode,
+        //   clickFun: row => {
+        //     openBindRouteDialog(row);
+        //   },
+        // },
+        // {
+        //   name: "浜у搧缁撴瀯",
+        //   type: "text",
+        //   clickFun: row => {
+        //     showProductStructure(row);
+        //   },
+        // },
       ],
     },
   ]);
@@ -470,4 +470,7 @@
 :deep(.purple){
   background-color: #F4DEFA;
 }
+.table_list {
+	margin-top: unset;
+}
 </style>

--
Gitblit v1.9.3