diff --git a/src/components/case/index.vue b/src/components/case/index.vue index ccfea29..3bf5046 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -679,6 +679,7 @@ export default { this.hour = "00"; this.grade = '00' this.$router.push('/index/list') + this.getBeginTime() //线上 // location.href = 'http://www.huorantech.cn/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId //测试服 @@ -974,8 +975,6 @@ export default { border-bottom: none; } .el-collapse-item__header { - font-size: 17px; - line-height: 0px; border-bottom: none; } .el-tabs__content { @@ -1037,7 +1036,7 @@ export default { z-index: 1001; } img{ - height: 200px; + height: 150px; cursor: pointer; } } diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index e457885..38057f6 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -379,7 +379,7 @@ export default { if (this.$store.state.system.id == '62,1'){ this.nbm = 62 let param= { - parentId: '287,5,26,57,62,75' + parentId: '285,287,5,26,57,62,75' } getOperation(param).then((data)=> { if (data.data.status == 200) { @@ -403,7 +403,7 @@ export default { }else if (this.$store.state.system.id == '63'){ this.nbm = 63 let param= { - parentId: '287,5,26,57,63,78' + parentId: '285,287,5,26,57,63,78' } getOperation(param).then((data)=> { if (data.data.status == 200) { @@ -427,7 +427,7 @@ export default { }else if (this.$store.state.system.id == '64'){ this.nbm = 64 let param= { - parentId: '287,5,26,57,64,85' + parentId: '285,287,5,26,57,64,85' } getOperation(param).then((data)=> { if (data.data.status == 200) { @@ -451,7 +451,7 @@ export default { }else if (this.$store.state.system.id == '65'){ this.nbm = 65 let param= { - parentId: '287,5,26,57,65,94' + parentId: '285,287,5,26,57,65,94' } getOperation(param).then((data)=> { if (data.data.status == 200) { @@ -475,7 +475,7 @@ export default { }else if (this.$store.state.system.id == '66'){ this.nbm = 66 let param= { - parentId: '287,5,26,57,66,103' + parentId: '285,287,5,26,57,66,103' } getOperation(param).then((data)=> { if (data.data.status == 200) { @@ -499,7 +499,7 @@ export default { }else if (this.$store.state.system.id == '67,1'){ this.nbm = 67 let param= { - parentId: '287,5,26,57,67,113' + parentId: '285,287,5,26,57,67,113' } getOperation(param).then((data)=> { if (data.data.status == 200) { @@ -605,7 +605,7 @@ export default { if (this.$store.state.system.id == '33'){ this.nbm = 33 let param= { - parentId: '287,5,25,33,41' + parentId: '285,287,5,25,33,41' } getOperation(param).then((data)=> { if (data.data.status == 200) { @@ -629,7 +629,7 @@ export default { }else if (this.$store.state.system.id == '34'){ this.nbm = 34 let param= { - parentId: '287,5,25,34,54' + parentId: '285,287,5,25,34,54' } getOperation(param).then((data)=> { if (data.data.status == 200) { @@ -653,7 +653,7 @@ export default { }else if (this.$store.state.system.id == '67,2'){ this.nbm = 67 let param= { - parentId: '287,5,26,57,67,116' + parentId: '285,287,5,26,57,67,116' } getOperation(param).then((data)=> { if (data.data.status == 200) { @@ -913,25 +913,25 @@ export default { this.goodsShelfTotalData = this.systemInputGoodsShelf let parentId = '' if(type == '普通凭证箱'){ - parentId = '287,3' + parentId = '285,287,3' } if(type == '系统'){ - parentId = '287,5' + parentId = '285,287,5' } }else if(type == '身份证扫描仪' || type == '验钞机' || type == '资料' || type == '重要空白凭证箱'){ this.goodsShelfTotalData = this.auditGoodsShelf let parentId = '' if(type == '重要空白凭证箱'){ - parentId = '287,2' + parentId = '285,287,2' } if(type == '资料'){ - parentId = '287,11' + parentId = '285,287,11' } if(type == '验钞机'){ - parentId = '287,9' + parentId = '285,287,9' } if(type == '身份证扫描仪'){ - parentId = '287,7' + parentId = '285,287,7' } let param= { parentId: parentId @@ -940,18 +940,18 @@ export default { this.goodsShelfTotalData = this.printoutGoodsShelf let parentId = '' if(type == '打印机'){ - parentId = '287,10' + parentId = '285,287,10' } if(type == '客户签字'){ - parentId = '287,12' + parentId = '285,287,12' } if(type == '印章盒'){ - parentId = '287,8' + parentId = '285,287,8' } }else if(type == '钱箱'){ this.goodsShelfTotalData = this.cashboxGoodsShelf; let param= { - parentId: '287,1' + parentId: '285,287,1' } getOperation(param).then((data)=> { if (data.data.status == 200) { @@ -1400,7 +1400,207 @@ export default { // }).catch((error)=>{ // }) // }else{ - + if(this.popText == '密码器'){ + if (this.nbm == 8){ + let formList = [] + let ruleReqs = sessionStorage.getItem('ruleReqs') + if (ruleReqs){formList = JSON.parse(ruleReqs);}else{formList = []} + for (var i=0;i=6 && this.passwordForm.passwordAgain.length >=6){ + if(this.passwordForm.password == this.passwordForm.passwordAgain) { + this.$store.commit('system/changePop', {show: false, text: ''}) + this.$message.success(`${this.popText}操作成功!`) + } + } + }else{ + this.$message.error('请输入密码和确认密码'); + } + }else{ + if (this.receptionList.length >0){ + let formList = [] + this.toggleGoods() + this.$message.success(`${this.popText}操作成功!`) + if (this.nbm == 0){ //用户 + }else if (this.nbm == 1){ //传票箱 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 2){ //普通凭证箱 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 3){ //重要空白凭证箱 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 4){ //钱箱 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + let formList = []; + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 5){ //印章盒 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 6){ //验钞机 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 7){ //打印机 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 9){//资料 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 10){ //刷卡器 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 11){ //身份证扫描仪 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else{} // } // this.$store.commit('system/changePop',{show:false,text:''}) // this.receptionList = []; @@ -1408,7 +1608,8 @@ export default { // this.$message.error('请从物品栏中拖拽所需资料'); // } // } - + } + } }, toPart(){ this.$router.push('/index') @@ -2388,6 +2589,7 @@ export default { left: 50%; transform: translateX(-50%); // margin-top: 40px; + margin-top: 5px; } p { position: absolute; diff --git a/src/pages/counter/list/myConfig.js b/src/pages/counter/list/myConfig.js index a9c8512..46d8e38 100644 --- a/src/pages/counter/list/myConfig.js +++ b/src/pages/counter/list/myConfig.js @@ -2,211 +2,211 @@ const myConfig = { '99': { nbm: 118, name: 'nomCurrentTransferPassword', - parentId: '287,5,26,57,65', + parentId: '285,287,5,26,57,65', isPassword: true }, '117': { nbm: 118, name: 'nomCurrentCancellPassword', - parentId: '287,5,26,57,67', + parentId: '285,287,5,26,57,67', isPassword: true }, '118,1': { nbm: 118, name: 'nomtimeOpenAccount1', - parentId: '287,5,26,58,118', + parentId: '285,287,5,26,58,118', isPassword: false }, '118,2': { nbm: 118, name: 'nomtimeOpenAccount2', - parentId: '287,5,26,58,118', + parentId: '285,287,5,26,58,118', isPassword: false }, '129': { nbm: 129, name: 'nomtimeOpenAccountPassword', - parentId: '287,5,26,58,118', + parentId: '285,287,5,26,58,118', isPassword: true }, '131': { nbm: 131, name: 'nomtimeDeposit1', - parentId: '287,5,26,58,119', + parentId: '285,287,5,26,58,119', isPassword: false }, '140': { nbm: 140, name: 'nomtimeDepositlPassword', - parentId: '287,5,26,58,119', + parentId: '285,287,5,26,58,119', isPassword: true }, '154': { nbm: 154, name: 'nomtimeDepositWithdrawalPassword', - parentId: '287,5,26,58,120', + parentId: '285,287,5,26,58,120', isPassword: true }, '144,1': { nbm: 144, name: 'nomtimeDepositWithdrawal1', - parentId: '287,5,26,58,120', + parentId: '285,287,5,26,58,120', isPassword: false }, '156': { nbm: 156, name: 'nomtimeDepositContinue', - parentId: '287,5,26,59,156', + parentId: '285,287,5,26,59,156', isPassword: false }, '157,2': { nbm: 157, name: 'nomtimeDepositContinue2', - parentId: '287,5,26,59,157', + parentId: '285,287,5,26,59,157', isPassword: false }, '166': { nbm: 166, name: 'nomUsefulPhrasesOpenCard', - parentId: '287,5,26,59,155', + parentId: '285,287,5,26,59,155', isPassword: false }, '167': { nbm: 167, name: 'nomUsefulPhrasesOpenPassword', - parentId: '287,5,26,59,155', + parentId: '285,287,5,26,59,155', isPassword: true }, '171': { nbm: 171, name: 'nomUsefulPhrasesContinueCard', - parentId: '287,5,26,59,156', + parentId: '285,287,5,26,59,156', isPassword: false }, '178': { nbm: 178, name: 'nomUsefulPhrasesContinueCard', - parentId: '287,5,26,59,156', + parentId: '285,287,5,26,59,156', isPassword: true }, '181': { nbm: 181, name: 'nomUsefulPhrasesClosed2', - parentId: '287,5,26,59,157', + parentId: '285,287,5,26,59,157', isPassword: false }, '192': { nbm: 192, name: 'nomUsefulPhrasesClosedPassword', - parentId: '287,5,26,59,157', + parentId: '285,287,5,26,59,157', isPassword: true }, '193,1': { nbm: 193, name: 'nomCallDepositOpen2', - parentId: '287,5,26,60,193', + parentId: '285,287,5,26,60,193', isPassword: false }, '203': { nbm: 203, name: 'nomCallDepositOpenPassword', - parentId: '287,5,26,60,193', + parentId: '285,287,5,26,60,193', isPassword: true }, '220': { nbm: 220, name: 'nomCallDepositClosedPassword', - parentId: '287,5,26,60,194', + parentId: '285,287,5,26,60,194', isPassword: true }, '320': { nbm: 320, name: 'servicesPasswordChange', - parentId: '287,5,28,316', + parentId: '285,287,5,28,316', isPassword: false }, '323': { nbm: 323, name: 'servicesPasswordChange2', - parentId: '287,5,28,316', + parentId: '285,287,5,28,316', isPassword: false }, '329': { nbm: 329, name: 'servicesPasswordLost', - parentId: '287,5,28,328', + parentId: '285,287,5,28,328', isPassword: false }, '333': { nbm: 333, name: 'servicesPasswordLost2', - parentId: '287,5,28,328', + parentId: '285,287,5,28,328', isPassword: false }, '341': { nbm: 341, name: 'servicesPasswordRelieveLost', - parentId: '287,5,28,336', + parentId: '285,287,5,28,336', isPassword: false }, '337': { nbm: 337, name: 'servicesPasswordRelieveLost2', - parentId: '287,5,28,336', + parentId: '285,287,5,28,336', isPassword: false }, '343': { nbm: 343, name: 'servicesPasswordRelievePassword', - parentId: '287,5,28,336', + parentId: '285,287,5,28,336', isPassword: true }, '291': { nbm: 291, name: 'nomCallDepositOpen2', - parentId: '287,5,26,38,288', + parentId: '285,287,5,26,38,288', isPassword: false }, '297': { nbm: 297, name: 'servicesPasswordRelievePassword', - parentId: '287,5,26,38,288', + parentId: '285,287,5,26,38,288', isPassword: false }, '301': { nbm: 301, name: 'nomCallDepositOpenPassword', - parentId: '287,5,26,38,288', + parentId: '285,287,5,26,38,288', isPassword: true }, '303': { nbm: 303, name: 'nomCallDepositCard', - parentId: '287,5,26,38,289', + parentId: '285,287,5,26,38,289', isPassword: false }, '304': { nbm: 304, name: 'nomCallDepositCard2', - parentId: '287,5,26,38,289', + parentId: '285,287,5,26,38,289', isPassword: false }, '315': { nbm: 303, name: 'nomCallDepositClosedPassword', - parentId: '287,5,26,38,289', + parentId: '285,287,5,26,38,289', isPassword: true }, '1399': { nbm: 1399, name: 'nomUsefulPhrasesOpenCard2', - parentId: '287,5,26,59,155', + parentId: '285,287,5,26,59,155', isPassword: false }, '180': { nbm: 180, name: 'nomUsefulPhrasesClosed', - parentId: '287,5,26,59,157', + parentId: '285,287,5,26,59,157', isPassword: false } } diff --git a/src/pages/manage/list/acceptanceDraft/invoice.vue b/src/pages/manage/list/acceptanceDraft/invoice.vue index b7624b5..e927087 100644 --- a/src/pages/manage/list/acceptanceDraft/invoice.vue +++ b/src/pages/manage/list/acceptanceDraft/invoice.vue @@ -293,7 +293,7 @@ export default { } }, mounted() { - const parentId = '287,5,30,374' + const parentId = '285,287,5,30,374' autoPlay2(parentId, this.form, this.myTable2, this.myTable) this.$refs.accountNumber.focus() }, @@ -302,7 +302,7 @@ export default { submitForm(){ this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 - const parentId = '287,5,30,374' + const parentId = '285,287,5,30,374' autoPlay(parentId, this.form, this.myTable2, this.myTable) }, this.$refs)); }, diff --git a/src/pages/manage/list/business/deposit.vue b/src/pages/manage/list/business/deposit.vue index 5556bd5..83fa5be 100644 --- a/src/pages/manage/list/business/deposit.vue +++ b/src/pages/manage/list/business/deposit.vue @@ -182,7 +182,7 @@ export default { }, methods: { getFormData(){ - const parentId = '287,5,27,225' + const parentId = '285,287,5,27,225' autoPlay2(parentId, this.form, this.myTable2, this.myTable) }, submitForm() { @@ -192,7 +192,7 @@ export default { // 验证通过逻辑写在这 this.visible = true; let formList = []; - const parentId = '287,5,27,225' + const parentId = '285,287,5,27,225' autoPlay(parentId, this.form, this.myTable2, this.myTable) }, this.$refs)); }, diff --git a/src/pages/manage/list/business/openAccount.vue b/src/pages/manage/list/business/openAccount.vue index 86f7b1d..e1ef016 100644 --- a/src/pages/manage/list/business/openAccount.vue +++ b/src/pages/manage/list/business/openAccount.vue @@ -297,7 +297,7 @@ export default { }, methods: { getFormData(){ - const parentId = '287,5,27,224' + const parentId = '285,287,5,27,224' autoPlay2(parentId, this.form, this.myTable2, this.myTable) }, submitForm(){ @@ -306,7 +306,7 @@ export default { this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 this.visible = true; - const parentId = '287,5,27,224' + const parentId = '285,287,5,27,224' autoPlay(parentId, this.form, this.myTable2, this.myTable) }, this.$refs)); }, diff --git a/src/pages/manage/list/business/transfer.vue b/src/pages/manage/list/business/transfer.vue index 7f7e84a..f011f1b 100644 --- a/src/pages/manage/list/business/transfer.vue +++ b/src/pages/manage/list/business/transfer.vue @@ -237,7 +237,7 @@ export default { }, methods: { getFormData(){ - const parentId = '287,5,27,227' + const parentId = '285,287,5,27,227' autoPlay2(parentId, this.form, this.myTable2, this.myTable) }, submitForm() { @@ -246,7 +246,7 @@ export default { this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 this.visible = true; - const parentId = '287,5,27,227' + const parentId = '285,287,5,27,227' autoPlay(parentId, this.form, this.myTable2, this.myTable) }, this.$refs)); }, diff --git a/src/pages/manage/list/business/withdrawal.vue b/src/pages/manage/list/business/withdrawal.vue index 8590852..1c14c81 100644 --- a/src/pages/manage/list/business/withdrawal.vue +++ b/src/pages/manage/list/business/withdrawal.vue @@ -208,14 +208,14 @@ export default { }, methods: { getFormData(){ - const parentId = '287,5,27,226' + const parentId = '285,287,5,27,226' autoPlay2(parentId, this.form, this.myTable2, this.myTable) }, submitForm() { this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 this.visible = true; - const parentId = '287,5,27,226' + const parentId = '285,287,5,27,226' autoPlay(parentId, this.form, this.myTable2, this.myTable) // let tmpIndex = 100; // for(const key in this.myTable2) { diff --git a/src/pages/manage/list/cityWide/cityWideIn.vue b/src/pages/manage/list/cityWide/cityWideIn.vue index ba7421f..933200c 100644 --- a/src/pages/manage/list/cityWide/cityWideIn.vue +++ b/src/pages/manage/list/cityWide/cityWideIn.vue @@ -261,7 +261,7 @@ export default { }, mounted() { - const parentId = '287,5,29,345,359' + const parentId = '285,287,5,29,345,359' autoPlay2(parentId, this.form, this.myTable2, this.myTable) this.$refs.shroffAccountNumber.focus() }, @@ -269,7 +269,7 @@ export default { submitForm() { this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 - const parentId = '287,5,29,345,359' + const parentId = '285,287,5,29,345,359' autoPlay(parentId, this.form, this.myTable2, this.myTable) }, this.$refs)); }, diff --git a/src/pages/manage/list/cityWide/cityWideOut.vue b/src/pages/manage/list/cityWide/cityWideOut.vue index 3b186fb..729707e 100644 --- a/src/pages/manage/list/cityWide/cityWideOut.vue +++ b/src/pages/manage/list/cityWide/cityWideOut.vue @@ -245,7 +245,7 @@ export default { }, mounted() { - const parentId = '287,5,29,345,346' + const parentId = '285,287,5,29,345,346' autoPlay2(parentId, this.form, this.myTable2, this.myTable) this.$refs.shroffAccountNumber.focus() }, @@ -253,7 +253,7 @@ export default { submitForm() { this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 - const parentId = '287,5,29,345,346' + const parentId = '285,287,5,29,345,346' autoPlay(parentId, this.form, this.myTable2, this.myTable) }, this.$refs)); }, diff --git a/src/pages/manage/list/client/consumerClient.vue b/src/pages/manage/list/client/consumerClient.vue index dfa948c..2dd34f4 100644 --- a/src/pages/manage/list/client/consumerClient.vue +++ b/src/pages/manage/list/client/consumerClient.vue @@ -230,7 +230,7 @@ export default { methods: { getFormData(){ let param= { - parentId: '287,5,25,33' + parentId: '285,287,5,25,33' } getOperation(param).then((data)=>{ console.log(data) @@ -271,13 +271,13 @@ export default { this.visible = true; let formList = []; - formList.push({"answerId":'41',"emptyOne": "", "emptyTwo": nomClientIdentity, "operationIds": "287,5,25,33,41","type": ""}) + formList.push({"answerId":'41',"emptyOne": "", "emptyTwo": nomClientIdentity, "operationIds": "285,287,5,25,33,41","type": ""}) if(this.form.sex){ formList.push({ "answerId":'43', "emptyOne": "1", "emptyTwo": this.form.sex, - "operationIds": "287,5,25,33,43",//性别 + "operationIds": "285,287,5,25,33,43",//性别 "type": "1" }) } @@ -286,7 +286,7 @@ export default { "answerId":'45', "emptyOne": "3", "emptyTwo": this.form.nationality, - "operationIds": "287,5,25,33,45",//民族 + "operationIds": "285,287,5,25,33,45",//民族 "type": "1" }) } @@ -295,18 +295,18 @@ export default { "answerId":'46', "emptyOne": "4", "emptyTwo": this.form.mailbox, - "operationIds": "287,5,25,33,46",//通讯地址 + "operationIds": "285,287,5,25,33,46",//通讯地址 "type": "3" }) } formList.push( - {"answerId":'40',"emptyOne": "19", "emptyTwo": this.form.idType, "operationIds": "287,5,25,33,40", "type": "1"},//证件类型 - {"answerId":'42',"emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "287,5,25,33,42", "type": "3"},//客户姓名 - {"answerId":'44',"emptyOne": "2", "emptyTwo": this.form.birthday, "operationIds": "287,5,25,33,44", "type": "3"},//出生日期 - {"answerId":'47',"emptyOne": "5", "emptyTwo": this.form.phone, "operationIds": "287,5,25,33,47", "type": "3"}//联系电话 + {"answerId":'40',"emptyOne": "19", "emptyTwo": this.form.idType, "operationIds": "285,287,5,25,33,40", "type": "1"},//证件类型 + {"answerId":'42',"emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "285,287,5,25,33,42", "type": "3"},//客户姓名 + {"answerId":'44',"emptyOne": "2", "emptyTwo": this.form.birthday, "operationIds": "285,287,5,25,33,44", "type": "3"},//出生日期 + {"answerId":'47',"emptyOne": "5", "emptyTwo": this.form.phone, "operationIds": "285,287,5,25,33,47", "type": "3"}//联系电话 ); let params= { - parentId:'287,5,25,33', + parentId:'285,287,5,25,33', lcJudgmentRuleReq:formList, projectId:+projectId, startTime:startTime, diff --git a/src/pages/manage/list/client/corporateClient.vue b/src/pages/manage/list/client/corporateClient.vue index e70cf6e..423a99a 100644 --- a/src/pages/manage/list/client/corporateClient.vue +++ b/src/pages/manage/list/client/corporateClient.vue @@ -155,7 +155,7 @@ export default { methods: { getFormData(){ let param= { - parentId: '287,5,25,34' + parentId: '285,287,5,25,34' } getOperation(param).then((data)=>{ console.log(data) @@ -196,30 +196,30 @@ export default { let firmClientIdentitys = JSON.parse(firmClientIdentity); if (firmClientIdentitys && firmClientIdentitys.length > 0){ for (var i=0;i { // 验证通过逻辑写在这 this.visible = true; - const parentId = '287,5,26,38,289' + const parentId = '285,287,5,26,38,289' const nomCallDepositCard = sessionStorage.getItem('nomCallDepositCard') const nomCallDepositCard2 = sessionStorage.getItem('nomCallDepositCard2') const nomCallDepositClosedPassword = sessionStorage.getItem('nomCallDepositClosedPassword') diff --git a/src/pages/manage/list/personal/callDeposits/openAccount.vue b/src/pages/manage/list/personal/callDeposits/openAccount.vue index 36747f6..392d784 100644 --- a/src/pages/manage/list/personal/callDeposits/openAccount.vue +++ b/src/pages/manage/list/personal/callDeposits/openAccount.vue @@ -213,7 +213,7 @@ export default{ }, methods: { getFormData(){ - const parentId = '287,5,26,38,288' + const parentId = '285,287,5,26,38,288' const cards = { 291: 'nomCallDepositOpen2', 297: 'nomCallDepositOpen3', @@ -234,7 +234,7 @@ export default{ this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 this.visible = true; - const parentId = '287,5,26,38,288' + const parentId = '285,287,5,26,38,288' const nomCallDepositOpen2 = sessionStorage.getItem('nomCallDepositOpen2') const nomCallDepositOpen3 = sessionStorage.getItem('nomCallDepositOpen3') const nomCallDepositOpenPassword = sessionStorage.getItem('nomCallDepositOpenPassword') diff --git a/src/pages/manage/list/personal/currentAccount/accountCancellation.vue b/src/pages/manage/list/personal/currentAccount/accountCancellation.vue index 1dff5ea..e1d70bb 100644 --- a/src/pages/manage/list/personal/currentAccount/accountCancellation.vue +++ b/src/pages/manage/list/personal/currentAccount/accountCancellation.vue @@ -71,7 +71,7 @@ export default{ }, mounted() { this.$refs.userName.focus() - const parentId = '287,5,26,57,67' + const parentId = '285,287,5,26,57,67' const cardArr = { 113: 'nomCurrentCancellCard1', 116: 'nomCurrentCancellCard2', @@ -106,7 +106,7 @@ export default{ // const passwords = [ // { 117: nomCurrentCancellPasswords } // ] - const parentId = '287,5,26,57,67' + const parentId = '285,287,5,26,57,67' autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) }, this.$refs)); }, diff --git a/src/pages/manage/list/personal/currentAccount/deposit.vue b/src/pages/manage/list/personal/currentAccount/deposit.vue index 9ed3a18..600cd2e 100644 --- a/src/pages/manage/list/personal/currentAccount/deposit.vue +++ b/src/pages/manage/list/personal/currentAccount/deposit.vue @@ -89,7 +89,7 @@ export default{ methods: { getFormData(){ let param= { - parentId: '287,5,26,57,63' + parentId: '285,287,5,26,57,63' } getOperation(param).then((data)=>{ console.log(data) @@ -123,23 +123,23 @@ export default{ let nomBusinessDepositCard = sessionStorage.getItem('nomBusinessDepositCard') let nomBusinessDepositCards = nomBusinessDepositCard // JSON.parse(nomBusinessDepositCard); if (nomBusinessDepositCards && nomBusinessDepositCards.length > 0){ - formList.push({"answerId":78,"emptyOne": "", "emptyTwo": nomBusinessDepositCards, "operationIds": "287,5,26,57,63,78","type": ""})// 卡号 + formList.push({"answerId":78,"emptyOne": "", "emptyTwo": nomBusinessDepositCards, "operationIds": "285,287,5,26,57,63,78","type": ""})// 卡号 if(this.form.currency){ - formList.push({ "answerId":'80', "emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": "287,5,26,57,63,80", "type": "1" })//币种 + formList.push({ "answerId":'80', "emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": "285,287,5,26,57,63,80", "type": "1" })//币种 } if(this.form.money){ - formList.push({ "answerId":'82', "emptyOne": "14", "emptyTwo": this.form.money, "operationIds": "287,5,26,57,63,82", "type": "3" })//金额 + formList.push({ "answerId":'82', "emptyOne": "14", "emptyTwo": this.form.money, "operationIds": "285,287,5,26,57,63,82", "type": "3" })//金额 } if(this.form.remark){ - formList.push( {"answerId":'84',"emptyOne": "16", "emptyTwo": this.form.remark, "operationIds": "287,5,26,57,63,84", "type": "3"})//摘要 + formList.push( {"answerId":'84',"emptyOne": "16", "emptyTwo": this.form.remark, "operationIds": "285,287,5,26,57,63,84", "type": "3"})//摘要 } formList.push( - { "answerId":'79', "emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "287,5,26,57,63,79", "type": "3" },//客户姓名 - { "answerId":'81', "emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "287,5,26,57,63,81", "type": "1" },//钞汇标识 - {"answerId":'83',"emptyOne": "15", "emptyTwo": this.form.annualInterest, "operationIds": "287,5,26,57,63,83", "type": "3"},//年利率 + { "answerId":'79', "emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "285,287,5,26,57,63,79", "type": "3" },//客户姓名 + { "answerId":'81', "emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "285,287,5,26,57,63,81", "type": "1" },//钞汇标识 + {"answerId":'83',"emptyOne": "15", "emptyTwo": this.form.annualInterest, "operationIds": "285,287,5,26,57,63,83", "type": "3"},//年利率 ); let params= { - parentId:'287,5,26,57,63', + parentId:'285,287,5,26,57,63', lcJudgmentRuleReq:formList, projectId:+projectId, startTime:startTime, diff --git a/src/pages/manage/list/personal/currentAccount/openAccount.vue b/src/pages/manage/list/personal/currentAccount/openAccount.vue index 1c3f1dd..88dc26d 100644 --- a/src/pages/manage/list/personal/currentAccount/openAccount.vue +++ b/src/pages/manage/list/personal/currentAccount/openAccount.vue @@ -275,7 +275,7 @@ export default { }, getOperationData(){ let param= { - parentId: '287,5,26,57,62' + parentId: '285,287,5,26,57,62' } getOperation(param).then((data)=>{ if(data.status == 200) { @@ -307,7 +307,7 @@ export default { }, getOperationWindowsData(){ let param= { - parentId: '287,5,26,57,62,75' + parentId: '285,287,5,26,57,62,75' } let dataList = []; getOperation(param).then((data)=>{ @@ -424,10 +424,10 @@ export default { if(this.form.userName && this.form.currency && this.form.goldLogo && this.form.accountType && this.form.drawWay && this.form.voucherType && voucherNumber.length && paymentCode){ for (var i=0;i{ }) formList.push( - {"answerId":'77',"emptyOne": "17", "emptyTwo": paymentCode, "operationIds": "287,5,26,57,62,77", "type": "3"},//支取密码 + {"answerId":'77',"emptyOne": "17", "emptyTwo": paymentCode, "operationIds": "285,287,5,26,57,62,77", "type": "3"},//支取密码 ) if(this.formTwo == true && (this.form.accountTypesTwo && this.form.drawWaysTwo && this.form.voucherTypesTwo)){ - if (this.form.accountTypesTwo){formList.push({"answerId":'272',"emptyOne": "12", "emptyTwo": this.form.accountTypesTwo,"operationIds": "287,5,26,57,62,272","type": "1"})}//账户类型2 - if (this.form.drawWaysTwo){formList.push({"answerId":'274',"emptyOne": "13", "emptyTwo": this.form.drawWaysTwo,"operationIds": "287,5,26,57,62,274","type": "1"})} //支取方式2 - if (this.form.voucherTypesTwo){formList.push({"answerId":'271',"emptyOne": "11", "emptyTwo": this.form.voucherTypesTwo,"operationIds": "287,5,26,57,62,271","type": "1"})} //凭证类型2 + if (this.form.accountTypesTwo){formList.push({"answerId":'272',"emptyOne": "12", "emptyTwo": this.form.accountTypesTwo,"operationIds": "285,287,5,26,57,62,272","type": "1"})}//账户类型2 + if (this.form.drawWaysTwo){formList.push({"answerId":'274',"emptyOne": "13", "emptyTwo": this.form.drawWaysTwo,"operationIds": "285,287,5,26,57,62,274","type": "1"})} //支取方式2 + if (this.form.voucherTypesTwo){formList.push({"answerId":'271',"emptyOne": "11", "emptyTwo": this.form.voucherTypesTwo,"operationIds": "285,287,5,26,57,62,271","type": "1"})} //凭证类型2 formList.push( - {"answerId":'275',"emptyOne": "17", "emptyTwo": paymentCodeTwo, "operationIds": "287,5,26,57,62,275", "type": "3"},//支取密码 + {"answerId":'275',"emptyOne": "17", "emptyTwo": paymentCodeTwo, "operationIds": "285,287,5,26,57,62,275", "type": "3"},//支取密码 ) for (var i=0;i{ if(data.status == 200) { @@ -141,20 +141,20 @@ export default{ let formList = []; // 验证通过逻辑写在这 if (nomCurrentWithdrawalCards && nomCurrentWithdrawalCards.length > 0 && nomCurrentWithdrawalPasswords){ - formList.push({"answerId":85,"emptyOne": "", "emptyTwo": nomCurrentWithdrawalCards, "operationIds": "287,5,26,57,64,85","type": ""})// 卡号 - formList.push({"answerId":91,"emptyOne": "", "emptyTwo": nomCurrentWithdrawalPassword, "operationIds": "287,5,26,57,64,91","type": ""}) - if (this.form.currency){formList.push({"answerId":'87', "emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": "287,5,26,57,64,87","type": "1"})}//币种 - if (this.form.money){formList.push({"answerId":'89', "emptyOne": "14", "emptyTwo": this.form.money, "operationIds": "287,5,26,57,64,89", "type": "3"})}//金额 - if (this.form.remark){formList.push({"answerId":'93', "emptyOne": "16", "emptyTwo": this.form.remark, "operationIds": "287,5,26,57,64,93", "type": "3"})}//摘要 + formList.push({"answerId":85,"emptyOne": "", "emptyTwo": nomCurrentWithdrawalCards, "operationIds": "285,287,5,26,57,64,85","type": ""})// 卡号 + formList.push({"answerId":91,"emptyOne": "", "emptyTwo": nomCurrentWithdrawalPassword, "operationIds": "285,287,5,26,57,64,91","type": ""}) + if (this.form.currency){formList.push({"answerId":'87', "emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": "285,287,5,26,57,64,87","type": "1"})}//币种 + if (this.form.money){formList.push({"answerId":'89', "emptyOne": "14", "emptyTwo": this.form.money, "operationIds": "285,287,5,26,57,64,89", "type": "3"})}//金额 + if (this.form.remark){formList.push({"answerId":'93', "emptyOne": "16", "emptyTwo": this.form.remark, "operationIds": "285,287,5,26,57,64,93", "type": "3"})}//摘要 formList.push( - {"answerId":'86', "emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "287,5,26,57,64,86", "type": "3"},//客户姓名 - {"answerId":'88', "emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "287,5,26,57,64,88", "type": "1"},//钞汇标识 - {"answerId":'90', "emptyOne": "15", "emptyTwo": this.form.chargeWay, "operationIds": "287,5,26,57,64,90", "type": "1"},//支取方式 - {"answerId":'92', "emptyOne": "15", "emptyTwo": this.form.serviceCharge, "operationIds": "287,5,26,57,64,92", "type": "3"},//手续费 - // {"answerId":91,"emptyOne": "", "emptyTwo": "", "operationIds": "287,5,26,57,64,91","type": ""}// 密码框 + {"answerId":'86', "emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "285,287,5,26,57,64,86", "type": "3"},//客户姓名 + {"answerId":'88', "emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "285,287,5,26,57,64,88", "type": "1"},//钞汇标识 + {"answerId":'90', "emptyOne": "15", "emptyTwo": this.form.chargeWay, "operationIds": "285,287,5,26,57,64,90", "type": "1"},//支取方式 + {"answerId":'92', "emptyOne": "15", "emptyTwo": this.form.serviceCharge, "operationIds": "285,287,5,26,57,64,92", "type": "3"},//手续费 + // {"answerId":91,"emptyOne": "", "emptyTwo": "", "operationIds": "285,287,5,26,57,64,91","type": ""}// 密码框 ) let params= { - parentId:'287,5,26,57,64', + parentId:'285,287,5,26,57,64', lcJudgmentRuleReq:formList, projectId:+projectId, startTime:startTime, diff --git a/src/pages/manage/list/personal/timeDeposit/deposit.vue b/src/pages/manage/list/personal/timeDeposit/deposit.vue index d777674..9139d53 100644 --- a/src/pages/manage/list/personal/timeDeposit/deposit.vue +++ b/src/pages/manage/list/personal/timeDeposit/deposit.vue @@ -219,7 +219,7 @@ export default{ }, methods: { getFormData(){ - const parentId = '287,5,26,58,119' + const parentId = '285,287,5,26,58,119' const cards = { 131: 'nomtimeDeposit1', 140: 'nomtimeDepositlPassword' @@ -238,7 +238,7 @@ export default{ this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 this.visible = true; - const parentId = '287,5,26,58,119' + const parentId = '285,287,5,26,58,119' const cards = [ { 131: nomtimeDeposit1 diff --git a/src/pages/manage/list/personal/timeDeposit/openAccount.vue b/src/pages/manage/list/personal/timeDeposit/openAccount.vue index ef73996..897ec89 100644 --- a/src/pages/manage/list/personal/timeDeposit/openAccount.vue +++ b/src/pages/manage/list/personal/timeDeposit/openAccount.vue @@ -163,7 +163,7 @@ export default{ }, methods: { getFormData(){ - const parentId = '287,5,26,58,118' + const parentId = '285,287,5,26,58,118' const cards = { 13: 'nomtimeOpenAccount1', 128: 'nomtimeOpenAccount2', @@ -202,7 +202,7 @@ export default{ "subjectId": 17, } ] - const parentId = '287,5,26,58,118' + const parentId = '285,287,5,26,58,118' autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) }, this.$refs)); }, diff --git a/src/pages/manage/list/personal/timeDeposit/withdrawal.vue b/src/pages/manage/list/personal/timeDeposit/withdrawal.vue index a4fe276..fcdaf4c 100644 --- a/src/pages/manage/list/personal/timeDeposit/withdrawal.vue +++ b/src/pages/manage/list/personal/timeDeposit/withdrawal.vue @@ -151,7 +151,7 @@ export default{ }, methods: { getFormData(){ - const parentId = '287,5,26,58,120' + const parentId = '285,287,5,26,58,120' const cards = { 144: 'nomtimeDepositWithdrawal1', 154: 'nomtimeDepositWithdrawalPassword' @@ -170,7 +170,7 @@ export default{ this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 this.visible = true; - const parentId = '287,5,26,58,120' + const parentId = '285,287,5,26,58,120' const cards = [ { 144: nomtimeDepositWithdrawal1 diff --git a/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue b/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue index dbec306..ef73c19 100644 --- a/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue +++ b/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue @@ -199,7 +199,7 @@ export default{ }, methods: { getFormData(){ - const parentId = '287,5,26,59,157' + const parentId = '285,287,5,26,59,157' const cards = { 180: 'nomUsefulPhrasesClosed', 181: 'nomUsefulPhrasesClosed2', @@ -220,7 +220,7 @@ export default{ this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 this.visible = true; - const parentId = '287,5,26,59,157' + const parentId = '285,287,5,26,59,157' const nomUsefulPhrasesClosed = sessionStorage.getItem('nomUsefulPhrasesClosed') const nomUsefulPhrasesClosed2 = sessionStorage.getItem('nomUsefulPhrasesClosed2') const nomUsefulPhrasesClosedPassword = sessionStorage.getItem('nomUsefulPhrasesClosedPassword') diff --git a/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue b/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue index 9566ec1..7f0b58e 100644 --- a/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue +++ b/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue @@ -126,7 +126,7 @@ export default{ }, methods: { getFormData(){ - const parentId = '287,5,26,59,156' + const parentId = '285,287,5,26,59,156' const cards = { 171: 'nomUsefulPhrasesContinueCard', 178: 'nomUsefulPhrasesContinuePassword' @@ -145,7 +145,7 @@ export default{ let nomUsefulPhrasesContinueCard = sessionStorage.getItem('nomUsefulPhrasesContinueCard') let nomUsefulPhrasesContinuePassword = sessionStorage.getItem('nomUsefulPhrasesContinuePassword') this.visible = true; - const parentId = '287,5,26,59,156' + const parentId = '285,287,5,26,59,156' const cards = [ { 171: nomUsefulPhrasesContinueCard, diff --git a/src/pages/manage/list/personal/usefulPhrases/openAccount.vue b/src/pages/manage/list/personal/usefulPhrases/openAccount.vue index ad22d28..c4c7f90 100644 --- a/src/pages/manage/list/personal/usefulPhrases/openAccount.vue +++ b/src/pages/manage/list/personal/usefulPhrases/openAccount.vue @@ -206,7 +206,7 @@ export default{ this.$store.commit('system/changePop',{show:true,text, id: 167}) }, getFormData(){ - const parentId = '287,5,26,59,155' + const parentId = '285,287,5,26,59,155' const cards = { 1399: 'nomUsefulPhrasesOpenCard2', 166: 'nomUsefulPhrasesOpenCard', @@ -221,7 +221,7 @@ export default{ this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 this.visible = true; - const parentId = '287,5,26,59,155' + const parentId = '285,287,5,26,59,155' const cards = [ { 1399: nomUsefulPhrasesOpenCard2 diff --git a/src/pages/manage/list/servicesAccount/passwordChange.vue b/src/pages/manage/list/servicesAccount/passwordChange.vue index 9b839c2..6bfa94a 100644 --- a/src/pages/manage/list/servicesAccount/passwordChange.vue +++ b/src/pages/manage/list/servicesAccount/passwordChange.vue @@ -131,7 +131,7 @@ export default{ } }, mounted() { - const parentId = '287,5,28,316' + const parentId = '285,287,5,28,316' const cards = { 320: 'servicesPasswordChange', 323: 'servicesPasswordChange2' @@ -153,7 +153,7 @@ export default{ this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 this.visible = true; - const parentId = '287,5,28,316' + const parentId = '285,287,5,28,316' const cards = [ { // // 证件号码 320: servicesPasswordChange diff --git a/src/pages/manage/list/servicesAccount/passwordLost.vue b/src/pages/manage/list/servicesAccount/passwordLost.vue index 6a6f433..6284a00 100644 --- a/src/pages/manage/list/servicesAccount/passwordLost.vue +++ b/src/pages/manage/list/servicesAccount/passwordLost.vue @@ -105,7 +105,7 @@ export default{ } }, mounted() { - const parentId = '287,5,28,328' + const parentId = '285,287,5,28,328' const cards = { 329: 'servicesPasswordLost', 333: 'servicesPasswordLost2' @@ -127,7 +127,7 @@ export default{ let servicesPasswordLost2 = sessionStorage.getItem('servicesPasswordLost2') this.visible = true; - const parentId = '287,5,28,328' + const parentId = '285,287,5,28,328' const cards = [ { // // 证件号码 329: servicesPasswordLost diff --git a/src/pages/manage/list/servicesAccount/relieveLost.vue b/src/pages/manage/list/servicesAccount/relieveLost.vue index f09b166..7bca1e0 100644 --- a/src/pages/manage/list/servicesAccount/relieveLost.vue +++ b/src/pages/manage/list/servicesAccount/relieveLost.vue @@ -128,7 +128,7 @@ export default{ let servicesPasswordRelievePassword = sessionStorage.getItem('servicesPasswordRelievePassword') this.visible = true; - const parentId = '287,5,28,336' + const parentId = '285,287,5,28,336' const cards = [ { // // 身份证 341: servicesPasswordRelieveLost @@ -148,7 +148,7 @@ export default{ checkName: checkName }, mounted() { - const parentId = '287,5,28,336' + const parentId = '285,287,5,28,336' const cards = { 341: 'servicesPasswordRelieveLost', 337: 'servicesPasswordRelieveLost2',