优化单据的查看界面
This commit is contained in:
parent
cee119c213
commit
feb5b0ee38
@ -1398,7 +1398,7 @@
|
||||
} else {
|
||||
this.model.getAmount = this.model.changeAmount
|
||||
}
|
||||
this.model.debt = (this.model.discountLastMoney + this.model.otherMoney - this.model.deposit - this.model.changeAmount).toFixed(2)
|
||||
this.model.debt = (this.model.discountLastMoney + this.model.otherMoney - (this.model.deposit + this.model.changeAmount)).toFixed(2)
|
||||
this.$nextTick(() => {
|
||||
this.form.setFieldsValue(pick(this.model,'id'))
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user