From bc16d211c5a2b31f0e3127a102748806151eaecb Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 14 十二月 2023 16:23:19 +0800 Subject: [PATCH] modified: src/const/crud/customerOrder/customerOrderForm.js modified: src/views/plan/operationtask/operationtask-form.vue modified: src/views/product/workbench/operation-task-pane.vue modified: src/views/product/workbench/taskinfo-pane.vue modified: src/views/product/workbench/workReportCard.vue modified: src/views/quality/finishedProductInspection/finishedProduct-form.vue modified: src/views/quality/newReport/ReportForm.vue modified: src/views/quality/processInspect/processInspect-form.vue modified: src/views/quality/rawMaterial/rawMaterial-form.vue modified: src/views/quality/teststandard/standard-form.vue modified: src/views/technology/completeproductstructure/completeproductstructure-form.vue modified: src/views/technology/document/document-form.vue modified: src/views/technology/operation/operation-form.vue modified: src/views/technology/routing/routing-form.vue modified: src/views/warehouse/changestock/index.vue --- src/views/common/documentDetail.vue | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/views/common/documentDetail.vue b/src/views/common/documentDetail.vue index 3e77629..f2d5861 100644 --- a/src/views/common/documentDetail.vue +++ b/src/views/common/documentDetail.vue @@ -52,7 +52,7 @@ ></el-input> </el-form-item> </el-col> - <el-col :span="4"> + <!-- <el-col :span="4"> <el-form-item label="椤圭洰绫诲埆" prop="projectType"> <el-select v-model="dataForm.projectType" @@ -74,7 +74,7 @@ <el-form-item label="鍥藉" prop="country"> <countrySelector v-model="dataForm.country"></countrySelector> </el-form-item> - </el-col> + </el-col> --> </el-row> <el-row> <el-col :span="5"> @@ -166,7 +166,7 @@ > <TeststandardDialog :editable="editable" - :documentId="Number(dataForm.id)" + :documentId="Number(docId)" > </TeststandardDialog> </el-tab-pane> @@ -374,7 +374,7 @@ </el-collapse> </el-card> </el-tab-pane> - <el-tab-pane label="鍥剧墖涓婁紶" style="height: 100%"> + <!-- <el-tab-pane label="鍥剧墖涓婁紶" style="height: 100%"> <el-card class="document-structure"> <div slot="header"> <span>缁撴瀯鍥�</span> @@ -440,7 +440,7 @@ <img width="100%" :src="dialogFlowImageUrl" alt="" /> </el-dialog> </el-card> - </el-tab-pane> + </el-tab-pane> --> </el-tabs> </div> </div> @@ -874,7 +874,6 @@ this.dialogStructureImageUrl = file.url }, handleStructureSuccess(response, file, fileList) { - console.log('涓婁紶鎴愬姛') }, handleStructureExceed(files, fileList) { this.$message.warning( -- Gitblit v1.9.3