From c3f3693d971af95f1e452b2044362ab93fc80f11 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Thu, 16 Sep 2021 09:52:47 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=99=AE=E9=80=9A=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=8F=98=E6=9B=B4--=E8=B5=84=E6=96=99?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../businessManagement/BusinessManagement.vue | 4 ++++ .../modules/GeneralProjectModule.vue | 15 ++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/src/views/businessManagement/BusinessManagement.vue b/src/views/businessManagement/BusinessManagement.vue index d9800eb..571d93b 100644 --- a/src/views/businessManagement/BusinessManagement.vue +++ b/src/views/businessManagement/BusinessManagement.vue @@ -169,6 +169,10 @@ export default { } }, methods: { + /** + * 审核 + * @param id + */ handleAudit(id) { const that = this this.$confirm({ diff --git a/src/views/projectManagement/modules/GeneralProjectModule.vue b/src/views/projectManagement/modules/GeneralProjectModule.vue index 4c537ea..bc30ec8 100644 --- a/src/views/projectManagement/modules/GeneralProjectModule.vue +++ b/src/views/projectManagement/modules/GeneralProjectModule.vue @@ -149,6 +149,19 @@ + + + + + + + @@ -345,7 +358,7 @@ export default { this.chargeWayType = record.chargeWay this.visible = true this.$nextTick(() => { - this.form.setFieldsValue(pick(this.model, 'chargeProject', 'year', 'principalId', 'chargeCompany', 'chargeUse', 'contactsId', 'mailContactsId', 'receivableAmount', 'needInvoice', 'chargeWay', 'contractNum', 'chargeNoticeNo', 'remarks')) + this.form.setFieldsValue(pick(this.model, 'chargeProject', 'year', 'principalId', 'chargeCompany', 'chargeUse', 'contactsId', 'mailContactsId', 'receivableAmount', 'needInvoice', 'chargeWay', 'contractNum', 'chargeNoticeNo', 'chargeNoticeId', 'files', 'remarks')) }) }, close() {