"git@ustchcs.com:gujinli1118/eladmin.git" did not exist on "acaf83af02938b80470693d1f0effe233bb1c94f"
Commit feb5b0ee authored by 季圣华's avatar 季圣华
Browse files

优化单据的查看界面

parent cee119c2
...@@ -1398,7 +1398,7 @@ ...@@ -1398,7 +1398,7 @@
} else { } else {
this.model.getAmount = this.model.changeAmount 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.$nextTick(() => {
this.form.setFieldsValue(pick(this.model,'id')) this.form.setFieldsValue(pick(this.model,'id'))
}); });
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment