20240205
luoJunYong.123 3 years ago
parent 7d2de4b643
commit 0b6b040b76
  1. 3
      src/pages/manage/list/personal/currentAccount/accountCancellation.vue
  2. 2
      src/pages/manage/list/personal/currentAccount/deposit.vue
  3. 3
      src/pages/manage/list/personal/currentAccount/settle.vue
  4. 19
      src/pages/manage/list/personal/currentAccount/withdrawal.vue
  5. 3
      src/pages/manage/list/personal/timeDeposit/openAccount.vue

@ -133,6 +133,9 @@ export default{
if(this.form.idNumber) {
this.idNumberJudge = true
}
if(this.form.drawPassword) {
sessionStorage.setItem('nomCurrentCancellPassword', this.form.drawPassword)
}
}
autoPlay2(parentId, this.form, this.myTable2, this.myTable, cardArr, callback)
},

@ -169,7 +169,7 @@ export default{
let formList = [];
let nomBusinessDepositCard = sessionStorage.getItem('nomBusinessDepositCard')
let nomBusinessDepositCards = nomBusinessDepositCard // JSON.parse(nomBusinessDepositCard);
if (nomBusinessDepositCards && nomBusinessDepositCards.length > 0){
if (this.cardNumberJudge){
// formList.push({"answerId":78,"emptyOne": "", "emptyTwo": nomBusinessDepositCards, "operationIds": "285,287,5,26,57,63,78","type": ""})//
formList.push({"answerId":78,"emptyOne": "", "emptyTwo": this.form.idCardNumber, "operationIds": "285,287,5,26,57,63,78","type": ""})
if(this.form.currency){

@ -195,6 +195,9 @@ export default{
if(this.form.userName) {
this.setDataFlow({ userName: this.form.userName })
}
if(this.form.drawPassword) {
sessionStorage.setItem('nomCurrentSettlePassword', this.form.drawPassword)
}
}
autoPlay2(parentId, this.form, this.myTable2, this.myTable, cardArr, callback)
},

@ -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": ""})

@ -250,6 +250,9 @@ export default{
if(this.form.voucherNumber) {
this.cardNumberJudge = true
}
if(this.form.drawPassword) {
sessionStorage.setItem('nomtimeOpenAccountPassword', this.form.drawPassword)
}
}
autoPlay2(parentId, this.form, this.myTable2, this.myTable, cards, callback)

Loading…
Cancel
Save