【修改】到账开票批量开票 修改

This commit is contained in:
fengachen
2022-11-09 15:18:34 +08:00
parent b6354f50bf
commit fbff76f178
4 changed files with 102 additions and 50 deletions
@@ -166,7 +166,7 @@ export default {
if(!amount) return
let obj = this.calcOtherNumber(amount)
this.$nextTick(() => {
this.form.setFieldsValue( {tax:obj.noTaxAmount,noTaxAmount: obj.tax})
this.form.setFieldsValue( {tax:obj.tax,noTaxAmount: obj.noTaxAmount})
})
},
add() {