【修改】应收金额补0
This commit is contained in:
@@ -63,6 +63,7 @@
|
|||||||
<a-input placeholder="请输入应收金额"
|
<a-input placeholder="请输入应收金额"
|
||||||
v-decorator="['amountReceivable', validatorRules.amountReceivable]"
|
v-decorator="['amountReceivable', validatorRules.amountReceivable]"
|
||||||
:maxLength='50'
|
:maxLength='50'
|
||||||
|
@blur="addZero"
|
||||||
:disabled="isCheckInBool"
|
:disabled="isCheckInBool"
|
||||||
@change="changeReceivableAmount"
|
@change="changeReceivableAmount"
|
||||||
></a-input>
|
></a-input>
|
||||||
@@ -156,6 +157,7 @@ import moment from 'moment'
|
|||||||
import {getContactsById} from '@api/api'
|
import {getContactsById} from '@api/api'
|
||||||
import {money} from '@/utils/validate'
|
import {money} from '@/utils/validate'
|
||||||
import {CalcAmountMixin} from '@/mixins/CalcAmountMixin'
|
import {CalcAmountMixin} from '@/mixins/CalcAmountMixin'
|
||||||
|
import {addZero} from '@/utils/util'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'OtherMeetingForm',
|
name: 'OtherMeetingForm',
|
||||||
@@ -285,6 +287,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
addZero,
|
||||||
moment,
|
moment,
|
||||||
/**
|
/**
|
||||||
* 校验金额格式
|
* 校验金额格式
|
||||||
|
|||||||
Reference in New Issue
Block a user