From 040aabeac2435827c8dfa3b702a5c99a08fea916 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Mon, 20 Dec 2021 15:58:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E4=BF=A1=E6=81=AF:=20?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E5=AE=A2=E6=88=B7=E4=BF=A1=E6=81=AF=E5=BB=BA?= =?UTF-8?q?=E7=AB=8B=20=E5=85=AC=E5=8F=B8=E5=AE=A2=E6=88=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=BB=BA=E7=AB=8B=20=E4=B8=AA=E4=BA=BA=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1:=20=E6=B4=BB=E6=9C=9F=E4=B8=9A=E5=8A=A1:=20=E5=AD=98?= =?UTF-8?q?=E6=AC=BE=20(=E5=AE=8C=E6=88=90=E6=8F=90=E4=BA=A4=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E5=AD=98=E5=82=A8=E6=95=B0=E6=8D=AE=E4=B8=8E=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E6=95=B0=E6=8D=AE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/counter/list/index.vue | 109 +++++++++ .../manage/list/client/consumerClient.vue | 229 +++++++++++------- .../manage/list/client/corporateClient.vue | 82 ++++++- .../list/personal/currentAccount/deposit.vue | 99 +++++--- .../personal/currentAccount/openAccount.vue | 4 +- 5 files changed, 392 insertions(+), 131 deletions(-) diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index ea32357..1adf6fe 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -368,6 +368,30 @@ export default { } }).catch((error)=>{ }) + }else if (this.$store.state.system.id == '63'){ + this.nbm = 63 + let param= { + parentId: '0,5,26,57,63,78' + } + getOperation(param).then((data)=> { + if (data.data.status == 200) { + var list = data.data.judgmentRuleReqs + for(var j=0;j{ + }) }else{ let dataList = JSON.parse(sessionStorage.getItem('dataList')); if (dataList){ @@ -389,6 +413,70 @@ export default { this.passwordForm.passwordAgain = accountPasswordAll } } + if(this.$store.state.system.popText == '身份证扫描仪'){ + if (this.$store.state.system.id == '33'){ + this.nbm = 33 + let param= { + parentId: '0,5,25,33,41' + } + getOperation(param).then((data)=> { + if (data.data.status == 200) { + var list = data.data.judgmentRuleReqs + for(var j=0;j{ + }) + }else if (this.$store.state.system.id == '34'){ + console.log('===========') + this.nbm = 34 + let param= { + parentId: '0,5,25,34,54' + } + getOperation(param).then((data)=> { + if (data.data.status == 200) { + var list = data.data.judgmentRuleReqs + for(var j=0;j{ + }) + }else{ + let dataList = JSON.parse(sessionStorage.getItem('dataList')); + if (dataList){ + this.receptionList = [] + for(var j=0;j0){ + sessionStorage.setItem('nomClientIdentity', JSON.stringify(this.receptionList)) + } + } + if (this.$store.state.system.id == '34'){ + this.nbm = 34 + this.goodsShelfTotalData = this.auditGoodsShelf + if (this.receptionList.length >0){ + sessionStorage.setItem('firmClientIdentity', JSON.stringify(this.receptionList)) + } + } + if (this.$store.state.system.id == '63'){ + this.nbm = 63 + this.goodsShelfTotalData = this.auditGoodsShelf + if (this.receptionList.length >0){ + sessionStorage.setItem('nomBusinessDepositCard', JSON.stringify(this.receptionList)) + } + } if (this.$store.state.system.id == '62,1'){ this.nbm = 62 this.goodsShelfTotalData = this.auditGoodsShelf diff --git a/src/pages/manage/list/client/consumerClient.vue b/src/pages/manage/list/client/consumerClient.vue index 2b0c4bf..09cf756 100644 --- a/src/pages/manage/list/client/consumerClient.vue +++ b/src/pages/manage/list/client/consumerClient.vue @@ -57,8 +57,8 @@ + :label="item.description" + :value="item.itemId"> @@ -109,7 +109,7 @@