From 4983abda27a10440ed6e9d5d45849f499b0f6f25 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 25 十月 2023 11:35:19 +0800
Subject: [PATCH] 	modified:   src/views/basic/company/company-form.vue 	modified:   src/views/basic/part/index.vue 	modified:   src/views/basic/part/part-form.vue 	modified:   src/views/common/operationParamTemplate.vue 	modified:   src/views/common/rich-text.vue 	modified:   src/views/technology/document/document-form.vue 	modified:   src/views/technology/document/index.vue 	modified:   src/views/technology/operation/index.vue 	modified:   src/views/technology/operation/operation-form.vue 	modified:   src/views/technology/routing/index.vue 	modified:   src/views/technology/routing/routing-form.vue 	modified:   src/views/technology/structure/index.vue 	modified:   src/views/technology/structure/single-structure-form.vue

---
 src/views/technology/routing/routing-form.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/views/technology/routing/routing-form.vue b/src/views/technology/routing/routing-form.vue
index af7f6b3..2465b01 100644
--- a/src/views/technology/routing/routing-form.vue
+++ b/src/views/technology/routing/routing-form.vue
@@ -115,24 +115,24 @@
                 >
                 </el-date-picker>
               </el-form-item>
-              <el-form-item prop="alternativeNo" label="鏇夸唬">
+              <!-- <el-form-item prop="alternativeNo" label="鏇夸唬">
                 <el-input
                   v-model="dataForm.alternativeNo"
                   placeholder="鏇夸唬"
                 ></el-input>
-              </el-form-item>
-              <el-form-item prop="alternativeDesc" label="鏇夸唬鎻忚堪">
+              </el-form-item> -->
+              <!-- <el-form-item prop="alternativeDesc" label="鏇夸唬鎻忚堪">
                 <el-input
                   v-model="dataForm.alternativeDesc"
                   placeholder="鏇夸唬鎻忚堪"
                 ></el-input>
-              </el-form-item>
-              <el-form-item label="宸插悓姝ヨ嚦IFS" prop="ifsSync">
+              </el-form-item> -->
+              <!-- <el-form-item label="宸插悓姝ヨ嚦IFS" prop="ifsSync">
                 <span
                   style="width: 146px;display: inline-block;font-size:12px;font-weight:bold;"
                   >{{ dataForm.ifsSync ? '鏄�' : '鍚�' }}</span
                 >
-              </el-form-item>
+              </el-form-item> -->
               <el-form-item label="涓诲伐鑹�" prop="master">
                 <el-switch v-model="dataForm.master"> </el-switch>
               </el-form-item>
@@ -494,7 +494,7 @@
                 ></rich-text>
               </div>
             </el-tab-pane>
-            <el-tab-pane label="宸ュ簭鍙傛暟" style="height: 100%">
+            <el-tab-pane label="宸ュ簭鍙傛暟" style="height: 100%" v-if="dataForm.routingNo!=null">
               <el-card class="params-template">
                 <div slot="header">
                   <span>鍙傛暟闆�</span>
@@ -1036,6 +1036,7 @@
         this.$set(e, 'active', false)
       })
       row.active = true
+      console.log(row)
       this.getRoutingTemplate(row.id)
     },
     // 鏍规嵁宸ヨ壓銆佸伐搴廼d鍘昏幏鍙栧弬鏁伴泦妯℃澘
@@ -1085,7 +1086,6 @@
       }
     },
     dragEnd() {
-      console.log(this.dataForm.operations)
       this.dataForm.operations.forEach((e, i) => {
         e.index = i + 1
       })

--
Gitblit v1.9.3