From a7121e13857472f02a680d4f80267a2a6f2277fa Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Wed, 19 Jan 2022 18:28:31 +0800 Subject: [PATCH] update --- src/pages/counter/list/index.vue | 25 +- src/pages/counter/list/myConfig.js | 33 ++- .../manage/list/client/consumerClient.vue | 8 - .../manage/list/client/corporateClient.vue | 1 - .../personal/callDeposits/accountClosed.vue | 216 ++++++++++++++---- .../personal/callDeposits/openAccount.vue | 116 ++++++++-- .../currentAccount/accountCancellation.vue | 24 -- .../list/personal/currentAccount/deposit.vue | 11 - .../list/personal/currentAccount/index.vue | 4 +- .../personal/currentAccount/openAccount.vue | 30 --- .../list/personal/currentAccount/settle.vue | 30 +-- .../currentAccount/transferAccounts.vue | 19 -- .../personal/currentAccount/withdrawal.vue | 17 -- .../list/personal/timeDeposit/deposit.vue | 16 -- .../list/personal/timeDeposit/openAccount.vue | 26 --- .../list/personal/timeDeposit/withdrawal.vue | 23 -- .../personal/usefulPhrases/accountClosed.vue | 34 --- .../usefulPhrases/continueDeposit.vue | 32 --- .../personal/usefulPhrases/openAccount.vue | 29 --- src/store/modules/system.js | 103 +++++---- 20 files changed, 370 insertions(+), 427 deletions(-) diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index 1c77e92..074324b 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -217,6 +217,13 @@ + +
+
+ {{magnifyData.cardNub}} +
+
+
{{magnifyData.userName}} @@ -319,7 +326,7 @@ export default { idCardNo:'465852346854168479'}, {name:'开户申请书', src:require('@/assets/img/goods/khsqs.png'), id:14}, {name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, - {name:'银行卡', src:require('@/assets/img/goods/bankCard.png'), id:16}, + {name:'银行卡', src:require('@/assets/img/goods/bankCard.png'), id:16,cardNub:'1865 3549 5675 5589'}, {name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, ], //打印资料 //客户签字 //印章盒 @@ -335,7 +342,7 @@ export default { idCardNo:'465852346854168479'}, {name:'开户申请书', src:require('@/assets/img/goods/khsqs.png'), id:14}, {name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, - {name:'银行卡', src:require('@/assets/img/goods/bankCard.png'), id:16}, + {name:'银行卡', src:require('@/assets/img/goods/bankCard.png'), id:16,cardNub:'1865 3549 5675 5589'}, {name:'存款凭条', src:require('@/assets/img/goods/ckpt.png'), id:17}, {name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, ], @@ -368,7 +375,7 @@ export default { // goods:[/* 物品栏物品 */ // ], popArr:[/* 弹窗展示的物品 */ - {name:'银行卡',src:require('@/assets/img/goods/bankCard.png'),id:16}, + {name:'银行卡',src:require('@/assets/img/goods/bankCard.png'),id:16,cardNub:'1865 3549 5675 5589'}, {name:'定期存单',src:require('@/assets/img/seal/paid.png'),id:19}, {name:'预留印鉴卡',src:require('@/assets/img/seal/paid.png'),id:439}, {name:'转账支票',src:require('@/assets/img/goods/xd-zzzp.png'),id:412}, @@ -449,7 +456,7 @@ export default { {name:'转讫章',src:require('@/assets/img/seal/Transfer.png'),id:'转讫章'}, ], importanceArr:[/* 重要空白凭证 */ - {name:'银行卡',src:require('@/assets/img/goods/bankCard.png'),id:16}, + {name:'银行卡',src:require('@/assets/img/goods/bankCard.png'),id:16,cardNub:'1865 3549 5675 5589'}, {name:'定期存单',src:require('@/assets/img/seal/paid.png'),id:19}, {name:'预留印鉴卡',src:require('@/assets/img/seal/paid.png'),id:439}, {name:'转账支票',src:require('@/assets/img/goods/xd-zzzp.png'),id:412}, @@ -1131,9 +1138,6 @@ export default { }, methods: { ...mapMutations({ - callChangeCard: 'system/callChangeCard', - callChangeId: 'system/callChangeId', - callChangePassword: 'system/callChangePassword', replaceThingsGoods: 'system/replaceThingsGoods', replaceThings: 'system/replaceThings', setShowBusiness: 'system/setShowBusiness', @@ -1353,7 +1357,9 @@ export default { }, showManage() {// 展示系统管理 this.manageVisible = true; + // this.$router.push('/counter/list/manage/consumerClient'); this.$router.push('/counter/list/manage/consumerClient'); + }, popSure(){/* 弹框-确定 */ // 拦截 由于下面太多没拦截的,所以在这拦截舒服 @@ -1369,7 +1375,6 @@ export default { return } } - this.callChangeCard() } if(this.popText.includes('身份证扫描')) { @@ -1384,10 +1389,6 @@ export default { return } } - this.callChangeId() - } - if(this.popText.includes('密码器') && this.nbm !== 8 && this.passwordForm.passwordAgain) { - this.callChangePassword() } if(this.popText === '身份证扫描仪' || this.popText === '刷卡器' || this.popText === '密码器') { diff --git a/src/pages/counter/list/myConfig.js b/src/pages/counter/list/myConfig.js index 4ac70ef..957dcaa 100644 --- a/src/pages/counter/list/myConfig.js +++ b/src/pages/counter/list/myConfig.js @@ -112,7 +112,8 @@ const myConfig = { nbm: 193, name: 'nomCallDepositOpen2', parentId: '285,287,5,26,60,193', - isPassword: false + isPassword: false, + machine: '身份证扫描仪' }, '203': { nbm: 203, @@ -172,13 +173,15 @@ const myConfig = { nbm: 291, name: 'nomCallDepositOpen2', parentId: '285,287,5,26,38,288', - isPassword: false + isPassword: false, + machine: '身份证扫描仪' }, '297': { nbm: 297, - name: 'servicesPasswordRelievePassword', + name: 'nomCallDepositOpen3', parentId: '285,287,5,26,38,288', - isPassword: false + isPassword: false, + machine: '刷卡器' }, '301': { nbm: 301, @@ -217,7 +220,27 @@ const myConfig = { parentId: '285,287,5,26,59,157', isPassword: false, machine: '身份证扫描仪' - } + }, + '302': { + nbm: 302, + name: 'nomCallDepositClosedCard', + parentId: '285,287,5,26,38,289', + isPassword: false, + machine: '刷卡器' + }, + '392': { + nbm: 180, + name: 'nomCallDepositClosedCard2', + parentId: '285,287,5,26,38,289', + isPassword: false, + machine: '身份证扫描仪' + }, + '394': { + nbm: 180, + name: 'nomCallDepositClosedPassword', + parentId: '285,287,5,26,38,289', + isPassword: true, + }, } export { diff --git a/src/pages/manage/list/client/consumerClient.vue b/src/pages/manage/list/client/consumerClient.vue index 08b5160..b3a2d41 100644 --- a/src/pages/manage/list/client/consumerClient.vue +++ b/src/pages/manage/list/client/consumerClient.vue @@ -401,19 +401,11 @@ export default { computed: { ...mapGetters({ dataFlow: 'system/dataFlow', - dataFlowId: 'system/dataFlowId', inMyWork: 'system/inMyWork', needsModule: 'system/needsModule', popId: 'system/popId' }) }, - - watch: { - dataFlowId(newVal) { - this.idNumberJudge = true - - } - } }; diff --git a/src/pages/manage/list/client/corporateClient.vue b/src/pages/manage/list/client/corporateClient.vue index 0510c80..67bd87a 100644 --- a/src/pages/manage/list/client/corporateClient.vue +++ b/src/pages/manage/list/client/corporateClient.vue @@ -258,7 +258,6 @@ export default { computed: { ...mapGetters({ dataFlow: 'system/dataFlow', - dataFlowId: 'system/dataFlowId', inMyWork: 'system/inMyWork', needsModule: 'system/needsModule', }) diff --git a/src/pages/manage/list/personal/callDeposits/accountClosed.vue b/src/pages/manage/list/personal/callDeposits/accountClosed.vue index f542058..3dbd93c 100644 --- a/src/pages/manage/list/personal/callDeposits/accountClosed.vue +++ b/src/pages/manage/list/personal/callDeposits/accountClosed.vue @@ -1,16 +1,16 @@ // 销户