From e340463ec8a3d81f0c40cf5155c6de189715b312 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Fri, 28 Jan 2022 15:12:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=89=AB=E6=8F=8F=E8=BA=AB?= =?UTF-8?q?=E4=BB=BD=E8=AF=81=E5=92=8C=E5=88=B7=E9=93=B6=E8=A1=8C=E5=8D=A1?= =?UTF-8?q?=E5=8A=9F=E8=83=BDbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../manage/list/business/openAccount.vue | 5 -- .../manage/list/client/consumerClient.vue | 3 +- .../manage/list/client/corporateClient.vue | 2 +- .../personal/callDeposits/accountClosed.vue | 32 +++++++++++-- .../personal/callDeposits/openAccount.vue | 26 +++++++++- .../currentAccount/accountCancellation.vue | 24 ++++++++++ .../personal/currentAccount/openAccount.vue | 6 +-- .../list/personal/timeDeposit/openAccount.vue | 24 ++++++++++ .../personal/usefulPhrases/accountClosed.vue | 24 ++++++++++ .../personal/usefulPhrases/openAccount.vue | 24 ++++++++++ .../list/servicesAccount/passwordChange.vue | 46 ++++++++++++++++++ .../list/servicesAccount/passwordLost.vue | 46 ++++++++++++++++++ .../list/servicesAccount/relieveLost.vue | 47 ++++++++++++++++++- src/store/modules/system.js | 1 - 14 files changed, 290 insertions(+), 20 deletions(-) diff --git a/src/pages/manage/list/business/openAccount.vue b/src/pages/manage/list/business/openAccount.vue index 58f6e0b..1700eae 100644 --- a/src/pages/manage/list/business/openAccount.vue +++ b/src/pages/manage/list/business/openAccount.vue @@ -210,12 +210,7 @@ export default { ], options:[], - visible:false, - options:[], activeIndex:'1', - second:[// 二级卡数组 - - ], // if(this.form.customerNumber){ // formList.push({ "answerId":'228', "emptyOne": "19", "emptyTwo": this.form.customerNumber, "operationIds": parentId + ',228', "type": "3" })//客户号 // } diff --git a/src/pages/manage/list/client/consumerClient.vue b/src/pages/manage/list/client/consumerClient.vue index dfc2bde..8883860 100644 --- a/src/pages/manage/list/client/consumerClient.vue +++ b/src/pages/manage/list/client/consumerClient.vue @@ -333,9 +333,8 @@ export default { let formList = []; - formList.push({"answerId":'41',"emptyOne": "", "emptyTwo": '', "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,25,33,41,13","type": ""}) + formList.push({"answerId":'41',"emptyOne": "", "emptyTwo": this.form.idNumber, "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,25,33,41,13","type": ""}) if(this.form.sex){ - formList.push({ "answerId":'43', "emptyOne": "1", diff --git a/src/pages/manage/list/client/corporateClient.vue b/src/pages/manage/list/client/corporateClient.vue index f91d05b..11be380 100644 --- a/src/pages/manage/list/client/corporateClient.vue +++ b/src/pages/manage/list/client/corporateClient.vue @@ -237,7 +237,7 @@ export default { // for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) return } if(!this.form.voucherNumber) { diff --git a/src/pages/manage/list/personal/callDeposits/openAccount.vue b/src/pages/manage/list/personal/callDeposits/openAccount.vue index 9d92bb1..8bb3271 100644 --- a/src/pages/manage/list/personal/callDeposits/openAccount.vue +++ b/src/pages/manage/list/personal/callDeposits/openAccount.vue @@ -347,6 +347,30 @@ export default{ submitForm() { if(!this.form.idNumber) { messageIdCard() + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + let formList = [ + { + "answerId":'291', + "emptyOne": "", + "emptyTwo": "", + "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,38,288,291,13", + "type": "" + } + ] + let params= { + parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,38,288,291', + lcJudgmentRuleReq:formList, + projectId:+projectId, + startTime:startTime, + } + addOperation(params).then((data)=>{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) return } if(!this.form.voucherNumber) { @@ -358,11 +382,9 @@ export default{ messagePassword() return } - this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 this.visible = true; - }, this.$refs)); }, submitForm2() { diff --git a/src/pages/manage/list/personal/currentAccount/accountCancellation.vue b/src/pages/manage/list/personal/currentAccount/accountCancellation.vue index 55fb8cb..5247af4 100644 --- a/src/pages/manage/list/personal/currentAccount/accountCancellation.vue +++ b/src/pages/manage/list/personal/currentAccount/accountCancellation.vue @@ -168,6 +168,30 @@ export default{ submitForm(){ if(!this.form.drawPassword) { messagePassword() + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + let formList = [ + { + "answerId":'116', + "emptyOne": "", + "emptyTwo": "", + "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,57,67,116,13", + "type": "" + } + ] + let params= { + parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,57,67,116', + lcJudgmentRuleReq:formList, + projectId:+projectId, + startTime:startTime, + } + addOperation(params).then((data)=>{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) return } if(!this.form.idNumber) { diff --git a/src/pages/manage/list/personal/currentAccount/openAccount.vue b/src/pages/manage/list/personal/currentAccount/openAccount.vue index e1c9c2a..2458a15 100644 --- a/src/pages/manage/list/personal/currentAccount/openAccount.vue +++ b/src/pages/manage/list/personal/currentAccount/openAccount.vue @@ -50,7 +50,7 @@ - + @@ -101,7 +101,7 @@ - + @@ -149,7 +149,7 @@ - + diff --git a/src/pages/manage/list/personal/timeDeposit/openAccount.vue b/src/pages/manage/list/personal/timeDeposit/openAccount.vue index efd7223..4c671f9 100644 --- a/src/pages/manage/list/personal/timeDeposit/openAccount.vue +++ b/src/pages/manage/list/personal/timeDeposit/openAccount.vue @@ -317,6 +317,30 @@ export default{ submitForm() { if(!this.form.idNumber) { messageIdCard() + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + let formList = [ + { + "answerId":'122', + "emptyOne": "", + "emptyTwo": "", + "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,58,118,122,13", + "type": "" + } + ] + let params= { + parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,58,118,122', + lcJudgmentRuleReq:formList, + projectId:+projectId, + startTime:startTime, + } + addOperation(params).then((data)=>{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) return } if(!this.form.voucherNumber) { diff --git a/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue b/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue index 6555c12..83384f0 100644 --- a/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue +++ b/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue @@ -355,6 +355,30 @@ export default{ submitForm() { if(!this.form.idNumber) { messageIdCard() + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + let formList = [ + { + "answerId":'180', + "emptyOne": "", + "emptyTwo": "", + "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,59,157,180,13", + "type": "" + } + ] + let params= { + parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,59,157,180', + lcJudgmentRuleReq:formList, + projectId:+projectId, + startTime:startTime, + } + addOperation(params).then((data)=>{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) return } if(!this.form.voucherNumber) { diff --git a/src/pages/manage/list/personal/usefulPhrases/openAccount.vue b/src/pages/manage/list/personal/usefulPhrases/openAccount.vue index 53bf265..69200b7 100644 --- a/src/pages/manage/list/personal/usefulPhrases/openAccount.vue +++ b/src/pages/manage/list/personal/usefulPhrases/openAccount.vue @@ -351,6 +351,30 @@ export default{ submitForm() { if(!this.form.idNumber) { messageIdCard() + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + let formList = [ + { + "answerId":'159', + "emptyOne": "", + "emptyTwo": "", + "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,59,155,159,13", + "type": "" + } + ] + let params= { + parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,59,155,159', + lcJudgmentRuleReq:formList, + projectId:+projectId, + startTime:startTime, + } + addOperation(params).then((data)=>{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) return } if(!this.form.voucherNumber) { diff --git a/src/pages/manage/list/servicesAccount/passwordChange.vue b/src/pages/manage/list/servicesAccount/passwordChange.vue index 64ce53f..82b760c 100644 --- a/src/pages/manage/list/servicesAccount/passwordChange.vue +++ b/src/pages/manage/list/servicesAccount/passwordChange.vue @@ -251,6 +251,52 @@ export default{ submitForm() { if(!this.form.idNumber) { messageIdCard('请输入证件号码') + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + let formList = [ + { + "answerId":'320', + "emptyOne": "", + "emptyTwo": "", + "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,316,320,13", + "type": "" + }, + ] + let params= { + parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,316,320', + lcJudgmentRuleReq:formList, + projectId:+projectId, + startTime:startTime, + } + addOperation(params).then((data)=>{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + let formLists = [ + { + "answerId":'323', + "emptyOne": "", + "emptyTwo": "", + "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,316,323,324", + "type": "" + }, + ] + let param= { + parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,316,323', + lcJudgmentRuleReq:formLists, + projectId:+projectId, + startTime:startTime, + } + addOperation(param).then((data)=>{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) return } if(!this.form.voucherNumber) { diff --git a/src/pages/manage/list/servicesAccount/passwordLost.vue b/src/pages/manage/list/servicesAccount/passwordLost.vue index e290b9c..2fb65f5 100644 --- a/src/pages/manage/list/servicesAccount/passwordLost.vue +++ b/src/pages/manage/list/servicesAccount/passwordLost.vue @@ -170,6 +170,52 @@ export default{ this.$router.push('/counter/list/') }, submitForm() { + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + let formList = [ + { + "answerId":'329', + "emptyOne": "", + "emptyTwo": "", + "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,328,329,330", + "type": "" + } + ] + let params= { + parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,328,329', + lcJudgmentRuleReq:formList, + projectId:+projectId, + startTime:startTime, + } + addOperation(params).then((data)=>{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + let formLists = [ + { + "answerId":'333', + "emptyOne": "", + "emptyTwo": "", + "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,328,333,13", + "type": "" + } + ] + let param= { + parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,328,333', + lcJudgmentRuleReq:formLists, + projectId:+projectId, + startTime:startTime, + } + addOperation(param).then((data)=>{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) this.$refs.form.validate(myValidate(() => { this.visible = true; }, this.$refs)); diff --git a/src/pages/manage/list/servicesAccount/relieveLost.vue b/src/pages/manage/list/servicesAccount/relieveLost.vue index ddac941..3eebe93 100644 --- a/src/pages/manage/list/servicesAccount/relieveLost.vue +++ b/src/pages/manage/list/servicesAccount/relieveLost.vue @@ -126,7 +126,52 @@ export default{ let servicesPasswordRelieveLost = sessionStorage.getItem('servicesPasswordRelieveLost') let servicesPasswordRelieveLost2 = sessionStorage.getItem('servicesPasswordRelieveLost2') let servicesPasswordRelievePassword = sessionStorage.getItem('servicesPasswordRelievePassword') - + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + let formList = [ + { + "answerId":'337', + "emptyOne": "", + "emptyTwo": "", + "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,336,337,338", + "type": "" + } + ] + let params= { + parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,336,337', + lcJudgmentRuleReq:formList, + projectId:+projectId, + startTime:startTime, + } + addOperation(params).then((data)=>{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + let formLists = [ + { + "answerId":'341', + "emptyOne": "", + "emptyTwo": "", + "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,336,341,13", + "type": "" + } + ] + let param= { + parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,336,341', + lcJudgmentRuleReq:formLists, + projectId:+projectId, + startTime:startTime, + } + addOperation(param).then((data)=>{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) this.visible = true; const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,336' const cards = [ diff --git a/src/store/modules/system.js b/src/store/modules/system.js index 94fc781..032d98c 100644 --- a/src/store/modules/system.js +++ b/src/store/modules/system.js @@ -1015,7 +1015,6 @@ export default { currencySelectList: [], goldLogoSelectList: [], accountQualitySelectList: [], - accountQualitySelectList: [], voucherTypeSelectList: [], accountTypeSelectList: [], chargeWayList: [],