diff --git a/src/views/projectFront/quality/inspectionLedger.vue b/src/views/projectFront/quality/inspectionLedger.vue index b1140c93..47427795 100644 --- a/src/views/projectFront/quality/inspectionLedger.vue +++ b/src/views/projectFront/quality/inspectionLedger.vue @@ -1846,6 +1846,10 @@ }}{{ item.createUserName }}

+

整改状态:{{ @@ -1938,6 +1942,38 @@ +

@@ -2102,7 +2138,14 @@ export default { fileUrl: "", additionalRemarks: "", qualityId: "", + violationId: "", }, //未整改回复 + violationList: [ + { + value: "选项1", + label: "黄金糕", + }, + ], dialogDetil: false, detailData: {}, fileListRectification: [], diff --git a/src/views/projectFront/safeSame/inspectionLedger.vue b/src/views/projectFront/safeSame/inspectionLedger.vue index 38af0d4c..3309fdbf 100644 --- a/src/views/projectFront/safeSame/inspectionLedger.vue +++ b/src/views/projectFront/safeSame/inspectionLedger.vue @@ -2001,10 +2001,10 @@ }}{{ item.createUserName }}

-

- 违章人员 + 违章人员:{{ item.createUserName }} -

+

-->

整改状态:{{ @@ -2109,7 +2109,7 @@

- +
@@ -2507,6 +2507,17 @@ export default { }, mounted() {}, methods: { + //获取人员列表 + getViolationList() { + let data = { + projectSn: this.projectSn, + }; + getSubdivisionProjectApi(data).then((res) => { + if (res.code == 200) { + this.violationList = res.result; + } + }); + }, backQuestion(obj) { console.log("删除", obj); this.$confirm(