【修改】到账开票批量开票 修改
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user