From 41ef3575b83b71591a936330859eb48100c796cd Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Wed, 22 Dec 2021 18:27:12 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=EF=BC=8C=E6=B4=BB=E6=9C=9F=E4=B8=9A=E5=8A=A1=E5=88=B7=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/counter/list/index.vue | 90 ++++++++++++----- src/pages/manage/list/business/deposit.vue | 2 +- .../manage/list/business/openAccount.vue | 6 +- src/pages/manage/list/business/transfer.vue | 2 +- src/pages/manage/list/business/withdrawal.vue | 1 - .../currentAccount/accountCancellation.vue | 68 +++++++------ .../list/personal/currentAccount/deposit.vue | 7 +- .../list/personal/currentAccount/settle.vue | 99 ++++++++++++------- .../currentAccount/transferAccounts.vue | 86 ++++++++-------- .../personal/currentAccount/withdrawal.vue | 4 +- .../list/personal/timeDeposit/openAccount.vue | 30 +++++- src/utils/utilFunction.js | 35 +++++-- 12 files changed, 273 insertions(+), 157 deletions(-) diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index 205ee21..ef8e3e2 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -469,7 +469,7 @@ export default { }else if (this.$store.state.system.id == '67,1'){ this.nbm = 67 let param= { - parentId: '0,5,26,57,67,101' + parentId: '0,5,26,57,67,113' } getOperation(param).then((data)=> { console.log(data) @@ -484,6 +484,7 @@ export default { } }else{ let nomCurrentCancellCard1 = sessionStorage.getItem('nomCurrentCancellCard1') + console.log(nomCurrentCancellCard1) this.receptionList = JSON.parse(nomCurrentCancellCard1); if(this.receptionList == null){ this.receptionList = [] @@ -491,32 +492,8 @@ export default { } }).catch((error)=>{ }) - }else if (this.$store.state.system.id == '67,2'){ - this.nbm = 67 - let param= { - parentId: '0,5,26,57,67,115' - } - getOperation(param).then((data)=> { - console.log(data) - if (data.data.status == 200) { - var list = data.data.judgmentRuleReqs - for(var j=0;j{ - }) - }else{ + } + else{ let dataList = JSON.parse(sessionStorage.getItem('dataList')); if (dataList){ this.receptionList = [] @@ -608,6 +585,58 @@ export default { } }).catch((error)=>{ }) + }else if (this.$store.state.system.id == '67,2'){ + this.nbm = 67 + let param= { + parentId: '0,5,26,57,67,116' + } + 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 == '118,1'){ + this.nbm = 118 + let param= { + parentId: '0,5,26,58,118' + } + 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){ @@ -973,6 +1002,13 @@ export default { sessionStorage.setItem('nomCurrentCancellCard2', JSON.stringify(this.receptionList)) } + }else if (this.$store.state.system.id == '118,1'){ + this.nbm = 118 + this.goodsShelfTotalData = this.auditGoodsShelf + if (this.receptionList.length >0){ + sessionStorage.setItem('nomtimeOpenAccount1', JSON.stringify(this.receptionList)) + } + }else if (this.$store.state.system.id == '67,3'){ this.nbm = 67 if (this.passwordForm.passwordAgain){ diff --git a/src/pages/manage/list/business/deposit.vue b/src/pages/manage/list/business/deposit.vue index 90e718f..75f6e57 100644 --- a/src/pages/manage/list/business/deposit.vue +++ b/src/pages/manage/list/business/deposit.vue @@ -186,7 +186,7 @@ export default { this.visible = true; let formList = []; const parentId = '0,5,27,225' - autoPlay(parentId, this.form, this.myTable2, this.myTable, projectId, startTime) + autoPlay(parentId, this.form, this.myTable2, this.myTable) }, this.$refs)); }, ismoney: ismoney, diff --git a/src/pages/manage/list/business/openAccount.vue b/src/pages/manage/list/business/openAccount.vue index fdf3e9d..2ee0222 100644 --- a/src/pages/manage/list/business/openAccount.vue +++ b/src/pages/manage/list/business/openAccount.vue @@ -284,13 +284,13 @@ export default { autoPlay2(parentId, this.form, this.myTable2, this.myTable) }, submitForm(){ - let projectId = sessionStorage.getItem('projectId') - let startTime = sessionStorage.getItem('startTime') + // let projectId = sessionStorage.getItem('projectId') + // let startTime = sessionStorage.getItem('startTime') this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 this.visible = true; const parentId = '0,5,27,224' - autoPlay(parentId, this.form, this.myTable2, this.myTable, projectId, startTime) + autoPlay(parentId, this.form, this.myTable2, this.myTable) }, this.$refs)); }, checkHanzi: checkHanzi, diff --git a/src/pages/manage/list/business/transfer.vue b/src/pages/manage/list/business/transfer.vue index ca129b2..fec3af8 100644 --- a/src/pages/manage/list/business/transfer.vue +++ b/src/pages/manage/list/business/transfer.vue @@ -230,7 +230,7 @@ export default { // 验证通过逻辑写在这 this.visible = true; const parentId = '0,5,27,227' - autoPlay(parentId, this.form, this.myTable2, this.myTable, projectId, startTime) + autoPlay(parentId, this.form, this.myTable2, this.myTable) }, this.$refs)); }, ismoney: ismoney, diff --git a/src/pages/manage/list/business/withdrawal.vue b/src/pages/manage/list/business/withdrawal.vue index 9b9e8c6..8523733 100644 --- a/src/pages/manage/list/business/withdrawal.vue +++ b/src/pages/manage/list/business/withdrawal.vue @@ -207,7 +207,6 @@ export default { // 验证通过逻辑写在这 this.visible = true; const parentId = '0,5,27,226' - autoPlay(parentId, this.form, this.myTable2, this.myTable, projectId, startTime) autoPlay(parentId, this.form, this.myTable2, this.myTable) // let tmpIndex = 100; // for(const key in this.myTable2) { diff --git a/src/pages/manage/list/personal/currentAccount/accountCancellation.vue b/src/pages/manage/list/personal/currentAccount/accountCancellation.vue index 3235c9a..8b3f170 100644 --- a/src/pages/manage/list/personal/currentAccount/accountCancellation.vue +++ b/src/pages/manage/list/personal/currentAccount/accountCancellation.vue @@ -10,7 +10,7 @@ - + @@ -25,7 +25,7 @@ -
+

请刷身份证

@@ -37,7 +37,7 @@