From e0cf70327125cb3273308d5f363aa943a0596107 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 12 Jun 2024 15:59:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E9=93=B6=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dialog/index.vue | 8 +-- src/pages/counter/list/index.vue | 1 - .../manage/list/onlineBank/openAccount.vue | 29 ++++---- src/store/modules/system.js | 66 ++++++++++++++++++- 4 files changed, 84 insertions(+), 20 deletions(-) diff --git a/src/components/dialog/index.vue b/src/components/dialog/index.vue index 67b7231..75e3659 100644 --- a/src/components/dialog/index.vue +++ b/src/components/dialog/index.vue @@ -276,12 +276,12 @@ const nameMap = { 113: '满页' }, openOnlineBanking: { - 1: '是', - 0: '否' + 146: '是', + 147: '否' }, openPhoneBanking: { - 1: '是', - 0: '否' + 148: '是', + 149: '否' }, } export default { diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index 2f64004..8783c4f 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -1571,7 +1571,6 @@ export default { this.$router.push(sessionStorage.getItem('computerPath') || (this.isCredit ? '/counter/list/manage/personalLoans' : '/counter/list/manage/consumerClient')) }, popSure () {/* 弹框-确定 */ - debugger // 拦截 由于下面太多没拦截的,所以在这拦截舒服 if (this.popText.includes('刷卡')) { if (this.receptionList.length === 0) { diff --git a/src/pages/manage/list/onlineBank/openAccount.vue b/src/pages/manage/list/onlineBank/openAccount.vue index 50edddd..9449c01 100644 --- a/src/pages/manage/list/onlineBank/openAccount.vue +++ b/src/pages/manage/list/onlineBank/openAccount.vue @@ -29,8 +29,8 @@ - - + + @@ -72,8 +72,8 @@ - - + + @@ -228,7 +228,7 @@ export default { }, getFormData () { let param = { - parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,25,33' + parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,707,741' } getOperation(param).then((data) => { if (data.status == 200) { @@ -300,24 +300,27 @@ export default { }, submitForm2 () { let nomClientIdentity = sessionStorage.getItem('nomClientIdentity') - let consumerClientDragList = JSON.parse(nomClientIdentity); let projectId = sessionStorage.getItem('projectId') let startTime = sessionStorage.getItem('startTime') let formList = []; - - 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": "" }) + const { form } = this + const preId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,707,741' formList.push( - { "answerId": '40', "emptyOne": "19", "emptyTwo": this.form.idType, "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ",287,5,25,33,40", "type": "1" },//证件类型 - ); + { answerId: 742, emptyOne: 19, emptyTwo: form.certificateType, operationIds: preId + ',742', type: 1 }, + { answerId: 750, emptyOne: 117, emptyTwo: form.openOnlineBanking, operationIds: preId + ',750', type: 1 }, + { answerId: 749, emptyOne: 44, emptyTwo: form.voucherNumber, operationIds: preId + ',749', type: 3 }, + { answerId: 751, emptyOne: 117, emptyTwo: form.openPhoneBanking, operationIds: preId + ',751', type: 1 }, + { answerId: 752, emptyOne: 17, emptyTwo: form.drawPassword, operationIds: preId + ',752', type: 3 }, + ) + let params = { - parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,25,33', + parentId: preId, lcJudgmentRuleReq: formList, projectId: +projectId, - startTime: startTime, + startTime } addOperation(params).then((data) => { - this.setNeedsModule(moduleName) this.setDataFlow({ ...this.form }) this.submited = 1 }).catch((error) => { diff --git a/src/store/modules/system.js b/src/store/modules/system.js index d85dbfa..7f30906 100644 --- a/src/store/modules/system.js +++ b/src/store/modules/system.js @@ -1348,7 +1348,38 @@ const myInitState = { expireDate: '2022-12-29', // 到期日期 } }, - // 577, 银行承兑汇票签发 + '业务三十四': { + id: 704, + name: '网上银行', + data: [13, 16, 407], + needs: [], + isStamp: { + // '业务专用章': [ 411 ] + }, + backPeople: [], + // backPeople: [ ], + cultureArr: [], + + moneyBox: [], // 钱箱 + needBackMoney: false, // 需要钱箱取钱 + peopleSign: [], // 客户签字 + cultureIn: [], // 传票栏 + sealBox: [], // 印章盒 + currencyDetector: [], // 验钞机 + printer: [], // 打印机 + resource: [], // 资料 + + importanceArr: [], // 重要空白凭证箱 + commonArr: [], // 普通凭证箱 + dataFlow: { + collectingCompany: '开卷教育有限公司', + transMoney: 200000, + assignDate: '2022-12-29', + ticketNumber: '00242930', + drawDate: '2022-06-30', // 出票日期 + expireDate: '2022-12-29', // 到期日期 + } + }, } @@ -2545,7 +2576,38 @@ export default { expireDate: '2022-12-29', // 到期日期 } }, - // 577, 银行承兑汇票签发 + '业务三十四': { + id: 704, + name: '网上银行', + data: [13, 16, 407], + needs: [], + isStamp: { + // '业务专用章': [ 411 ] + }, + backPeople: [], + // backPeople: [ ], + cultureArr: [], + + moneyBox: [], // 钱箱 + needBackMoney: false, // 需要钱箱取钱 + peopleSign: [], // 客户签字 + cultureIn: [], // 传票栏 + sealBox: [], // 印章盒 + currencyDetector: [], // 验钞机 + printer: [], // 打印机 + resource: [], // 资料 + + importanceArr: [], // 重要空白凭证箱 + commonArr: [], // 普通凭证箱 + dataFlow: { + collectingCompany: '开卷教育有限公司', + transMoney: 200000, + assignDate: '2022-12-29', + ticketNumber: '00242930', + drawDate: '2022-06-30', // 出票日期 + expireDate: '2022-12-29', // 到期日期 + } + }, }, // 初始化公共数据 allDataFlow: { ...allDataFlow },