税率问题修改

product
杨世强 2 years ago
parent a87e451ee2
commit e51e7d0195

@ -559,7 +559,7 @@
// this.dataForm.arinvoices_item1List[i].taxAmount = list[0].list[i].price*list[0].list[i].rate
this.taxRateOptions.find((item) => {
if (this.dataForm.arinvoices_item1List[i].taxRate == item.id) {
this.dataForm.arinvoices_item1List[i].taxAmount = this.jnpf.floatSub(this.dataForm.arinvoices_item1List[i].this.dataForm.arinvoices_item1List[i].amountNotTax,).toFixed(2)
this.dataForm.arinvoices_item1List[i].taxAmount = this.jnpf.floatSub(this.dataForm.arinvoices_item1List[i].amount,this.dataForm.arinvoices_item1List[i].amountNotTax).toFixed(2)
}
})
}

Loading…
Cancel
Save