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, },