|
|
|
@ -169,17 +169,18 @@ export default{ |
|
|
|
|
this.cardNumberJudge = true |
|
|
|
|
// console.log(list[i].emptyTwo) |
|
|
|
|
} //卡号 |
|
|
|
|
if (list[i].answerId == '86') {this.form.userName = list[i].emptyTwo} //客户姓名 |
|
|
|
|
if (list[i].answerId == '87') {this.form.currency = list[i].emptyTwo} //币种 |
|
|
|
|
if (list[i].answerId == '88') {this.form.goldLogo = list[i].emptyTwo} //钞汇标识 |
|
|
|
|
if (list[i].answerId == '89') {this.form.money = list[i].emptyTwo} //金额 |
|
|
|
|
if (list[i].answerId == '90') {this.form.chargeWay = list[i].emptyTwo} //支取方式 |
|
|
|
|
else if (list[i].answerId == '86') {this.form.userName = list[i].emptyTwo} //客户姓名 |
|
|
|
|
else if (list[i].answerId == '87') {this.form.currency = list[i].emptyTwo} //币种 |
|
|
|
|
else if (list[i].answerId == '88') {this.form.goldLogo = list[i].emptyTwo} //钞汇标识 |
|
|
|
|
else if (list[i].answerId == '89') {this.form.money = list[i].emptyTwo} //金额 |
|
|
|
|
else if (list[i].answerId == '90') {this.form.chargeWay = list[i].emptyTwo} //支取方式 |
|
|
|
|
// if (list[i].answerId == '91') {sessionStorage.setItem('nomCurrentWithdrawalPassword', list[i].emptyTwo)} //支取密码 |
|
|
|
|
if (list[i].answerId == '91') { |
|
|
|
|
else if (list[i].answerId == '91') { |
|
|
|
|
this.form.drawPassword = list[i].emptyTwo |
|
|
|
|
sessionStorage.setItem('nomCurrentWithdrawalPassword', list[i].emptyTwo) |
|
|
|
|
} |
|
|
|
|
if (list[i].answerId == '92') {this.form.serviceCharge = list[i].emptyTwo} //手续费 |
|
|
|
|
if (list[i].answerId == '93') {this.form.remark = list[i].emptyTwo} //摘要 |
|
|
|
|
else if (list[i].answerId == '92') {this.form.serviceCharge = list[i].emptyTwo} //手续费 |
|
|
|
|
else if (list[i].answerId == '93') {this.form.remark = list[i].emptyTwo} //摘要 |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}).catch((error)=>{ |
|
|
|
@ -200,7 +201,7 @@ export default{ |
|
|
|
|
let formList = []; |
|
|
|
|
// 验证通过逻辑写在这 |
|
|
|
|
// if (nomCurrentWithdrawalCards && nomCurrentWithdrawalCards.length > 0 && nomCurrentWithdrawalPasswords){ |
|
|
|
|
if (this.form.drawPassword && this.form.cardNumber){ |
|
|
|
|
if (this.cardNumberJudge && this.form.cardNumber){ |
|
|
|
|
// formList.push({"answerId":85,"emptyOne": "", "emptyTwo": nomCurrentWithdrawalCards, "operationIds": "285,287,5,26,57,64,85","type": ""})// 卡号 |
|
|
|
|
formList.push({"answerId":85,"emptyOne": "", "emptyTwo": this.form.cardNumber, "operationIds": "285,287,5,26,57,64,85","type": ""}) |
|
|
|
|
// formList.push({"answerId":91,"emptyOne": "", "emptyTwo": nomCurrentWithdrawalPassword, "operationIds": "285,287,5,26,57,64,91","type": ""}) |
|
|
|
|