From dce1a39a7c7c52d36007e2b134def3d2bfb85ce0 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 04 一月 2024 13:58:13 +0800 Subject: [PATCH] 质检模块修改 --- src/views/plan/manufacturingorder/productorder-form.vue | 16 ++++++---------- 1 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/views/plan/manufacturingorder/productorder-form.vue b/src/views/plan/manufacturingorder/productorder-form.vue index 05becf2..2463791 100644 --- a/src/views/plan/manufacturingorder/productorder-form.vue +++ b/src/views/plan/manufacturingorder/productorder-form.vue @@ -65,6 +65,7 @@ </el-col> <el-col :span="6"> <el-form-item label="闆朵欢" prop="partId"> + <el-tooltip class="item" effect="dark" :content="partStr" > <el-input v-model="partStr" placeholder="" readonly> <el-button v-if="!this.dataForm.id" @@ -73,6 +74,7 @@ @click="openRoutingDialog()" ></el-button> </el-input> + </el-tooltip> </el-form-item> </el-col> </el-row> @@ -476,7 +478,7 @@ </el-table> </el-card> </el-tab-pane> - <el-tab-pane + <!-- <el-tab-pane label="妫�娴嬫爣鍑�" key="tb1" id="tb1" @@ -489,7 +491,7 @@ :moRoutingOperationId="moRoutingOperationId" @refreshTestStandardInfo="refreshTestStandardInfo" ></testStandardTable> - </el-tab-pane> + </el-tab-pane> --> <!-- <el-tab-pane label="鎶芥瑙勫垯" key="tb2" @@ -690,13 +692,13 @@ label="鍗曚綅" /> - <el-table-column + <!-- <el-table-column prop="discNum" width="150" header-align="center" align="center" label="鐩樻暟(鐩�)" - /> + /> --> <!-- <el-table-column prop="version" @@ -1216,7 +1218,6 @@ this.getBomTypeDbOptions() this.getManufactureAttrs('manufacture_attr_type') this.getSysParam(sysParam.IS_REPORT_OPERATION) - // console.log(this.components); }, watch: { 'dataForm.partId'(newValue, oldValue) { @@ -1231,9 +1232,6 @@ } }, components(newVal,oldVal){ - console.log("鏂�",newVal); - console.log("鑰�",oldVal); - console.log(this.components); }, currentRouting(newValue, oldValue) { if (newValue && newValue.id) { @@ -1284,7 +1282,6 @@ if (newValue && newValue.id) { // 鏌ヨ浜у搧缁撴瀯瀵瑰簲鐨勭粍浠� getBom(newValue.id).then((response) => { - console.log("鏌�",this.components); // this.components = [response.data.data.tree] }) } @@ -2088,7 +2085,6 @@ }, // 鏂板宸ュ簭 addOperation(operation) { - console.log('operation', operation) }, insertOperation(operation) {}, structSelectionChange(val) { -- Gitblit v1.9.3