company/src/components/enterprise/entrustedInvoicingApplication.vue
@@ -121,8 +121,8 @@ watch: { type: { handler(news) { this.val = '' this.val1 = '' // this.val = '' // this.val1 = '' } } }, @@ -156,7 +156,7 @@ } this.isWorking = true entrustInvoicing({ address: this.val || this.val1, address: this.type === 0?this.val : this.val1, invoicingMoney: this.total, taxDetialList: this.form.list.map(item => { return { @@ -188,7 +188,7 @@ data.forEach(item => { price += item.totalPrice }) sums[index] = price sums[index] = price.toFixed(2) } }) return sums;