From d699edfe420000821cfb0007910af05012c6c19d Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Wed, 9 Nov 2022 14:53:30 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=88=B0=E8=B4=A6=E5=BC=80=E7=A5=A8=20=E5=BC=80?= =?UTF-8?q?=E7=A5=A8=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../arriveAndInvoicing/modules/InvoicingModule.vue | 3 ++- vue.config.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingModule.vue b/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingModule.vue index 7e68da8..b94125c 100644 --- a/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingModule.vue +++ b/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingModule.vue @@ -214,7 +214,8 @@ export default { noTaxAmount: formData.noTaxAmount, projectId: this.projectId, projectType: this.projectType, - remark: formData.remark + remark: formData.remark, + taxRate:formData.taxRate } ] addData.bmpList = bmpList diff --git a/vue.config.js b/vue.config.js index 70f5416..3a6871a 100644 --- a/vue.config.js +++ b/vue.config.js @@ -88,7 +88,7 @@ module.exports = { },*/ '/jero-boot': { // '' - target: 'http://10.0.10.139:8080', //请求本地 jero-boot后台项目 + target: 'http://10.0.10.160:8080', //请求本地 jero-boot后台项目 ws: false, changeOrigin: true, },