From 4238935f1bc65ae1b470ed2a247b1451046a235f Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 6 Mar 2024 10:16:38 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=88=B0=E8=B4=A6=E5=BC=80=E7=A5=A8?= =?UTF-8?q?=E3=80=81=E6=89=93=E5=8C=85=E7=AE=A1=E7=90=86=EF=BC=8C=E5=BC=80?= =?UTF-8?q?=E7=A5=A8=E6=96=B0=E5=A2=9E=E9=98=B6=E6=AE=B5=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=8F=91=E7=A5=A8=E9=99=84=E4=BB=B6=E5=AD=97=E6=AE=B5=E5=AE=8C?= =?UTF-8?q?=E5=96=84=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../arriveAndInvoicing/modules/InvoicingModule.vue | 2 +- .../modules/InvoicingStageModule.vue | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingModule.vue b/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingModule.vue index 54b49d2..1370fd1 100644 --- a/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingModule.vue +++ b/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingModule.vue @@ -191,7 +191,7 @@ export default { this.getMailContactPostalCode() this.visible = true this.$nextTick(() => { - this.form.setFieldsValue(pick(this.model, 'invoiceAmount', 'tax','taxRate', 'noTaxAmount', 'billNo', 'billDate', 'remark')) + this.form.setFieldsValue(pick(this.model, 'invoiceAmount', 'tax','taxRate', 'noTaxAmount', 'billNo', 'billDate', 'remark', 'invoiceFileId')) this.taxRate = this.form.getFieldValue('taxRate') }) }, diff --git a/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingStageModule.vue b/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingStageModule.vue index 13cb595..dfbd6dd 100644 --- a/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingStageModule.vue +++ b/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingStageModule.vue @@ -72,6 +72,14 @@ + + +
+
发票附件:
+
+
+
+
@@ -93,10 +101,11 @@ import InvoicingModule from './InvoicingModule' import { payBillList, revokeInvoice } from '../../../../api/incomePaymentsApi' import {ajaxGetDictItems} from '@api/api' +import PreviewFile from '@comp/jero/PreviewFile' export default { name: 'InvoicingStageModule', - components: { InvoicingModule }, + components: {PreviewFile, InvoicingModule }, provide: {}, props: { // 项目id