【修改】修改到账开票 开票参数

This commit is contained in:
fengachen
2022-11-09 14:53:30 +08:00
parent 2db7276a87
commit d699edfe42
2 changed files with 3 additions and 2 deletions
@@ -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
+1 -1
View File
@@ -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,
},