把单据中文本框的keyup事件改为change事件
This commit is contained in:
@@ -212,7 +212,7 @@ export const FinancialModalMixin = {
|
||||
});
|
||||
},
|
||||
//改变优惠金额
|
||||
onKeyUpDiscountMoney(e) {
|
||||
onChangeDiscountMoney(e) {
|
||||
const value = e.target.value-0
|
||||
let totalPrice = this.form.getFieldValue('totalPrice')-0
|
||||
let changeAmount = (totalPrice-value).toFixed(2)
|
||||
|
||||
Reference in New Issue
Block a user