|
|
@ -98,8 +98,8 @@ export default{ |
|
|
|
} |
|
|
|
} |
|
|
|
const { withdrawWay } = this.dataFlow |
|
|
|
const { withdrawWay } = this.dataFlow |
|
|
|
if(withdrawWay === 126) { |
|
|
|
if(withdrawWay === 126) { |
|
|
|
this.form.interest = 5.75 |
|
|
|
this.form.interest = '15.00' |
|
|
|
this.rules.withdrawAmount[0].required = false |
|
|
|
// this.rules.withdrawAmount[0].required = false |
|
|
|
|
|
|
|
|
|
|
|
if(sessionStorage.getItem('nomtimeDepositWithdrawal2')) { |
|
|
|
if(sessionStorage.getItem('nomtimeDepositWithdrawal2')) { |
|
|
|
this.cardNumberJudge = true |
|
|
|
this.cardNumberJudge = true |
|
|
@ -484,10 +484,11 @@ export default{ |
|
|
|
if(newVal === 126) { |
|
|
|
if(newVal === 126) { |
|
|
|
this.form.withdrawAmount = Number(this.form.interest) + Number(this.form.capital) |
|
|
|
this.form.withdrawAmount = Number(this.form.interest) + Number(this.form.capital) |
|
|
|
this.capitalDisabled = true |
|
|
|
this.capitalDisabled = true |
|
|
|
this.form.interest = 5.75 |
|
|
|
this.form.interest = '15.00' |
|
|
|
this.rules.newVoucherNumber = [] |
|
|
|
this.rules.newVoucherNumber = [] |
|
|
|
sessionStorage.setItem('newVoucherNumber', this.form.newVoucherNumber) |
|
|
|
sessionStorage.setItem('newVoucherNumber', this.form.newVoucherNumber) |
|
|
|
this.form.newVoucherNumber = '' |
|
|
|
this.form.newVoucherNumber = '' |
|
|
|
|
|
|
|
//this.rules.withdrawAmount[0].required = false |
|
|
|
}else { |
|
|
|
}else { |
|
|
|
if(sessionStorage.getItem('newVoucherNumber')) { |
|
|
|
if(sessionStorage.getItem('newVoucherNumber')) { |
|
|
|
this.form.newVoucherNumber = sessionStorage.getItem('newVoucherNumber') |
|
|
|
this.form.newVoucherNumber = sessionStorage.getItem('newVoucherNumber') |
|
|
@ -505,7 +506,7 @@ export default{ |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs.withdrawAmount.focus() |
|
|
|
this.$refs.withdrawAmount.focus() |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
// this.rules.withdrawAmount[0].required = true |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
immediate: true |
|
|
|
immediate: true |
|
|
|