diff --git a/src/components/case/index.vue b/src/components/case/index.vue index ab90f34..ce6b93b 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -667,6 +667,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 //测试服 @@ -962,8 +963,6 @@ export default { border-bottom: none; } .el-collapse-item__header { - font-size: 17px; - line-height: 0px; border-bottom: none; } .el-tabs__content { @@ -1025,7 +1024,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 336bb4b..ae3f654 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) { @@ -879,25 +879,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 @@ -906,18 +906,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) { @@ -1170,7 +1170,7 @@ export default { let formList = [] let ruleReqs = sessionStorage.getItem('ruleReqs') if (ruleReqs){formList = JSON.parse(ruleReqs);}else{formList = []} - for (var i=0;i { // 验证通过逻辑写在这 - 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 29d2542..7dc1541 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 2c7fb70..d48bf71 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 86ba9d4..1e58058 100644 --- a/src/pages/manage/list/business/transfer.vue +++ b/src/pages/manage/list/business/transfer.vue @@ -236,7 +236,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() { @@ -245,7 +245,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 10bcf0a..66c93fd 100644 --- a/src/pages/manage/list/business/withdrawal.vue +++ b/src/pages/manage/list/business/withdrawal.vue @@ -209,14 +209,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 2906a5a..fa99f3f 100644 --- a/src/pages/manage/list/cityWide/cityWideIn.vue +++ b/src/pages/manage/list/cityWide/cityWideIn.vue @@ -262,7 +262,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() }, @@ -270,7 +270,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 2982ed1..7c5a3e4 100644 --- a/src/pages/manage/list/cityWide/cityWideOut.vue +++ b/src/pages/manage/list/cityWide/cityWideOut.vue @@ -246,7 +246,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() }, @@ -254,7 +254,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 59b7a56..c44f872 100644 --- a/src/pages/manage/list/client/consumerClient.vue +++ b/src/pages/manage/list/client/consumerClient.vue @@ -229,7 +229,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) @@ -270,13 +270,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" }) } @@ -285,7 +285,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" }) } @@ -294,18 +294,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 43e8d6f..41e3d6a 100644 --- a/src/pages/manage/list/client/corporateClient.vue +++ b/src/pages/manage/list/client/corporateClient.vue @@ -152,7 +152,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) @@ -193,30 +193,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 1267781..04976fa 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 94d31ee..cf64a18 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 7269688..345bf5c 100644 --- a/src/pages/manage/list/personal/currentAccount/deposit.vue +++ b/src/pages/manage/list/personal/currentAccount/deposit.vue @@ -88,7 +88,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) @@ -122,23 +122,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 29c3a5b..f272e24 100644 --- a/src/pages/manage/list/personal/currentAccount/openAccount.vue +++ b/src/pages/manage/list/personal/currentAccount/openAccount.vue @@ -268,7 +268,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) { @@ -300,7 +300,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)=>{ @@ -417,10 +417,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) { @@ -140,20 +140,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 c282cb5..36fc8c0 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 58b77ae..fc13e5d 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 36ccab3..9aaa7b2 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 125c39a..a05b76c 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 7bb3f97..2c82c9e 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 dcebdff..8992f82 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 9b8d069..42dedcb 100644 --- a/src/pages/manage/list/servicesAccount/passwordChange.vue +++ b/src/pages/manage/list/servicesAccount/passwordChange.vue @@ -130,7 +130,7 @@ export default{ } }, mounted() { - const parentId = '287,5,28,316' + const parentId = '285,287,5,28,316' const cards = { 320: 'servicesPasswordChange', 323: 'servicesPasswordChange2' @@ -152,7 +152,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 2a289b8..71da2dd 100644 --- a/src/pages/manage/list/servicesAccount/passwordLost.vue +++ b/src/pages/manage/list/servicesAccount/passwordLost.vue @@ -104,7 +104,7 @@ export default{ } }, mounted() { - const parentId = '287,5,28,328' + const parentId = '285,287,5,28,328' const cards = { 329: 'servicesPasswordLost', 333: 'servicesPasswordLost2' @@ -126,7 +126,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 6af3b80..c6d990e 100644 --- a/src/pages/manage/list/servicesAccount/relieveLost.vue +++ b/src/pages/manage/list/servicesAccount/relieveLost.vue @@ -124,7 +124,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 @@ -144,7 +144,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',