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 29338681..b507e684 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) { @@ -408,6 +427,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, @@ -492,7 +513,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 22770c99..8835b191 100644 --- a/src/views/projectFront/quality/inspectionLedger.vue +++ b/src/views/projectFront/quality/inspectionLedger.vue @@ -1016,7 +1016,7 @@ v-model="addForm2.floor" > - + -->
- +
@@ -1767,14 +1767,14 @@ - +
{ - this.$refs.addForm1.clearValidate(); //清除所有验证 - this.$refs.addForm2.clearValidate(); //清除所有验证 - }); - this.hideUpload = false; + this.fileList1 = [] + this.fileList2 = [] + this.fileList3 = [] + this.fileList4 = [] + $nextTick(()=>{ + this.$refs.addForm1.resetFields() //清除所有验证 + this.$refs.addForm2.resetFields() //清除所有验证 + }) + + this.hideUpload = false if (this.recordType == 1) { this.addForm1 = { regionId: "",