|
|
@ -188,17 +188,11 @@ export default { |
|
|
|
NeedBefore |
|
|
|
NeedBefore |
|
|
|
}, |
|
|
|
}, |
|
|
|
created () { |
|
|
|
created () { |
|
|
|
if (sessionStorage.getItem('nomUsefulPhrasesOpenPassword')) { |
|
|
|
if (sessionStorage.getItem('onlineBankPassword')) { |
|
|
|
this.form.drawPassword = sessionStorage.getItem('nomUsefulPhrasesOpenPassword') |
|
|
|
this.form.drawPassword = sessionStorage.getItem('onlineBankPassword') |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (sessionStorage.getItem('nomClientIdentity')) { |
|
|
|
if (sessionStorage.getItem('onlineBankIdCard')) { |
|
|
|
this.idNumberJudge = true |
|
|
|
|
|
|
|
const { idNumber } = this.dataFlow |
|
|
|
|
|
|
|
this.form.idNumber = idNumber |
|
|
|
|
|
|
|
this.form.certificateType = 83 |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (sessionStorage.getItem('nomUsefulPhrasesOpenCard2')) { |
|
|
|
|
|
|
|
this.idNumberJudge = true |
|
|
|
this.idNumberJudge = true |
|
|
|
const { idNumber, userName, peopleNumber, currency, goldLogo } = this.dataFlow |
|
|
|
const { idNumber, userName, peopleNumber, currency, goldLogo } = this.dataFlow |
|
|
|
this.form.clientNumber = peopleNumber |
|
|
|
this.form.clientNumber = peopleNumber |
|
|
@ -208,13 +202,12 @@ export default { |
|
|
|
this.form.goldLogo = goldLogo |
|
|
|
this.form.goldLogo = goldLogo |
|
|
|
this.form.voucherType = 15 |
|
|
|
this.form.voucherType = 15 |
|
|
|
} |
|
|
|
} |
|
|
|
if (sessionStorage.getItem('nomUsefulPhrasesOpenCard')) { |
|
|
|
if (sessionStorage.getItem('onlineBankBankCard')) { |
|
|
|
this.cardNumberJudge = true |
|
|
|
this.cardNumberJudge = true |
|
|
|
const { voucherNumber } = this.dataFlow |
|
|
|
const { voucherNumber } = this.dataFlow |
|
|
|
this.form.voucherNumber = voucherNumber |
|
|
|
this.form.voucherNumber = voucherNumber |
|
|
|
} |
|
|
|
} |
|
|
|
this.getFormData() |
|
|
|
// this.getFormData() |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
mixins: [TipsBefore], |
|
|
|
mixins: [TipsBefore], |
|
|
|
mounted () { |
|
|
|
mounted () { |
|
|
@ -251,27 +244,21 @@ export default { |
|
|
|
setPopId: 'system/setPopId', |
|
|
|
setPopId: 'system/setPopId', |
|
|
|
setTipsOperate: 'system/setTipsOperate' |
|
|
|
setTipsOperate: 'system/setTipsOperate' |
|
|
|
}), |
|
|
|
}), |
|
|
|
popUp () {// 唤起弹窗 |
|
|
|
|
|
|
|
this.setTipsOperate('请刷身份证'); |
|
|
|
|
|
|
|
this.setPopId('33') |
|
|
|
|
|
|
|
sessionStorage.setItem('computerPath', this.$route.fullPath) |
|
|
|
|
|
|
|
this.$router.push('/counter/list/') |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
popUp1 (text) { // 身份证扫描仪 |
|
|
|
popUp1 (text) { // 身份证扫描仪 |
|
|
|
this.setTipsOperate('请刷身份证'); |
|
|
|
this.setTipsOperate('请刷身份证'); |
|
|
|
this.setPopId('1399') |
|
|
|
this.setPopId('743') |
|
|
|
sessionStorage.setItem('computerPath', this.$route.fullPath) |
|
|
|
sessionStorage.setItem('computerPath', this.$route.fullPath) |
|
|
|
this.$router.push('/counter/list/') |
|
|
|
this.$router.push('/counter/list/') |
|
|
|
}, |
|
|
|
}, |
|
|
|
popUp2 (text) { |
|
|
|
popUp2 (text) { |
|
|
|
this.setTipsOperate('请刷银行卡'); |
|
|
|
this.setTipsOperate('请刷银行卡'); |
|
|
|
this.setPopId('166') |
|
|
|
this.setPopId('749') |
|
|
|
sessionStorage.setItem('computerPath', this.$route.fullPath) |
|
|
|
sessionStorage.setItem('computerPath', this.$route.fullPath) |
|
|
|
this.$router.push('/counter/list/') |
|
|
|
this.$router.push('/counter/list/') |
|
|
|
}, |
|
|
|
}, |
|
|
|
popUp3 (text) { |
|
|
|
popUp3 (text) { |
|
|
|
this.setTipsOperate('请在密码器输入密码'); |
|
|
|
this.setTipsOperate('请在密码器输入密码'); |
|
|
|
this.setPopId('167') |
|
|
|
this.setPopId('752') |
|
|
|
sessionStorage.setItem('computerPath', this.$route.fullPath) |
|
|
|
sessionStorage.setItem('computerPath', this.$route.fullPath) |
|
|
|
this.$router.push('/counter/list/') |
|
|
|
this.$router.push('/counter/list/') |
|
|
|
}, |
|
|
|
}, |
|
|
@ -307,6 +294,12 @@ export default { |
|
|
|
const preId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,707,741' |
|
|
|
const preId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,707,741' |
|
|
|
formList.push( |
|
|
|
formList.push( |
|
|
|
{ answerId: 742, emptyOne: 19, emptyTwo: form.certificateType, operationIds: preId + ',742', type: 1 }, |
|
|
|
{ answerId: 742, emptyOne: 19, emptyTwo: form.certificateType, operationIds: preId + ',742', type: 1 }, |
|
|
|
|
|
|
|
{ answerId: 743, emptyOne: '', emptyTwo: '', operationIds: preId + ',743', type: '' }, |
|
|
|
|
|
|
|
{ answerId: 744, emptyOne: 6, emptyTwo: form.clientNumber, operationIds: preId + ',744', type: 3 }, |
|
|
|
|
|
|
|
{ answerId: 745, emptyOne: 7, emptyTwo: form.customerName, operationIds: preId + ',745', type: 3 }, |
|
|
|
|
|
|
|
{ answerId: 746, emptyOne: 8, emptyTwo: form.currency, operationIds: preId + ',746', type: 1 }, |
|
|
|
|
|
|
|
{ answerId: 747, emptyOne: 9, emptyTwo: form.goldLogo, operationIds: preId + ',747', type: 1 }, |
|
|
|
|
|
|
|
{ answerId: 748, emptyOne: 11, emptyTwo: form.voucherType, operationIds: preId + ',748', type: 1 }, |
|
|
|
{ answerId: 750, emptyOne: 117, emptyTwo: form.openOnlineBanking, operationIds: preId + ',750', type: 1 }, |
|
|
|
{ answerId: 750, emptyOne: 117, emptyTwo: form.openOnlineBanking, operationIds: preId + ',750', type: 1 }, |
|
|
|
{ answerId: 749, emptyOne: 44, emptyTwo: form.voucherNumber, operationIds: preId + ',749', type: 3 }, |
|
|
|
{ answerId: 749, emptyOne: 44, emptyTwo: form.voucherNumber, operationIds: preId + ',749', type: 3 }, |
|
|
|
{ answerId: 751, emptyOne: 117, emptyTwo: form.openPhoneBanking, operationIds: preId + ',751', type: 1 }, |
|
|
|
{ answerId: 751, emptyOne: 117, emptyTwo: form.openPhoneBanking, operationIds: preId + ',751', type: 1 }, |
|
|
|