请刷卡
@@ -123,6 +123,11 @@ export default{
created() {
if(this.isNeedBefore) {
+ if(sessionStorage.getItem('nomBusinessDepositCard')) {
+ this.cardNumberJudge = true
+ const tmpVoucher = this.dataFlow.voucherNumber || '159753'
+ this.form.voucherNumber = tmpVoucher
+ }
return
}
diff --git a/src/pages/manage/list/personal/currentAccount/openAccount.vue b/src/pages/manage/list/personal/currentAccount/openAccount.vue
index d920756..caf4ef3 100644
--- a/src/pages/manage/list/personal/currentAccount/openAccount.vue
+++ b/src/pages/manage/list/personal/currentAccount/openAccount.vue
@@ -10,7 +10,7 @@
checkHanzi(val, form, 'userNumber')" ref="userNumber">
-
+
CNY人民币
@@ -64,8 +64,8 @@
100: '资本临时户' -->
-
-
+
@@ -124,8 +124,8 @@
-
-
+
@@ -184,8 +184,8 @@
-
-
+
@@ -267,7 +267,7 @@ export default {
drawPassword2: '', // 支取密码2
drawPassword3: '', // 支取密码3
userNumber: '', // 客户号
- currency: 12, // 币种
+ currency: '', // 币种
userName: '', // 客户姓名
goldLogo: '', // 钞汇标识
accountQuality: '', // 账户性质
@@ -401,9 +401,6 @@ export default {
return
}
- console.log('s..asdasd')
-
-
const { peopleNumber, userName } = this.dataFlow
this.form.userNumber = peopleNumber
this.form.userName = userName
@@ -507,16 +504,16 @@ export default {
else if (list[i].answerId == '77') {
this.form.drawPassword = list[i].emptyTwo
}
- else if (list[i].answerId == '270') {
- this.form.accountQualitysTwo = +list[i].emptyTwo
- }
- else if (list[i].answerId == '271') {this.form.voucherTypesTwo = +list[i].emptyTwo}
- else if (list[i].answerId == '272') {this.form.accountTypesTwo = +list[i].emptyTwo}
- else if (list[i].answerId == '274') {this.form.drawWaysTwo = +list[i].emptyTwo}
- else if (list[i].answerId == '276') {this.form.accountQualitysThree = +list[i].emptyTwo}
- else if (list[i].answerId == '277') {this.form.voucherTypesThree = +list[i].emptyTwo}
- else if (list[i].answerId == '278') {this.form.accountTypesThree = +list[i].emptyTwo}
- else if (list[i].answerId == '280') {this.form.drawWaysThree = +list[i].emptyTwo}
+ // else if (list[i].answerId == '270') {
+ // this.form.accountQualitysTwo = +list[i].emptyTwo
+ // }
+ // else if (list[i].answerId == '271') {this.form.voucherTypesTwo = +list[i].emptyTwo}
+ // else if (list[i].answerId == '272') {this.form.accountTypesTwo = +list[i].emptyTwo}
+ // else if (list[i].answerId == '274') {this.form.drawWaysTwo = +list[i].emptyTwo}
+ // else if (list[i].answerId == '276') {this.form.accountQualitysThree = +list[i].emptyTwo}
+ // else if (list[i].answerId == '277') {this.form.voucherTypesThree = +list[i].emptyTwo}
+ // else if (list[i].answerId == '278') {this.form.accountTypesThree = +list[i].emptyTwo}
+ // else if (list[i].answerId == '280') {this.form.drawWaysThree = +list[i].emptyTwo}
}
if(sessionStorage.getItem('accountPassword')) {
this.form.drawPassword = sessionStorage.getItem('accountPassword')
@@ -669,6 +666,7 @@ export default {
// });
// return;
// }
+ console.log(this.form)
this.$refs.form.validate(myValidate(() => {
@@ -815,8 +813,16 @@ export default {
this.count = this.count-1;
sessionStorage.setItem('openAccountCount', this.count)
if (this.count < 1){this.count = 0}
- if (this.count == 0){this.formTwo = false}
- if (this.count == 1){this.formThree = false}
+ if (this.count == 0){
+ sessionStorage.removeItem('accountPasswordTwo')
+ sessionStorage.removeItem('accountVoucherTwo')
+ this.formTwo = false
+ }
+ if (this.count == 1){
+ sessionStorage.removeItem('accountVoucherThree')
+ sessionStorage.removeItem('accountPasswordThree')
+ this.formThree = false
+ }
// this.second.splice(index,1)
this.setTipsOperate('删除成功!')
}).catch(() => {
@@ -891,9 +897,31 @@ export default {
})
},
watch: {
- count(newVal) {
- console.log(newVal)
+ formTwo: {
+ handler(newVal) {
+ if(!newVal) {
+ this.form.drawWaysTwo = ''
+ this.form.accountQualitysTwo = ''
+ this.form.voucherTypesTwo = ''
+ this.form.accountTypesTwo = ''
+ this.form.drawPassword2 = ''
+ }
+ },
+ immediate: true
+ },
+ formThree: {
+ handler(newVal) {
+ if(!newVal) {
+ this.form.drawWaysThree = ''
+ this.form.accountQualitysThree = ''
+ this.form.voucherTypesThree = ''
+ this.form.accountTypesThree = ''
+ this.form.drawPassword3 = ''
+ }
+ },
+ immediate: true
}
+
},
};
diff --git a/src/pages/manage/list/personal/currentAccount/settle.vue b/src/pages/manage/list/personal/currentAccount/settle.vue
index 628b1a9..3a36dc1 100644
--- a/src/pages/manage/list/personal/currentAccount/settle.vue
+++ b/src/pages/manage/list/personal/currentAccount/settle.vue
@@ -177,7 +177,15 @@ export default{
}
},
created() {
+ if(sessionStorage.getItem('nomCurrentSettlePassword')) {
+ this.form.drawPassword = sessionStorage.getItem('nomCurrentSettlePassword')
+ }
if(this.isNeedBefore) {
+ if(sessionStorage.getItem('nomCurrentSettleCard')) {
+ this.cardNumberJudge = true
+ const tmpCardNumber = this.dataFlow.voucherNumber || '159753'
+ this.form.cardNumber = tmpCardNumber
+ }
return
}
if(sessionStorage.getItem('nomCurrentSettleCard')) {
@@ -193,11 +201,6 @@ export default{
this.form.totalMoney = totalMoney
}
- if(sessionStorage.getItem('nomCurrentSettlePassword')) {
- this.form.drawPassword = sessionStorage.getItem('nomCurrentSettlePassword')
- }
-
-
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,57,66'
const cardArr = {
// 103: 'nomCurrentSettleCard',
diff --git a/src/pages/manage/list/personal/currentAccount/transferAccounts.vue b/src/pages/manage/list/personal/currentAccount/transferAccounts.vue
index 209cb50..a8111e1 100644
--- a/src/pages/manage/list/personal/currentAccount/transferAccounts.vue
+++ b/src/pages/manage/list/personal/currentAccount/transferAccounts.vue
@@ -189,11 +189,19 @@ export default{
}
},
created() {
+ if(sessionStorage.getItem('nomCurrentTransferPassword')) {
+ this.form.drawPassword = sessionStorage.getItem('nomCurrentTransferPassword')
+ }
if(this.isNeedBefore) {
+ if(sessionStorage.getItem('nomCurrentTransferCard')) {
+ this.cardNumberJudge = true
+ this.form.cardNumber = this.dataFlow.voucherNumber || '159753'
+
+ }
return
}
if(sessionStorage.getItem('nomCurrentTransferCard')) {
- this.cardNumberJudge = true
+
const { currency, userName, goldLogo, voucherNumber } = this.dataFlow
this.form.cardNumber = voucherNumber
this.form.currency = currency
@@ -201,9 +209,7 @@ export default{
this.form.goldLogo = goldLogo
}
- if(sessionStorage.getItem('nomCurrentTransferPassword')) {
- this.form.drawPassword = sessionStorage.getItem('nomCurrentTransferPassword')
- }
+
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,57,65'
const cardArr = {
diff --git a/src/pages/manage/list/personal/currentAccount/withdrawal.vue b/src/pages/manage/list/personal/currentAccount/withdrawal.vue
index 0ea34e5..5603f38 100644
--- a/src/pages/manage/list/personal/currentAccount/withdrawal.vue
+++ b/src/pages/manage/list/personal/currentAccount/withdrawal.vue
@@ -84,7 +84,14 @@ export default{
NeedBefore
},
created() {
+ if(sessionStorage.getItem('nomCurrentWithdrawalPassword')) {
+ this.form.drawPassword = sessionStorage.getItem('nomCurrentWithdrawalPassword')
+ }
if(this.isNeedBefore) {
+ if(sessionStorage.getItem('nomCurrentWithdrawalCard')) {
+ this.cardNumberJudge = true
+ this.form.cardNumber = this.dataFlow.voucherNumber || '159753'
+ }
return
}
if(sessionStorage.getItem('nomCurrentWithdrawalCard')) {
@@ -98,9 +105,7 @@ export default{
this.form.cardNumber = voucherNumber
}
- if(sessionStorage.getItem('nomCurrentWithdrawalPassword')) {
- this.form.drawPassword = sessionStorage.getItem('nomCurrentWithdrawalPassword')
- }
+
this.getFormData()
},
diff --git a/src/pages/manage/list/personal/timeDeposit/deposit.vue b/src/pages/manage/list/personal/timeDeposit/deposit.vue
index abe9cd5..b55e4c2 100644
--- a/src/pages/manage/list/personal/timeDeposit/deposit.vue
+++ b/src/pages/manage/list/personal/timeDeposit/deposit.vue
@@ -270,7 +270,15 @@ export default{
}
},
created() {
+ if(sessionStorage.getItem('nomtimeDepositlPassword')) {
+ this.form.drawPassword = sessionStorage.getItem('nomtimeDepositlPassword')
+ }
if(this.isNeedBefore) {
+ if(sessionStorage.getItem('nomtimeDeposit1')) {
+ this.cardNumberJudge = true
+ this.form.voucherNumber = this.dataFlow.voucherNumber || '159753'
+ }
+
return
}
if(sessionStorage.getItem('nomtimeDeposit1')) {
@@ -282,9 +290,7 @@ export default{
this.form.voucherNumber = voucherNumber
}
- if(sessionStorage.getItem('nomtimeDepositlPassword')) {
- this.form.drawPassword = sessionStorage.getItem('nomtimeDepositlPassword')
- }
+
this.getFormData()
diff --git a/src/pages/manage/list/personal/timeDeposit/openAccount.vue b/src/pages/manage/list/personal/timeDeposit/openAccount.vue
index c98c351..726e2cc 100644
--- a/src/pages/manage/list/personal/timeDeposit/openAccount.vue
+++ b/src/pages/manage/list/personal/timeDeposit/openAccount.vue
@@ -221,7 +221,20 @@ export default{
}
},
created() {
+ if(sessionStorage.getItem('nomtimeOpenAccountPassword')) {
+ this.form.drawPassword = sessionStorage.getItem('nomtimeOpenAccountPassword')
+ }
+
if(this.isNeedBefore) {
+ if(sessionStorage.getItem('nomtimeOpenAccount1')) {
+ this.idNumberJudge = true
+ this.form.idNumber = this.dataFlow.idNumber || '441515199812064569'
+ }
+ if(sessionStorage.getItem('nomtimeOpenAccount2')) {
+ this.cardNumberJudge = true
+ this.form.voucherNumber = this.dataFlow.voucherNumber || '159753'
+ }
+
return
}
this.form.clientNumber = this.dataFlow.peopleNumber
@@ -243,9 +256,7 @@ export default{
this.form.voucherNumber = voucherNumber
}
- if(sessionStorage.getItem('nomtimeOpenAccountPassword')) {
- this.form.drawPassword = sessionStorage.getItem('nomtimeOpenAccountPassword')
- }
+
this.getFormData()
},
mounted() {
diff --git a/src/pages/manage/list/personal/timeDeposit/withdrawal.vue b/src/pages/manage/list/personal/timeDeposit/withdrawal.vue
index 71c5b06..61cd200 100644
--- a/src/pages/manage/list/personal/timeDeposit/withdrawal.vue
+++ b/src/pages/manage/list/personal/timeDeposit/withdrawal.vue
@@ -86,7 +86,16 @@ export default{
MyDialog
},
created() {
+ if(sessionStorage.getItem('nomtimeDepositWithdrawalPassword2')) {
+ this.form.drawPassword = sessionStorage.getItem('nomtimeDepositWithdrawalPassword2')
+ }
if(this.isNeedBefore) {
+ if(sessionStorage.getItem('nomtimeDepositWithdrawal1')) {
+ this.cardNumberJudge = true
+ this.form.voucherNumber = this.dataFlow.voucherNumber || '159753'
+ }
+
+
return
}
const { withdrawWay } = this.dataFlow
@@ -108,9 +117,7 @@ export default{
// this.form.withdrawWay = withdrawWay
}
- if(sessionStorage.getItem('nomtimeDepositWithdrawalPassword2')) {
- this.form.drawPassword = sessionStorage.getItem('nomtimeDepositWithdrawalPassword2')
- }
+
}else {
this.form.interest = 0.00
@@ -353,12 +360,17 @@ export default{
},
popUp(text) {
// this.$store.commit('system/changePop',{show:true,text, id: '144,1'})
- const { withdrawWay } = this.dataFlow
- if(withdrawWay === 126) {
- this.setPopId('144,2')
- }else {
+ if(this.isNeedBefore) {
this.setPopId('144,1')
+ }else {
+ const { withdrawWay } = this.dataFlow
+ if(withdrawWay === 126) {
+ this.setPopId('144,2')
+ }else {
+ this.setPopId('144,1')
+ }
}
+
this.setTipsOperate('请刷银行卡');
@@ -367,12 +379,17 @@ export default{
},
popUp2(text) {
// this.$store.commit('system/changePop',{show:true,text, id: '154'})
- const { withdrawWay } = this.dataFlow
- if(withdrawWay === 126) {
- this.setPopId('154,2')
- }else {
+ if(this.isNeedBefore) {
this.setPopId('154')
+ }else {
+ const { withdrawWay } = this.dataFlow
+ if(withdrawWay === 126) {
+ this.setPopId('154,2')
+ }else {
+ this.setPopId('154')
+ }
}
+
this.setTipsOperate('请在密码器输入密码');
sessionStorage.setItem('computerPath', this.$route.fullPath)
diff --git a/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue b/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue
index 26e082e..b8291c9 100644
--- a/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue
+++ b/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue
@@ -117,7 +117,18 @@ export default{
},
mixins: [ TipsBefore ],
created() {
+ if(sessionStorage.getItem('nomUsefulPhrasesClosedPassword')) {
+ this.form.drawPassword = sessionStorage.getItem('nomUsefulPhrasesClosedPassword')
+ }
if(this.isNeedBefore) {
+ if(sessionStorage.getItem('nomUsefulPhrasesClosed')) {
+ this.idNumberJudge = true
+ this.form.idNumber = this.dataFlow.idNumber || '441515199812064569'
+ }
+ if(sessionStorage.getItem('nomUsefulPhrasesClosed2')) {
+ this.cardNumberJudge = true
+ this.form.voucherNumber = this.dataFlow.voucherNumber || '159753'
+ }
return
}
if(sessionStorage.getItem('nomUsefulPhrasesClosed')) {
@@ -141,9 +152,7 @@ export default{
this.form.depositTerm = depositTerm
console.log(depositTerm)
}
- if(sessionStorage.getItem('nomUsefulPhrasesClosedPassword')) {
- this.form.drawPassword = sessionStorage.getItem('nomUsefulPhrasesClosedPassword')
- }
+
this.getFormData()
},
diff --git a/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue b/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue
index 7bd5c90..5ef6869 100644
--- a/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue
+++ b/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue
@@ -74,7 +74,14 @@ export default{
MyDialog
},
created() {
+ if(sessionStorage.getItem('nomUsefulPhrasesContinuePassword')) {
+ this.form.drawPassword = sessionStorage.getItem('nomUsefulPhrasesContinuePassword')
+ }
if(this.isNeedBefore) {
+ if(sessionStorage.getItem('nomUsefulPhrasesContinueCard')) {
+ this.cardNumberJudge = true
+ this.form.voucherNumber = this.dataFlow.voucherNumber
+ }
return
}
if(sessionStorage.getItem('nomUsefulPhrasesContinueCard')) {
@@ -88,9 +95,7 @@ export default{
this.form.goldLogo = goldLogo
this.form.monthDeposit = monthDeposit
}
- if(sessionStorage.getItem('nomUsefulPhrasesContinuePassword')) {
- this.form.drawPassword = sessionStorage.getItem('nomUsefulPhrasesContinuePassword')
- }
+
this.getFormData()
},
data(){
diff --git a/src/pages/manage/list/personal/usefulPhrases/openAccount.vue b/src/pages/manage/list/personal/usefulPhrases/openAccount.vue
index 1fbc92b..828d697 100644
--- a/src/pages/manage/list/personal/usefulPhrases/openAccount.vue
+++ b/src/pages/manage/list/personal/usefulPhrases/openAccount.vue
@@ -104,7 +104,19 @@ export default{
},
mixins: [ TipsBefore ],
created() {
+ if(sessionStorage.getItem('nomUsefulPhrasesOpenPassword')) {
+ this.form.drawPassword = sessionStorage.getItem('nomUsefulPhrasesOpenPassword')
+ }
+
if(this.isNeedBefore) {
+ if(sessionStorage.getItem('nomUsefulPhrasesOpenCard2')) {
+ this.idNumberJudge = true
+ this.form.idNumber = this.dataFlow.idNumber || '441515199812064569'
+ }
+ if(sessionStorage.getItem('nomUsefulPhrasesOpenCard')) {
+ this.cardNumberJudge = true
+ this.form.voucherNumber = this.dataFlow.voucherNumber || '159753'
+ }
return
}
if(sessionStorage.getItem('nomUsefulPhrasesOpenCard2')) {
@@ -123,9 +135,7 @@ export default{
const { voucherNumber } = this.dataFlow
this.form.voucherNumber = voucherNumber
}
- if(sessionStorage.getItem('nomUsefulPhrasesOpenPassword')) {
- this.form.drawPassword = sessionStorage.getItem('nomUsefulPhrasesOpenPassword')
- }
+
this.getFormData()
diff --git a/src/pages/manage/list/servicesAccount/passwordChange.vue b/src/pages/manage/list/servicesAccount/passwordChange.vue
index 8368d47..0f44776 100644
--- a/src/pages/manage/list/servicesAccount/passwordChange.vue
+++ b/src/pages/manage/list/servicesAccount/passwordChange.vue
@@ -162,7 +162,22 @@ export default{
}
},
created() {
+ if(sessionStorage.getItem('servicesPasswordChange3')) {
+ this.form.payPassword = sessionStorage.getItem('servicesPasswordChange3')
+ }
+ if(sessionStorage.getItem('servicesPasswordChange4')) {
+ this.form.newPayPassword = sessionStorage.getItem('servicesPasswordChange4')
+ }
if(this.isNeedBefore) {
+ if(sessionStorage.getItem('servicesPasswordChange')) {
+ this.idNumberJudge = true
+ this.form.idNumber = this.dataFlow.idNumber || '441515199812064569'
+ }
+ if(sessionStorage.getItem('servicesPasswordChange2')) {
+ this.cardNumberJudge = true
+ this.form.voucherNumber = this.dataFlow.voucherNumber || '159753'
+ }
+
return
}
if(sessionStorage.getItem('servicesPasswordChange')) {
@@ -175,12 +190,7 @@ export default{
const { voucherNumber } = this.dataFlow
this.form.voucherNumber = voucherNumber
}
- if(sessionStorage.getItem('servicesPasswordChange3')) {
- this.form.payPassword = sessionStorage.getItem('servicesPasswordChange3')
- }
- if(sessionStorage.getItem('servicesPasswordChange4')) {
- this.form.newPayPassword = sessionStorage.getItem('servicesPasswordChange4')
- }
+
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,316'
diff --git a/src/pages/manage/list/servicesAccount/passwordLost.vue b/src/pages/manage/list/servicesAccount/passwordLost.vue
index 9ffc192..d6a3f1c 100644
--- a/src/pages/manage/list/servicesAccount/passwordLost.vue
+++ b/src/pages/manage/list/servicesAccount/passwordLost.vue
@@ -114,6 +114,14 @@ export default{
},
created() {
if(this.isNeedBefore) {
+ if(sessionStorage.getItem('servicesPasswordLost')) {
+ this.cardNumberJudge = true
+ this.form.voucherNumber = this.dataFlow.voucherNumber || '159753'
+ }
+ if(sessionStorage.getItem('servicesPasswordLost2')) {
+ this.idNumberJudge = true
+ this.form.idNumber = this.dataFlow.idNumber || '441515199812064569'
+ }
return
}
if(sessionStorage.getItem('servicesPasswordLost')) {
diff --git a/src/pages/manage/list/servicesAccount/relieveLost.vue b/src/pages/manage/list/servicesAccount/relieveLost.vue
index 88df197..8d85ac1 100644
--- a/src/pages/manage/list/servicesAccount/relieveLost.vue
+++ b/src/pages/manage/list/servicesAccount/relieveLost.vue
@@ -206,7 +206,18 @@ export default{
// 341: 'servicesPasswordRelieveLost',
// 337: 'servicesPasswordRelieveLost2',
// 343: 'servicesPasswordRelievePassword',
+ if(sessionStorage.getItem('servicesPasswordRelievePassword')) {
+ this.form.payPassword = sessionStorage.getItem('servicesPasswordRelievePassword')
+ }
if(this.isNeedBefore) {
+ if(sessionStorage.getItem('servicesPasswordRelieveLost')) {
+ this.idNumberJudge = true
+ this.form.idNumber = this.dataFlow.idNumber || '441515199812064569'
+ }
+ if(sessionStorage.getItem('servicesPasswordRelieveLost2')) {
+ this.cardNumberJudge = true
+ this.form.voucherNumber = this.dataFlow.voucherNumber || '159753'
+ }
return
}
if(sessionStorage.getItem('servicesPasswordRelieveLost')) {
@@ -221,9 +232,7 @@ export default{
this.form.voucherNumber = voucherNumber
}
- if(sessionStorage.getItem('servicesPasswordRelievePassword')) {
- this.form.payPassword = sessionStorage.getItem('servicesPasswordRelievePassword')
- }
+
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,336'