diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index 7cb8fe8..a1c5aca 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -1019,6 +1019,22 @@ export default { // } }, created() { + + if(!sessionStorage.getItem('firstLoad')) { + const loading = this.$loading({ + lock: true, + // text: 'Loading', + text: '努力加载中,请稍等哦...', + spinner: 'el-icon-loading', + background: 'rgba(0, 0, 0, 0.7)' + }); + setTimeout(() => { + loading.close(); + sessionStorage.setItem('firstLoad', true) + }, 6000); + } + + let arr = this.$route.path.split('/').slice(-2); if (arr.pop() === 'manage' || arr[0] === 'manage') { this.manageVisible = true; diff --git a/src/pages/manage/list/business/deposit.vue b/src/pages/manage/list/business/deposit.vue index 35f0279..af8aad3 100644 --- a/src/pages/manage/list/business/deposit.vue +++ b/src/pages/manage/list/business/deposit.vue @@ -12,8 +12,8 @@ - - CNY人民币 + + @@ -25,8 +25,8 @@ - - + + @@ -197,9 +197,9 @@ export default { }), getBlur() { if(this.form.username) { - this.form.currency = 'CYN人民币' + this.form.currency = 12 this.form.interestRate = 0.30 - this.form.currencyMark = '钞户' + this.form.currencyMark = 13 } }, getFormData(){ @@ -228,6 +228,7 @@ export default { needsModule: 'system/needsModule', idCardNumber: 'system/idCardNumber', inMyWork: 'system/inMyWork', + getSelectList: 'system/getSelectList' }), needAuth() { return this.form.depositNum > 50000 diff --git a/src/pages/manage/list/business/openAccount.vue b/src/pages/manage/list/business/openAccount.vue index a6e4df8..8361bc3 100644 --- a/src/pages/manage/list/business/openAccount.vue +++ b/src/pages/manage/list/business/openAccount.vue @@ -13,29 +13,29 @@ - - - - + + + + - - - - + + + + - - + + - - + + @@ -52,27 +52,27 @@ - - - - + + + + - - CNY人民币 + + - - - + + + - - + + @@ -119,11 +119,11 @@ export default { accountNature: '', // 账户性质 accountType: '', // 账户类型 accountManagement: '', // 账户科目 - currencyType: 'CYC人民币', // 币种 - currencyMark: '钞户', // 钞汇标识 + currencyType: '', // 币种 + currencyMark: '', // 钞汇标识 calculateWay: '', // 计息方式 outAccountWay: '', // 出账页标志 - withdrawingWay: '印鉴', // 支取方式 + withdrawingWay: '', // 支取方式 // 非必填项 customerNumber: '', // 客户号 clientNumber: '', // 统计代码 @@ -346,6 +346,7 @@ export default { needsModule: 'system/needsModule', idCardNumber: 'system/idCardNumber', inMyWork: 'system/inMyWork', + getSelectList: 'system/getSelectList' }) } }; diff --git a/src/pages/manage/list/business/transfer.vue b/src/pages/manage/list/business/transfer.vue index fdcc26b..f52ae61 100644 --- a/src/pages/manage/list/business/transfer.vue +++ b/src/pages/manage/list/business/transfer.vue @@ -24,7 +24,7 @@ - + @@ -40,19 +40,19 @@ - - - + + + - CNY人民币 + - + @@ -275,11 +275,11 @@ export default { // payWay: '印鉴', // 支取方式 // abstract: '', // 摘要 if(this.form.transoutNum) { - this.form.certificateType = 'CNY人民币' - this.form.currencyMark = '钞户' + this.form.certificateType = 12 + this.form.currencyMark = 13 this.form.signDate = '2021-01-05' - this.form.certificateType = '转账支票' - this.form.payWay = '印鉴' + this.form.certificateType = 115 + this.form.payWay = 114 } }, getFormData(){ @@ -306,6 +306,7 @@ export default { needsModule: 'system/needsModule', idCardNumber: 'system/idCardNumber', inMyWork: 'system/inMyWork', + getSelectList: 'system/getSelectList' }), needAuth() { return this.form.money > 50000 diff --git a/src/pages/manage/list/business/withdrawal.vue b/src/pages/manage/list/business/withdrawal.vue index 320b3eb..c29e3ea 100644 --- a/src/pages/manage/list/business/withdrawal.vue +++ b/src/pages/manage/list/business/withdrawal.vue @@ -15,16 +15,19 @@ - + + + + - + - + @@ -46,7 +49,7 @@ - + @@ -233,11 +236,11 @@ export default { }), getBlurData() { if(this.form.username) { - this.form.currency = 'CNY人民币' - this.form.currencyMark = '钞户' + this.form.currency = 12 + this.form.currencyMark = 13 this.form.issueDate = '2022-01-05' // 调取该账户开户操作日期展示 - this.form.certificateType = '现金支票' - this.form.payWay = '印鉴' + this.form.certificateType = 123 + this.form.payWay = 114 } }, getFormData(){ @@ -267,6 +270,7 @@ export default { needsModule: 'system/needsModule', idCardNumber: 'system/idCardNumber', inMyWork: 'system/inMyWork', + getSelectList: 'system/getSelectList' }), needAuth() { return this.form.money > 50000 diff --git a/src/pages/manage/list/client/corporateClient.vue b/src/pages/manage/list/client/corporateClient.vue index 60b7622..12e23b7 100644 --- a/src/pages/manage/list/client/corporateClient.vue +++ b/src/pages/manage/list/client/corporateClient.vue @@ -38,7 +38,7 @@ - + diff --git a/src/pages/manage/list/servicesAccount/passwordChange.vue b/src/pages/manage/list/servicesAccount/passwordChange.vue index 1602aa8..64ce53f 100644 --- a/src/pages/manage/list/servicesAccount/passwordChange.vue +++ b/src/pages/manage/list/servicesAccount/passwordChange.vue @@ -7,7 +7,7 @@ - + @@ -96,7 +96,7 @@ export default{ customerName: '', // 客户姓名 payPassword: '', // 原支付密码 // 非必填项 - certificateType: '身份证', // 证件类型 + certificateType: 83, // 证件类型 newPayPassword: '', // 新支付密码 maillingAddress: '', // 通讯地址 }, diff --git a/src/store/modules/system.js b/src/store/modules/system.js index 0f01de9..14a845c 100644 --- a/src/store/modules/system.js +++ b/src/store/modules/system.js @@ -174,7 +174,7 @@ const myInitState = { dataFlow: { peopleNumber, userName,//用户名字 - idType: '身份证', + idType: 83, idNumber,//证件号码 sex:'男',//性别 birthday:'2008',//出生日期 @@ -268,8 +268,8 @@ const myInitState = { interest: '0.00', depositNumber: '0912', capital, // 不知道是多少 - withdrawType: '现金', // 支取类别 - withdrawWay: '部分支取', // 支取方式 + withdrawType: 124, // 支取类别 + withdrawWay: 125, // 支取方式 } }, @@ -309,7 +309,7 @@ const myInitState = { interest: '5.75', depositNumber: '0912', capital, // 不知道是多少 - withdrawType: '现金', // 支取类别 + withdrawType: 124, // 支取类别 withdrawWay: '全部支取并销户', // 支取方式 } @@ -422,7 +422,7 @@ const myInitState = { goldLogo:13, capital: 100, interestRate: 1.85, - depositTerm: '1年', + depositTerm: 86, interest: 1.6, totalMoney: 101.6, signDate: '2001-03-01', @@ -464,7 +464,7 @@ const myInitState = { currency:12, goldLogo:13, voucherNumber, - depositType: '现金' + depositType: 92, // depositNumber: '0816', // capital: 100, @@ -505,13 +505,13 @@ const myInitState = { dataFlow: { // 凭证类型(存单)、客户号(根据案例展示)、客户姓名、币种(CNY人民币)、钞汇标识(钞户)、通知类型(根据案例展示)、定存编号(根据开户时的定存编号展示)、本金(开户时存的金额)、利息(2.8)、、总金额(利息+本金)、支取类别(现金)、支取金额(等于总金额)证件类型(身份证) // 身份证号码、客户号(根据案例展示)、客户姓名、币种(人民币)、钞汇标识(钞户) - voucherType: '存单', - noticeType: '1天', + voucherType: 123, + noticeType: 95, depositNumber: '0816', capital: 100, interest: 2.8, totalMoney: 102.8, - payType: '现金', + payType: 13, payMoney: 102.8, idNumber, peopleNumber, @@ -566,9 +566,9 @@ const myInitState = { // dataFlow: { // // 凭证类型(存单)、客户号(根据案例展示)、客户姓名、币种(CNY人民币)、钞汇标识(钞户)、通知类型(根据案例展示)、定存编号(根据开户时的定存编号展示)、本金(开户时存的金额)、利息(2.8)、、总金额(利息+本金)、支取类别(现金)、支取金额(等于总金额)证件类型(身份证) // // 身份证号码、客户号(根据案例展示)、客户姓名、币种(人民币)、钞汇标识(钞户) - + // // // depositNumber: '0816', - + // // // capital: 100, // // interestRate: 1.85, // // depositTerm: '1年', @@ -1201,8 +1201,8 @@ export default { interest: '0.00', depositNumber: '0912', capital, // 不知道是多少 - withdrawType: '现金', // 支取类别 - withdrawWay: '部分支取', // 支取方式 + withdrawType: 124, // 支取类别 + withdrawWay: 125, // 支取方式 } }, @@ -1242,7 +1242,7 @@ export default { interest: '5.75', depositNumber: '0912', capital, // 不知道是多少 - withdrawType: '现金', // 支取类别 + withdrawType: 124, // 支取类别 withdrawWay: '全部支取并销户', // 支取方式 } @@ -1355,7 +1355,7 @@ export default { goldLogo:13, capital: 100, interestRate: 1.85, - depositTerm: '1年', + depositTerm: 86, interest: 1.6, totalMoney: 101.6, signDate: '2001-03-01', @@ -1397,7 +1397,7 @@ export default { currency:12, goldLogo:13, voucherNumber, - depositType: '现金' + depositType: 92, // depositNumber: '0816', // capital: 100, @@ -1438,13 +1438,13 @@ export default { dataFlow: { // 凭证类型(存单)、客户号(根据案例展示)、客户姓名、币种(CNY人民币)、钞汇标识(钞户)、通知类型(根据案例展示)、定存编号(根据开户时的定存编号展示)、本金(开户时存的金额)、利息(2.8)、、总金额(利息+本金)、支取类别(现金)、支取金额(等于总金额)证件类型(身份证) // 身份证号码、客户号(根据案例展示)、客户姓名、币种(人民币)、钞汇标识(钞户) - voucherType: '存单', - noticeType: '1天', + voucherType: 123, + noticeType: 95, depositNumber: '0816', capital: 100, interest: 2.8, totalMoney: 102.8, - payType: '现金', + payType: 13, payMoney: 102.8, idNumber, peopleNumber,