From e7f1d02ac5f4ad9f8a8455bb8595ab7d4fcacba9 Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Fri, 2 Aug 2024 18:22:27 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E6=B3=A8=E9=87=8A=E8=BF=9D?= =?UTF-8?q?=E7=AB=A0=E4=BA=BA=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectFront/quality/inspectionLedger.vue | 43 +++++++++++++++++++ .../safeSame/inspectionLedger.vue | 21 ++++++--- 2 files changed, 59 insertions(+), 5 deletions(-) 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(