From 93f3cecb95a1b0dcedaf6ca7fd73070035bc461e Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 5 Aug 2022 13:58:29 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20-=20=E6=96=B0=E5=A2=9E=E5=8F=91?= =?UTF-8?q?=E7=A5=A8=E7=9A=84=E6=97=B6=E5=80=99=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BC=A0=E5=8F=82=E6=96=B9=E5=BC=8F=EF=BC=8C=E6=9C=AA=E7=A8=8E?= =?UTF-8?q?=E9=87=91=E9=A2=9D=E3=80=81=E7=A8=8E=E9=A2=9D=20=E6=94=BE?= =?UTF-8?q?=E5=9C=A8bmpList=20=E5=8F=82=E6=95=B0=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../arriveAndInvoicing/modules/InvoicingModule.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingModule.vue b/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingModule.vue index 6369157..5e0c41e 100644 --- a/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingModule.vue +++ b/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingModule.vue @@ -187,6 +187,8 @@ export default { let bmpList = [ { invoiceAmount: formData.invoiceAmount, + tax: formData.tax, + noTaxAmount: formData.noTaxAmount, projectId: this.projectId, projectType: this.projectType, remark: formData.remark @@ -195,6 +197,8 @@ export default { addData.bmpList = bmpList delete addData.projectName delete addData.remark + delete addData.tax + delete addData.noTaxAmount okHttpMethod = addPayBill(addData) } okHttpMethod.then(res => {