From 246ea1ceb4ec2f469b290266582afd0e63ed7d1e Mon Sep 17 00:00:00 2001 From: xiaobai <857694115@qq.com> Date: Thu, 26 Aug 2021 17:09:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=9C=BA=E8=BD=A6=20?= =?UTF-8?q?=E8=B5=B7=E9=87=8D=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ysjl/3000/common/index.vue | 43 ++++++++++++------------ src/views/ysjl/4000/dj/common/index.vue | 6 ++-- src/views/ysjl/4000/jj/common/index.vue | 24 ++++++------- src/views/ysjl/5000/dj/jdgy-cl/index.vue | 20 +++++------ src/views/ysjl/5000/dj/lygg-cl/index.vue | 20 +++++------ 5 files changed, 54 insertions(+), 59 deletions(-) diff --git a/src/views/ysjl/3000/common/index.vue b/src/views/ysjl/3000/common/index.vue index f183edd..485d37a 100644 --- a/src/views/ysjl/3000/common/index.vue +++ b/src/views/ysjl/3000/common/index.vue @@ -483,11 +483,11 @@ prop="xianchangjianyantiaojian" > - - 符合 + + 符合 - - 不符合 + + 不符合 @@ -667,17 +667,17 @@ - - 合格 + + 合格 - - 不合格 + + 不合格 - - 复检合格 + + 复检合格 - - 复检不合格 + + 复检不合格 @@ -942,7 +942,6 @@ export default { } else { this.getYsjl() this.getParam() - this.getJyxm(1) this.getJyxmInfoByYsjl() } this.getDepartment() @@ -1041,6 +1040,7 @@ export default { .then((data) => { this.isRepeat = data }) + this.getJyxm(1) }) }, getParam() { @@ -1066,7 +1066,6 @@ export default { }) }, getJyxm(sort) { - console.log(this.jybgTemplateId, this.ysjl.jybgTemplateId) if (this.$route.query.state === 'update') { this.jyxmService .getJdCyJyxm(this.ysjlId, this.$route.query.templateId, sort, 0) @@ -1247,14 +1246,14 @@ export default { }) return false } - for (let i = 0; i < this.bgfyData.length; i++) { - if (!this.bgfyData[i].jianjianyuan || !this.bgfyData[i].querenriqi) { - this.$message.error( - '请将检验项目中的监检人员及监检日期填写完毕,再生成报告!' - ) - return false - } - } + // for (let i = 0; i < this.bgfyData.length; i++) { + // if (!this.bgfyData[i].jianjianyuan || !this.bgfyData[i].querenriqi) { + // this.$message.error( + // '请将检验项目中的监检人员及监检日期填写完毕,再生成报告!' + // ) + // return false + // } + // } this.save(operation, 'put', tableData, fubiao) } else if (operation === 'upd') { this.save(operation, 'put', tableData, fubiao) diff --git a/src/views/ysjl/4000/dj/common/index.vue b/src/views/ysjl/4000/dj/common/index.vue index 627e08b..a3f3208 100644 --- a/src/views/ysjl/4000/dj/common/index.vue +++ b/src/views/ysjl/4000/dj/common/index.vue @@ -1,4 +1,3 @@ -