From 04b6b7eba379cd7b26cd361943e941b839dd974e Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Wed, 9 Feb 2022 11:19:58 +0800 Subject: [PATCH] update --- src/components/case/index.vue | 15 +++++++++- src/pages/counter/list/index.vue | 6 ++-- src/pages/index/list/index.vue | 2 +- .../usefulPhrases/continueDeposit.vue | 2 +- .../personal/usefulPhrases/openAccount.vue | 3 +- src/store/modules/system.js | 28 +++++++++---------- 6 files changed, 34 insertions(+), 22 deletions(-) diff --git a/src/components/case/index.vue b/src/components/case/index.vue index 27f4cdb..87ed810 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -548,12 +548,25 @@ export default { let cid = sessionStorage.getItem('cid') let systemId = sessionStorage.getItem('systemId') let projectId = sessionStorage.getItem('projectId') + let firstLoad = null + let firstLoad2 = null + if(sessionStorage.getItem('firstLoad')) { + firstLoad = sessionStorage.getItem('firstLoad') + } + if(sessionStorage.getItem('firstLoad2')) { + firstLoad2 = sessionStorage.getItem('firstLoad2') + } sessionStorage.clear() sessionStorage.setItem('token', token) sessionStorage.setItem('cid', cid) sessionStorage.setItem('systemId', systemId) sessionStorage.setItem('projectId', projectId) - + if(firstLoad) { + sessionStorage.setItem('firstLoad', firstLoad) + } + if(firstLoad2) { + sessionStorage.setItem('firstLoad2', firstLoad2) + } // 初始化vuex中的state this.initState(); let datas= data.data.retMap.scoreInfo; diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index a729a60..753aeae 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -1032,7 +1032,7 @@ export default { setTimeout(() => { loading.close(); sessionStorage.setItem('firstLoad', true) - }, 6000); + }, 3000); } @@ -1049,11 +1049,11 @@ export default { } if(sessionStorage.getItem('businessSelect')) { // 调试时注释掉 - this.$store.commit('system/setBusinessSelect', JSON.parse(sessionStorage.getItem('businessSelect'))) + // this.$store.commit('system/setBusinessSelect', JSON.parse(sessionStorage.getItem('businessSelect'))) } window.addEventListener("beforeunload",()=>{ sessionStorage.setItem('businessKey', this.$store.state.system.businessKey) - sessionStorage.setItem('businessSelect', JSON.stringify(this.$store.state.system.businessSelect)) + // sessionStorage.setItem('businessSelect', JSON.stringify(this.$store.state.system.businessSelect)) }) this.startPlay() console.log('startPlay') diff --git a/src/pages/index/list/index.vue b/src/pages/index/list/index.vue index cbcb94c..2440c0f 100644 --- a/src/pages/index/list/index.vue +++ b/src/pages/index/list/index.vue @@ -59,7 +59,7 @@ export default { setTimeout(() => { loading.close(); sessionStorage.setItem('firstLoad2', true) - }, 6000); + }, 3000); } if(!this.businessKey) { diff --git a/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue b/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue index 16f9340..a28f11a 100644 --- a/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue +++ b/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue @@ -183,7 +183,7 @@ export default{ "subjectId": 8, }, 176: { - prop: 'voucherType',//存期 + prop: 'depositTerm',//存期 type: '1', "subjectId": 27, }, diff --git a/src/pages/manage/list/personal/usefulPhrases/openAccount.vue b/src/pages/manage/list/personal/usefulPhrases/openAccount.vue index ac6e731..2a644e2 100644 --- a/src/pages/manage/list/personal/usefulPhrases/openAccount.vue +++ b/src/pages/manage/list/personal/usefulPhrases/openAccount.vue @@ -178,7 +178,6 @@ export default{ extendDepositTarget: '续存标识', // voucherNumber: '凭证号码', // drawPassword: '支付密码', // - depositTerm: '续存标识', // 非必填项 clientNumber: '客户号', // certificateType: '证件类型', // @@ -285,7 +284,7 @@ export default{ "subjectId": 31, }, 170: { - prop: 'depositTerm',//续存标识 + prop: 'extendDepositTarget',//续存标识 type: '1', "subjectId": 37, }, diff --git a/src/store/modules/system.js b/src/store/modules/system.js index 053bb3e..1eb1b22 100644 --- a/src/store/modules/system.js +++ b/src/store/modules/system.js @@ -249,7 +249,7 @@ const myInitState = { cultureArr: [ 23, 430, 420, 269, 422 ], // // 各种物品信息 moneyBox: [ 15 ], // 钱箱 - needBackMoney: false, // 需要钱箱取钱 + needBackMoney: true, // 需要钱箱取钱 peopleSign: [], // 客户签字 cultureIn: [], // 传票栏 sealBox: [], // 印章盒 @@ -291,7 +291,7 @@ const myInitState = { cultureArr: [ 23, 430, 420, 269, 422 ], // // 各种物品信息 moneyBox: [ 15 ], // 钱箱 - needBackMoney: false, // 需要钱箱取钱 + needBackMoney: true, // 需要钱箱取钱 peopleSign: [], // 客户签字 cultureIn: [], // 传票栏 sealBox: [], // 印章盒 @@ -391,7 +391,7 @@ const myInitState = { depositNumber: '0816', currency:12, goldLogo:13, - depositTerm: '1年', + depositTerm: 86, monthDeposit: 100, voucherNumber } @@ -408,7 +408,7 @@ const myInitState = { cultureArr: [ 23, 420, 422 ], // 各种物品信息 moneyBox: [ 15 ], // 钱箱 - needBackMoney: false, // 需要钱箱取钱 + needBackMoney: true, // 需要钱箱取钱 peopleSign: [ ], // 客户签字 cultureIn: [], // 传票栏 sealBox: [], // 印章盒 @@ -499,7 +499,7 @@ const myInitState = { cultureArr: [ 23, 420, 420, 19 ], // 少了复印件、420、422、定期存单 // 各种物品信息 moneyBox: [ 15 ], // 钱箱 - needBackMoney: false, // 需要钱箱取钱 + needBackMoney: true, // 需要钱箱取钱 peopleSign: [ ], // 客户签字 cultureIn: [], // 传票栏 sealBox: [], // 印章盒 @@ -632,7 +632,7 @@ const myInitState = { backPeople: [ 442, 472, 421, 15 ], cultureArr: [ 473, 420 ], moneyBox: [ 15 ], // 钱箱 - needBackMoney: false, // 需要钱箱取钱 + needBackMoney: true, // 需要钱箱取钱 peopleSign: [ ], // 客户签字 cultureIn: [], // 传票栏 sealBox: [], // 印章盒 @@ -666,7 +666,7 @@ const myInitState = { backPeople: [ 442, 474, 418 ], cultureArr: [ 476, 419 ], moneyBox: [ 15 ], // 钱箱 - needBackMoney: false, // 需要钱箱取钱 + needBackMoney: true, // 需要钱箱取钱 peopleSign: [ ], // 客户签字 cultureIn: [], // 传票栏 sealBox: [], // 印章盒 @@ -1208,7 +1208,7 @@ export default { cultureArr: [ 23, 430, 420, 269, 422 ], // // 各种物品信息 moneyBox: [ 15 ], // 钱箱 - needBackMoney: false, // 需要钱箱取钱 + needBackMoney: true, // 需要钱箱取钱 peopleSign: [], // 客户签字 cultureIn: [], // 传票栏 sealBox: [], // 印章盒 @@ -1250,7 +1250,7 @@ export default { cultureArr: [ 23, 430, 420, 269, 422 ], // // 各种物品信息 moneyBox: [ 15 ], // 钱箱 - needBackMoney: false, // 需要钱箱取钱 + needBackMoney: true, // 需要钱箱取钱 peopleSign: [], // 客户签字 cultureIn: [], // 传票栏 sealBox: [], // 印章盒 @@ -1350,7 +1350,7 @@ export default { depositNumber: '0816', currency:12, goldLogo:13, - depositTerm: '1年', + depositTerm: 86, monthDeposit: 100, voucherNumber } @@ -1367,7 +1367,7 @@ export default { cultureArr: [ 23, 420, 422 ], // 各种物品信息 moneyBox: [ 15 ], // 钱箱 - needBackMoney: false, // 需要钱箱取钱 + needBackMoney: true, // 需要钱箱取钱 peopleSign: [ ], // 客户签字 cultureIn: [], // 传票栏 sealBox: [], // 印章盒 @@ -1458,7 +1458,7 @@ export default { cultureArr: [ 23, 420, 420, 19 ], // 少了复印件、420、422、定期存单 // 各种物品信息 moneyBox: [ 15 ], // 钱箱 - needBackMoney: false, // 需要钱箱取钱 + needBackMoney: true, // 需要钱箱取钱 peopleSign: [ ], // 客户签字 cultureIn: [], // 传票栏 sealBox: [], // 印章盒 @@ -1591,7 +1591,7 @@ export default { backPeople: [ 442, 472, 421, 15 ], cultureArr: [ 473, 420 ], moneyBox: [ 15 ], // 钱箱 - needBackMoney: false, // 需要钱箱取钱 + needBackMoney: true, // 需要钱箱取钱 peopleSign: [ ], // 客户签字 cultureIn: [], // 传票栏 sealBox: [], // 印章盒 @@ -1625,7 +1625,7 @@ export default { backPeople: [ 442, 474, 418 ], cultureArr: [ 476, 419 ], moneyBox: [ 15 ], // 钱箱 - needBackMoney: false, // 需要钱箱取钱 + needBackMoney: true, // 需要钱箱取钱 peopleSign: [ ], // 客户签字 cultureIn: [], // 传票栏 sealBox: [], // 印章盒