From d131d6dc6249dc561d931e79cda266a607fb527a Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Wed, 29 Dec 2021 12:00:23 +0800 Subject: [PATCH] =?UTF-8?q?subjectId=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/counter/list/myConfig.js | 12 +++ src/pages/manage/list/business/deposit.vue | 6 +- .../manage/list/business/openAccount.vue | 2 +- src/pages/manage/list/business/transfer.vue | 12 ++- src/pages/manage/list/business/withdrawal.vue | 9 +- .../personal/callDeposits/accountClosed.vue | 92 +++++++++---------- .../list/personal/timeDeposit/deposit.vue | 10 +- .../personal/usefulPhrases/accountClosed.vue | 10 +- .../personal/usefulPhrases/openAccount.vue | 8 +- src/utils/utilFunction.js | 6 +- 10 files changed, 99 insertions(+), 68 deletions(-) diff --git a/src/pages/counter/list/myConfig.js b/src/pages/counter/list/myConfig.js index e0a6d7f..a9c8512 100644 --- a/src/pages/counter/list/myConfig.js +++ b/src/pages/counter/list/myConfig.js @@ -196,6 +196,18 @@ const myConfig = { name: 'nomCallDepositClosedPassword', parentId: '287,5,26,38,289', isPassword: true + }, + '1399': { + nbm: 1399, + name: 'nomUsefulPhrasesOpenCard2', + parentId: '287,5,26,59,155', + isPassword: false + }, + '180': { + nbm: 180, + name: 'nomUsefulPhrasesClosed', + parentId: '287,5,26,59,157', + isPassword: false } } diff --git a/src/pages/manage/list/business/deposit.vue b/src/pages/manage/list/business/deposit.vue index 600ca89..29d2542 100644 --- a/src/pages/manage/list/business/deposit.vue +++ b/src/pages/manage/list/business/deposit.vue @@ -162,11 +162,13 @@ export default { }, 240: { prop: 'username', // 3 - type: '3' + type: '3', + "subjectId": 84, }, 244: { prop: 'depositNum', // 3 - type: '3' + type: '3', + "subjectId": 83, } } } diff --git a/src/pages/manage/list/business/openAccount.vue b/src/pages/manage/list/business/openAccount.vue index 2670e95..2c7fb70 100644 --- a/src/pages/manage/list/business/openAccount.vue +++ b/src/pages/manage/list/business/openAccount.vue @@ -236,7 +236,7 @@ export default { 318: { prop: 'foreignCurrencyCertificate', type: '3', - "subjectId": '', + "subjectId": 50, } }, myTable: { diff --git a/src/pages/manage/list/business/transfer.vue b/src/pages/manage/list/business/transfer.vue index 9efc54d..86ba9d4 100644 --- a/src/pages/manage/list/business/transfer.vue +++ b/src/pages/manage/list/business/transfer.vue @@ -164,7 +164,8 @@ export default { myTable: { 257: { prop: 'transoutNum', - type: '3' + type: '3', + "subjectId": 85, }, 258: { prop: 'customerName', @@ -173,15 +174,18 @@ export default { }, 259: { prop: 'certificateNum', - type: '3' + type: '3', + "subjectId": 44, }, 265: { prop: 'transinNum', - type: '3' + type: '3', + "subjectId": 86, }, 266: { prop: 'transinName', - type: '3' + type: '3', + "subjectId": 87, }, 267: { prop: 'money', diff --git a/src/pages/manage/list/business/withdrawal.vue b/src/pages/manage/list/business/withdrawal.vue index a20b126..10bcf0a 100644 --- a/src/pages/manage/list/business/withdrawal.vue +++ b/src/pages/manage/list/business/withdrawal.vue @@ -146,7 +146,8 @@ export default { myTable: { 247: { prop: 'username', - type: '3' + type: '3', + "subjectId": 84, }, 248: { prop: 'customerName', @@ -155,7 +156,8 @@ export default { }, 249: { prop: 'voucherNum', - type: '3' + type: '3', + "subjectId": 44, }, 254: { prop: 'money', @@ -166,7 +168,8 @@ export default { myTable2: { 250: { prop: 'issueDate', - type: '3' + type: '3', + "subjectId": 47, }, 251: { prop: 'currency', // 1 diff --git a/src/pages/manage/list/personal/callDeposits/accountClosed.vue b/src/pages/manage/list/personal/callDeposits/accountClosed.vue index 4995094..c34e1f3 100644 --- a/src/pages/manage/list/personal/callDeposits/accountClosed.vue +++ b/src/pages/manage/list/personal/callDeposits/accountClosed.vue @@ -178,55 +178,52 @@ export default{ // totalMoney: '', // 总金额 // certificateType: '', //证件类型 // breathDate: '', // 起息日期 - 292: { - prop: 'customerNumber', - type: '3', - "subjectId": 6, - }, - 296: { + 303: { prop: 'voucherType', type: '1', "subjectId": 11, + }, - 298: { - prop: 'noticeType', - type: '1', - "subjectId": 48, - }, - 302: { - prop: 'certificateType', - type: '1', - "subjectId": 19, + 304: { + prop: 'customerNumber', + type: '3', + "subjectId": 6, + }, 305: { prop: 'clientName', type: '3', "subjectId": 7, }, + 306: { + prop: 'currency',//币种 + type: '1', + "subjectId": 8, + }, 307: { prop: 'currencyMark',//钞汇标识 type: '1', "subjectId": 9, }, 308: { - prop: 'depositNumber',//定存编号 - type: '3', - "subjectId": 33, + prop: 'noticeType',// + type: '1', + "subjectId": 48, }, 309: { - prop: 'capital',//本金 + prop: 'depositNumber',// type: '3', - "subjectId": 34, + "subjectId": 33, }, 310: { - prop: 'interestRate',//利率 + prop: 'breathDate',// type: '3', - "subjectId": 29, + "subjectId": 79, }, 311: { - prop: 'depositDate',//存期 - type: '1', - "subjectId": 27, + prop: 'capital',//存期 + type: '3', + "subjectId": 34, }, 312: { prop: 'interest',//利息 @@ -239,24 +236,21 @@ export default{ "subjectId": 45, }, 314: { - prop: 'breathDate',//起息日期 - type: '3', - "subjectId": 32, + prop: 'payType',// + type: '1', + "subjectId": 82, + }, + 391: { + prop: 'certificateType',// + type: '1', + "subjectId": 19, } }, myTable2: { - // voucherNumber: '', // 凭证号码 - // currency: 'CYN人民币', // 币种 - - // 304: { - // prop: 'voucherNumber', - // type: '3', - // "subjectId": 44, - // }, - 306: { - prop: 'currency',//币种 - type: '1', - "subjectId": 8, + 315: { + prop: 'payMoney',//起息日期 + type: '3', + "subjectId": 35, } }, } @@ -265,21 +259,21 @@ export default{ this.$refs.clientName.focus() const parentId = '287,5,26,38,289' const cards = { - 303: 'nomCallDepositCard', - 304: 'nomCallDepositCard2', - 315: 'nomCallDepositClosedPassword' + 302: 'nomCallDepositCard', + 392: 'nomCallDepositCard2', + 394: 'nomCallDepositClosedPassword' } autoPlay2(parentId, this.form, this.myTable2, this.myTable, cards) }, methods: { popUp(text) { - this.$store.commit('system/changePop',{show:true,text, id: '303'}) + this.$store.commit('system/changePop',{show:true,text, id: '302'}) }, popUp2(text) { - this.$store.commit('system/changePop',{show:true,text, id: '304'}) + this.$store.commit('system/changePop',{show:true,text, id: '392'}) }, popUp3(text) { - this.$store.commit('system/changePop',{show:true,text, id: '315'}) + this.$store.commit('system/changePop',{show:true,text, id: '394'}) }, submitForm() { this.$refs.form.validate(myValidate(() => { @@ -291,13 +285,13 @@ export default{ const nomCallDepositClosedPassword = sessionStorage.getItem('nomCallDepositClosedPassword') const cards = [ { - 303: nomCallDepositCard + 302: nomCallDepositCard }, { - 304: nomCallDepositCard2 + 392: nomCallDepositCard2 }, { - 315: nomCallDepositClosedPassword, + 394: nomCallDepositClosedPassword, "subjectId": 17, } ] diff --git a/src/pages/manage/list/personal/timeDeposit/deposit.vue b/src/pages/manage/list/personal/timeDeposit/deposit.vue index 7c8e67f..c282cb5 100644 --- a/src/pages/manage/list/personal/timeDeposit/deposit.vue +++ b/src/pages/manage/list/personal/timeDeposit/deposit.vue @@ -10,7 +10,7 @@ - + @@ -21,12 +21,12 @@ - + - + @@ -36,12 +36,12 @@ - + - + diff --git a/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue b/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue index f9f7fee..500906f 100644 --- a/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue +++ b/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue @@ -40,7 +40,7 @@ -
+

请刷身份证

@@ -201,6 +201,7 @@ export default{ getFormData(){ const parentId = '287,5,26,59,157' const cards = { + 180: 'nomUsefulPhrasesClosed', 181: 'nomUsefulPhrasesClosed2', 192: 'nomUsefulPhrasesClosedPassword' } @@ -212,14 +213,21 @@ export default{ popUp2(text) { this.$store.commit('system/changePop',{show:true,text, id: '192'}) }, + popUp3(text) { + this.$store.commit('system/changePop',{show:true,text, id: '180'}) + }, submitForm() { this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 this.visible = true; const parentId = '287,5,26,59,157' + const nomUsefulPhrasesClosed = sessionStorage.getItem('nomUsefulPhrasesClosed') const nomUsefulPhrasesClosed2 = sessionStorage.getItem('nomUsefulPhrasesClosed2') const nomUsefulPhrasesClosedPassword = sessionStorage.getItem('nomUsefulPhrasesClosedPassword') const cards = [ + { + 180: nomUsefulPhrasesClosed + }, { 181: nomUsefulPhrasesClosed2, diff --git a/src/pages/manage/list/personal/usefulPhrases/openAccount.vue b/src/pages/manage/list/personal/usefulPhrases/openAccount.vue index f35715e..dcebdff 100644 --- a/src/pages/manage/list/personal/usefulPhrases/openAccount.vue +++ b/src/pages/manage/list/personal/usefulPhrases/openAccount.vue @@ -197,7 +197,7 @@ export default{ }, methods: { popUp1(text) { - this.$store.commit('system/changePop',{show:true,text}) + this.$store.commit('system/changePop',{show:true,text, id: 1399}) }, popUp2(text) { this.$store.commit('system/changePop',{show:true,text, id: 166}) @@ -208,6 +208,7 @@ export default{ getFormData(){ const parentId = '287,5,26,59,155' const cards = { + 1399: 'nomUsefulPhrasesOpenCard2', 166: 'nomUsefulPhrasesOpenCard', 167: 'nomUsefulPhrasesOpenPassword' } @@ -215,13 +216,16 @@ export default{ }, submitForm() { let nomUsefulPhrasesOpenCard = sessionStorage.getItem('nomUsefulPhrasesOpenCard') - // let nomUsefulPhrasesOpenCard2 = sessionStorage.getItem('nomUsefulPhrasesOpenCard2') + let nomUsefulPhrasesOpenCard2 = sessionStorage.getItem('nomUsefulPhrasesOpenCard2') let nomUsefulPhrasesOpenPassword = sessionStorage.getItem('nomUsefulPhrasesOpenPassword') this.$refs.form.validate(myValidate(() => { // 验证通过逻辑写在这 this.visible = true; const parentId = '287,5,26,59,155' const cards = [ + { + 1399: nomUsefulPhrasesOpenCard2 + }, { 166: nomUsefulPhrasesOpenCard }, diff --git a/src/utils/utilFunction.js b/src/utils/utilFunction.js index 96a6995..3ea5207 100644 --- a/src/utils/utilFunction.js +++ b/src/utils/utilFunction.js @@ -103,7 +103,11 @@ const myValidate = (callback, refs) => { break; } const { message, field } = tmpObj - refs[field].focus(); + try { + refs[field].focus(); + } catch (error) { + + } Message.info({ center: true, message