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 => {