From 164567e65ae6544a3db74eb74b7c4d4ff83be186 Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Tue, 28 Dec 2021 16:09:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2id=E5=AF=B9=E5=BA=94=E5=92=8C?= =?UTF-8?q?=E5=88=B7=E5=8D=A1=E5=AF=86=E7=A0=81=E5=99=A8=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/counter/list/index.vue | 2 +- src/pages/counter/list/myConfig.js | 78 ++++++++++++ .../manage/list/acceptanceDraft/invoice.vue | 120 +++++++++++++++++- .../manage/list/business/openAccount.vue | 5 + src/pages/manage/list/cityWide/cityWideIn.vue | 108 ++++++++++++++-- .../manage/list/cityWide/cityWideOut.vue | 95 ++++++++++++-- .../personal/callDeposits/accountClosed.vue | 90 ++++++++----- .../personal/callDeposits/openAccount.vue | 56 +++++--- .../list/personal/currentAccount/settle.vue | 6 +- .../currentAccount/transferAccounts.vue | 6 +- .../list/personal/timeDeposit/deposit.vue | 2 - .../list/personal/timeDeposit/openAccount.vue | 9 +- .../personal/usefulPhrases/openAccount.vue | 3 +- .../list/servicesAccount/passwordChange.vue | 73 ++++++++--- .../list/servicesAccount/passwordLost.vue | 58 +++++++-- .../list/servicesAccount/relieveLost.vue | 66 ++++++++-- 16 files changed, 648 insertions(+), 129 deletions(-) diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index bedf35e..f1642b3 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -602,7 +602,7 @@ export default { } } } - if(this.$store.state.system.popText == '身份证扫描仪'){ + if(this.$store.state.system.popText == '身份证扫描仪' || this.$store.state.system.popText.includes('身份证扫描') || this.$store.state.system.popText.includes('银行')){ if (this.$store.state.system.id == '33'){ this.nbm = 33 let param= { diff --git a/src/pages/counter/list/myConfig.js b/src/pages/counter/list/myConfig.js index 26dcb43..a5f7cd8 100644 --- a/src/pages/counter/list/myConfig.js +++ b/src/pages/counter/list/myConfig.js @@ -118,6 +118,84 @@ const myConfig = { name: 'nomCallDepositClosedPassword', parentId: '0,5,26,60,194', isPassword: true + }, + '320': { + nbm: 320, + name: 'servicesPasswordChange', + parentId: '0,5,28,316', + isPassword: false + }, + '323': { + nbm: 323, + name: 'servicesPasswordChange2', + parentId: '0,5,28,316', + isPassword: false + }, + '329': { + nbm: 329, + name: 'servicesPasswordLost', + parentId: '0,5,28,328', + isPassword: false + }, + '333': { + nbm: 333, + name: 'servicesPasswordLost2', + parentId: '0,5,28,328', + isPassword: false + }, + '341': { + nbm: 341, + name: 'servicesPasswordRelieveLost', + parentId: '0,5,28,336', + isPassword: false + }, + '337': { + nbm: 337, + name: 'servicesPasswordRelieveLost2', + parentId: '0,5,28,336', + isPassword: false + }, + '343': { + nbm: 343, + name: 'servicesPasswordRelievePassword', + parentId: '0,5,28,336', + isPassword: true + }, + '291': { + nbm: 291, + name: 'nomCallDepositOpen2', + parentId: '0,5,26,38,288', + isPassword: false + }, + '297': { + nbm: 297, + name: 'servicesPasswordRelievePassword', + parentId: '0,5,26,38,288', + isPassword: false + }, + '301': { + nbm: 301, + name: 'nomCallDepositOpenPassword', + parentId: '0,5,26,38,288', + isPassword: true + }, + '303': { + nbm: 303, + name: 'nomCallDepositCard', + parentId: '0,5,26,38,289', + isPassword: false + }, + '304': { + nbm: 304, + name: 'nomCallDepositCard2', + parentId: '0,5,26,38,289', + isPassword: false + }, + '315': { + nbm: 303, + name: 'nomCallDepositClosedPassword', + parentId: '0,5,26,38,289', + isPassword: true } } diff --git a/src/pages/manage/list/acceptanceDraft/invoice.vue b/src/pages/manage/list/acceptanceDraft/invoice.vue index da497c7..1686978 100644 --- a/src/pages/manage/list/acceptanceDraft/invoice.vue +++ b/src/pages/manage/list/acceptanceDraft/invoice.vue @@ -118,7 +118,7 @@