From 7cafed0404a6fa12ef56d85d08da7bf5115ba7e5 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 24 二月 2025 09:44:16 +0800
Subject: [PATCH] 电缆配置、辅助线芯配置页面搬迁

---
 src/views/business/productOrder/components/add.vue |   51 ++++++---------------------------------------------
 1 files changed, 6 insertions(+), 45 deletions(-)

diff --git a/src/views/business/productOrder/components/add.vue b/src/views/business/productOrder/components/add.vue
index 4a13829..1b32e91 100644
--- a/src/views/business/productOrder/components/add.vue
+++ b/src/views/business/productOrder/components/add.vue
@@ -547,7 +547,7 @@
   selectStandardTreeList2
 } from "@/api/business/rawMaterialOrder";
 import {
-  addInsOrder, delInsOrderTemplate,
+  addInsOrder, addInsOrderTemplate, delInsOrderTemplate,
   getQuarterOnOrder,
   selectOrderManDay,
   updateInsOrder,
@@ -1634,17 +1634,14 @@
               sampleList: this.sampleList,
               selectTree:this.selectTree
             })
-          }, {
-            headers: {
-              'Content-Type': 'application/json'
-            }
           }).then(res => {
-            if (res.code == 201) return
             this.templateLoading = false;
             this.templateDia = false;
             this.$message.success('淇濆瓨鎴愬姛')
             this.selectInsOrderTemplate()
             this.templateName = ''
+          }).catch(e => {
+            this.templateLoading = false;
           })
         } else {
           this.$message.error('璇峰~鍐欐ā鏉垮悕绉�')
@@ -1947,7 +1944,7 @@
       },
       // 杈呭姪绾胯姱閰嶇疆
       openAuxiliaryCore () {
-        if (this.active === 1) {
+        if (this.active == 1) {
           if (this.sampleIds.length === 0) {
             this.$message.error("鏈�夋嫨鏍峰搧")
           } else if (this.sampleIds.length === 1) {
@@ -1975,7 +1972,7 @@
         }
       },
       openCableConfig() {
-        if (this.active === 1) {
+        if (this.active == 1) {
           if (this.sampleIds.length === 0) {
             this.$message.error("鏈�夋嫨鏍峰搧")
           } else if (this.sampleIds.length === 1) {
@@ -2154,43 +2151,7 @@
 </script>
 
 <style scoped>
-.ins_order_add .el-input-group__append,
-.el-input-group__prepend {
-  padding: 0 10px;
-}
-
-.ins_order_add .el-tree-node__content {
-  height: 32px;
-  font-size: 14px;
-  border-radius: 2px;
-}
-
-.ins_order_add .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
+.el-table .warning-row .cell {
   color: #3A7BFA;
-}
-
-.ins_order_add .has-gutter .el-table__cell .cell {
-  line-height: 30px;
-  background-color: #fafafa;
-}
-
-.ins_order_add .has-gutter .el-table__cell {
-  background-color: #fafafa !important;
-}
-
-.ins_order_add .el-table__row .cell {
-  font-size: 12px;
-}
-
-.ins_order_add .el-table .warning-row .cell {
-  color: #3A7BFA;
-}
-
-.ins_order_add .el-select .is-disabled {
-  background: transparent !important;
-}
-
-.ins_order_add .el-select .is-disabled .el-input__inner {
-  background: transparent !important;
 }
 </style>

--
Gitblit v1.9.3