优化采购订单,把请购单转过来后的支付订金赋值为0
This commit is contained in:
@@ -471,7 +471,7 @@
|
|||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.form.setFieldsValue({
|
this.form.setFieldsValue({
|
||||||
'discountLastMoney': discountLastMoney.toFixed(2),
|
'discountLastMoney': discountLastMoney.toFixed(2),
|
||||||
'changeAmount': discountLastMoney.toFixed(2)
|
'changeAmount': 0
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user