From 0119182fc7947e3bd2299a24bba7e25e913dbddc Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 22 十二月 2023 09:47:40 +0800
Subject: [PATCH] 	modified:   src/api/plan/productionschedul.js 	modified:   src/views/plan/productionschedul/index.vue 	modified:   src/views/quality/processInspect/index.vue 	modified:   src/views/quality/processInspect/processInspect-form.vue 	modified:   src/views/quality/rawMaterial/rawMaterial-form.vue

---
 src/views/technology/routing/routing-form.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/technology/routing/routing-form.vue b/src/views/technology/routing/routing-form.vue
index a2b260e..2ebb8ad 100644
--- a/src/views/technology/routing/routing-form.vue
+++ b/src/views/technology/routing/routing-form.vue
@@ -50,12 +50,14 @@
             </el-col>
             <el-col :span="6">
               <el-form-item prop="partName" label="闆朵欢鍚嶇О">
+                <el-tooltip class="item" effect="dark" :content="dataForm.partName" >
                 <el-input
                   v-model="dataForm.partName"
                   placeholder="闆朵欢鍚嶇О"
                   readonly
                   style="width: 100%"
                 ></el-input>
+                </el-tooltip>
               </el-form-item>
             </el-col>
             <el-col :span="6">
@@ -657,8 +659,7 @@
       typeOptions: [],
       paramTemplateSelArr: [],
       paramTemplateSelCol: 'operationTemplateNo',
-      // templateDefaultObj: { dataType: '鐢熶骇瑕佹眰' },
-      templateDefaultObj: {},
+      templateDefaultObj: { dataType: '鐢熶骇瑕佹眰' },
       paramSelArr: [],
       paramSelCol: 'code',
       operationIndex: null,

--
Gitblit v1.9.3