From 0042dbfd410064ebfab00826f927ed73448db5ec Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期二, 21 五月 2024 14:53:20 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before into master

---
 src/views/technology/document/document-form.vue |   31 +++++++++++++++++--------------
 1 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/src/views/technology/document/document-form.vue b/src/views/technology/document/document-form.vue
index 906bb1f..e101abb 100644
--- a/src/views/technology/document/document-form.vue
+++ b/src/views/technology/document/document-form.vue
@@ -24,10 +24,12 @@
           <el-row>
             <el-col :span="6">
               <el-form-item prop="name" label="鏂囦欢鍚嶇О">
+                <el-tooltip class="item" effect="dark" :content="dataForm.name" >
                 <el-input
                   v-model="dataForm.name"
                   placeholder="鏂囦欢鍚嶇О"
                 ></el-input>
+                </el-tooltip>
               </el-form-item>
             </el-col>
             <el-col :span="6">
@@ -130,10 +132,10 @@
               </el-col>
               <el-col :span="6">
                 <el-form-item label="BOM" prop="bomId">
-                  <el-select 
-                    :disabled="dataForm.id != null" 
-                    v-model="dataForm.bomId" 
-                    placeholder="" 
+                  <el-select
+                    :disabled="dataForm.id != null"
+                    v-model="dataForm.bomId"
+                    placeholder=""
                     style="width: 100%;"
                     filterable>
                     <el-option
@@ -147,10 +149,10 @@
               </el-col>
               <el-col :span="6">
                 <el-form-item label="宸ヨ壓璺嚎缂栧彿" prop="routingList">
-                  <el-select 
-                    :disabled="dataForm.id != null" 
-                    v-model="dataForm.routingId" 
-                    placeholder="" 
+                  <el-select
+                    :disabled="dataForm.id != null"
+                    v-model="dataForm.routingId"
+                    placeholder=""
                     style="width: 100%;"
                     filterable>
                     <el-option
@@ -170,7 +172,7 @@
                   style="width:100%"
                 ></el-input>
               </el-form-item>
-            </el-col> 
+            </el-col>
               <el-col :span="6">
                 <el-form-item label="澶囨敞" prop="remark">
                   <el-input
@@ -433,7 +435,7 @@
                       宸ュ簭鍙傛暟
                     </div>
                   </div>
- 
+
                  <!-- <div class="document-bom-div" v-show="item.showBom">
                     <el-tooltip
                       class="item"
@@ -535,7 +537,7 @@
                                 :richContent="ele.remark"
                               ></rich-text>
                             </el-tab-pane> -->
-                            <el-tab-pane label="妫�娴嬫爣鍑�">
+                            <!-- <el-tab-pane label="妫�娴嬫爣鍑�">
                               <checkStandardTable
                                 ref="documentTestStandardTable"
                                 :dataFormId="dataForm.id"
@@ -554,7 +556,7 @@
                                   refreshTestStandardInfo
                                 "
                               ></checkStandardTable>
-                            </el-tab-pane>
+                            </el-tab-pane> -->
                             <!-- <el-tab-pane label="鎶芥瑙勫垯">
                               <div>
                                 <div style="padding: 0px 20px;">
@@ -785,14 +787,15 @@
   saveLctJson,
   getLctJson,
   routingChildCheck,
-  qryDocSamplingRule
+  qryDocSamplingRule,
+  getTestStandardParams
 } from '@/api/technology/document'
 import { delDocumentSamplingRule } from '@/api/quality/documentsamplingrule'
 import { getObj as getTechnologyDetail } from '@/api/technology/routing'
 import { getObj as getStructureDetail } from '@/api/technology/completeproductstructure'
 import { fetchList as getBomList } from '@/api/technology/completeproductstructure'
 import { getRouting } from '@/api/technology/document'
-import { getTestStandardParams } from '@/api/quality/teststandard'
+//import { getTestStandardParams } from '@/api/quality/teststandard'
 import { remote } from '@/api/admin/dict'
 import { fetchList as getStandard } from '@/api/quality/standardbind'
 import { getStore } from '@/util/store.js'

--
Gitblit v1.9.3