From 6bbc412cda29146dc7e042a84e9de5acc5e0291e Mon Sep 17 00:00:00 2001 From: cjp <3096114695@qq.com> Date: Mon, 29 Apr 2024 23:43:21 +0800 Subject: [PATCH] 23:43 --- src/assets/i18n/langs/cn/quality.js | 3 +- .../configManage/personnelAccess.vue | 4 +- .../quality/businessModule/checkPoint.vue | 43 ++++++++++++++----- .../projectFront/quality/inspectionLedger.vue | 21 +++++---- 4 files changed, 48 insertions(+), 23 deletions(-) diff --git a/src/assets/i18n/langs/cn/quality.js b/src/assets/i18n/langs/cn/quality.js index 74704e7c..4f58f6dc 100644 --- a/src/assets/i18n/langs/cn/quality.js +++ b/src/assets/i18n/langs/cn/quality.js @@ -3,7 +3,8 @@ export default { regionName: '区域名称', coding: '编码', unit:'单位', - rectificationPeople: '整改人', + rectificationPeople: '责任人', + rectificationWork: '整改单位', personLiable:'责任人', personWork:'责任单位', notifier: '通知人', diff --git a/src/views/projectFront/configManage/personnelAccess.vue b/src/views/projectFront/configManage/personnelAccess.vue index 1f4ed2e9..5c4f3aa0 100644 --- a/src/views/projectFront/configManage/personnelAccess.vue +++ b/src/views/projectFront/configManage/personnelAccess.vue @@ -57,14 +57,14 @@ $t("message.videoManage.add") }} - + diff --git a/src/views/projectFront/quality/businessModule/checkPoint.vue b/src/views/projectFront/quality/businessModule/checkPoint.vue index 0c2e1351..52915cd4 100644 --- a/src/views/projectFront/quality/businessModule/checkPoint.vue +++ b/src/views/projectFront/quality/businessModule/checkPoint.vue @@ -28,7 +28,7 @@ align="center" prop="enterpriseName" - label="整改单位" + label="责任单位" >
- + - - + + - - + + { + this.$refs['form'].clearValidate() + }) + }, //切换 整改人 changeDutyId(value) { @@ -388,6 +407,8 @@ export default { if (valid) { let data = { dutyName: this.form.dutyName, + dutyId: this.form.dutyId, + personId: this.form.personId, // intendanceIds: this.form.intendanceIds.join(','), intendanceNames: this.form.intendanceNames, regionName: this.form.regionName, @@ -469,7 +490,7 @@ export default { close() { this.$nextTick(() => { - this.$refs.form.clearValidate() + this.$refs['form'].clearValidate() }) } } diff --git a/src/views/projectFront/quality/inspectionLedger.vue b/src/views/projectFront/quality/inspectionLedger.vue index 69279ba5..2a797b7c 100644 --- a/src/views/projectFront/quality/inspectionLedger.vue +++ b/src/views/projectFront/quality/inspectionLedger.vue @@ -967,7 +967,7 @@ ref="cascaderAddr2" > - - + -->
- +
@@ -1767,14 +1767,14 @@ - +
{ + this.$refs.addForm1.resetFields() //清除所有验证 + this.$refs.addForm2.resetFields() //清除所有验证 + }) + this.hideUpload = false if (this.recordType == 1) { this.addForm1 = {