20240205
luoJunYong.123 3 years ago
parent 02df97e769
commit 04b6b7eba3
  1. 15
      src/components/case/index.vue
  2. 6
      src/pages/counter/list/index.vue
  3. 2
      src/pages/index/list/index.vue
  4. 2
      src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue
  5. 3
      src/pages/manage/list/personal/usefulPhrases/openAccount.vue
  6. 28
      src/store/modules/system.js

@ -548,12 +548,25 @@ export default {
let cid = sessionStorage.getItem('cid') let cid = sessionStorage.getItem('cid')
let systemId = sessionStorage.getItem('systemId') let systemId = sessionStorage.getItem('systemId')
let projectId = sessionStorage.getItem('projectId') 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.clear()
sessionStorage.setItem('token', token) sessionStorage.setItem('token', token)
sessionStorage.setItem('cid', cid) sessionStorage.setItem('cid', cid)
sessionStorage.setItem('systemId', systemId) sessionStorage.setItem('systemId', systemId)
sessionStorage.setItem('projectId', projectId) sessionStorage.setItem('projectId', projectId)
if(firstLoad) {
sessionStorage.setItem('firstLoad', firstLoad)
}
if(firstLoad2) {
sessionStorage.setItem('firstLoad2', firstLoad2)
}
// vuexstate // vuexstate
this.initState(); this.initState();
let datas= data.data.retMap.scoreInfo; let datas= data.data.retMap.scoreInfo;

@ -1032,7 +1032,7 @@ export default {
setTimeout(() => { setTimeout(() => {
loading.close(); loading.close();
sessionStorage.setItem('firstLoad', true) sessionStorage.setItem('firstLoad', true)
}, 6000); }, 3000);
} }
@ -1049,11 +1049,11 @@ export default {
} }
if(sessionStorage.getItem('businessSelect')) { 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",()=>{ window.addEventListener("beforeunload",()=>{
sessionStorage.setItem('businessKey', this.$store.state.system.businessKey) 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() this.startPlay()
console.log('startPlay') console.log('startPlay')

@ -59,7 +59,7 @@ export default {
setTimeout(() => { setTimeout(() => {
loading.close(); loading.close();
sessionStorage.setItem('firstLoad2', true) sessionStorage.setItem('firstLoad2', true)
}, 6000); }, 3000);
} }
if(!this.businessKey) { if(!this.businessKey) {

@ -183,7 +183,7 @@ export default{
"subjectId": 8, "subjectId": 8,
}, },
176: { 176: {
prop: 'voucherType',// prop: 'depositTerm',//
type: '1', type: '1',
"subjectId": 27, "subjectId": 27,
}, },

@ -178,7 +178,6 @@ export default{
extendDepositTarget: '续存标识', // extendDepositTarget: '续存标识', //
voucherNumber: '凭证号码', // voucherNumber: '凭证号码', //
drawPassword: '支付密码', // drawPassword: '支付密码', //
depositTerm: '续存标识',
// //
clientNumber: '客户号', // clientNumber: '客户号', //
certificateType: '证件类型', // certificateType: '证件类型', //
@ -285,7 +284,7 @@ export default{
"subjectId": 31, "subjectId": 31,
}, },
170: { 170: {
prop: 'depositTerm',// prop: 'extendDepositTarget',//
type: '1', type: '1',
"subjectId": 37, "subjectId": 37,
}, },

@ -249,7 +249,7 @@ const myInitState = {
cultureArr: [ 23, 430, 420, 269, 422 ], // cultureArr: [ 23, 430, 420, 269, 422 ], //
// 各种物品信息 // 各种物品信息
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱 needBackMoney: true, // 需要钱箱取钱
peopleSign: [], // 客户签字 peopleSign: [], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -291,7 +291,7 @@ const myInitState = {
cultureArr: [ 23, 430, 420, 269, 422 ], // cultureArr: [ 23, 430, 420, 269, 422 ], //
// 各种物品信息 // 各种物品信息
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱 needBackMoney: true, // 需要钱箱取钱
peopleSign: [], // 客户签字 peopleSign: [], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -391,7 +391,7 @@ const myInitState = {
depositNumber: '0816', depositNumber: '0816',
currency:12, currency:12,
goldLogo:13, goldLogo:13,
depositTerm: '1年', depositTerm: 86,
monthDeposit: 100, monthDeposit: 100,
voucherNumber voucherNumber
} }
@ -408,7 +408,7 @@ const myInitState = {
cultureArr: [ 23, 420, 422 ], cultureArr: [ 23, 420, 422 ],
// 各种物品信息 // 各种物品信息
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱 needBackMoney: true, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -499,7 +499,7 @@ const myInitState = {
cultureArr: [ 23, 420, 420, 19 ], // 少了复印件、420、422、定期存单 cultureArr: [ 23, 420, 420, 19 ], // 少了复印件、420、422、定期存单
// 各种物品信息 // 各种物品信息
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱 needBackMoney: true, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -632,7 +632,7 @@ const myInitState = {
backPeople: [ 442, 472, 421, 15 ], backPeople: [ 442, 472, 421, 15 ],
cultureArr: [ 473, 420 ], cultureArr: [ 473, 420 ],
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱 needBackMoney: true, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -666,7 +666,7 @@ const myInitState = {
backPeople: [ 442, 474, 418 ], backPeople: [ 442, 474, 418 ],
cultureArr: [ 476, 419 ], cultureArr: [ 476, 419 ],
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱 needBackMoney: true, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1208,7 +1208,7 @@ export default {
cultureArr: [ 23, 430, 420, 269, 422 ], // cultureArr: [ 23, 430, 420, 269, 422 ], //
// 各种物品信息 // 各种物品信息
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱 needBackMoney: true, // 需要钱箱取钱
peopleSign: [], // 客户签字 peopleSign: [], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1250,7 +1250,7 @@ export default {
cultureArr: [ 23, 430, 420, 269, 422 ], // cultureArr: [ 23, 430, 420, 269, 422 ], //
// 各种物品信息 // 各种物品信息
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱 needBackMoney: true, // 需要钱箱取钱
peopleSign: [], // 客户签字 peopleSign: [], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1350,7 +1350,7 @@ export default {
depositNumber: '0816', depositNumber: '0816',
currency:12, currency:12,
goldLogo:13, goldLogo:13,
depositTerm: '1年', depositTerm: 86,
monthDeposit: 100, monthDeposit: 100,
voucherNumber voucherNumber
} }
@ -1367,7 +1367,7 @@ export default {
cultureArr: [ 23, 420, 422 ], cultureArr: [ 23, 420, 422 ],
// 各种物品信息 // 各种物品信息
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱 needBackMoney: true, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1458,7 +1458,7 @@ export default {
cultureArr: [ 23, 420, 420, 19 ], // 少了复印件、420、422、定期存单 cultureArr: [ 23, 420, 420, 19 ], // 少了复印件、420、422、定期存单
// 各种物品信息 // 各种物品信息
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱 needBackMoney: true, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1591,7 +1591,7 @@ export default {
backPeople: [ 442, 472, 421, 15 ], backPeople: [ 442, 472, 421, 15 ],
cultureArr: [ 473, 420 ], cultureArr: [ 473, 420 ],
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱 needBackMoney: true, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1625,7 +1625,7 @@ export default {
backPeople: [ 442, 474, 418 ], backPeople: [ 442, 474, 418 ],
cultureArr: [ 476, 419 ], cultureArr: [ 476, 419 ],
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱 needBackMoney: true, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒

Loading…
Cancel
Save