From 42eba9d7f840b971ba405acbf7293155104a9987 Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Tue, 17 Oct 2023 20:07:34 +0800
Subject: [PATCH] fix
---
src/App.vue | 7 +-
src/components/case/index.vue | 5 -
src/components/selectBusiness/index.vue | 1 +
src/pages/index/list/index.vue | 2 +-
.../personal/currentAccount/openAccount.vue | 1907 +++++++++--------
.../list/personal/timeDeposit/withdrawal.vue | 984 +++++----
src/pages/manage/navbar/index.vue | 656 +++---
src/pages/report/index.vue | 19 +-
src/store/modules/system.js | 1 +
9 files changed, 1910 insertions(+), 1672 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 4e63065..d171da0 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -2,7 +2,7 @@
+ v-show="!showIt && showBusiness && !submited" />
@@ -44,7 +44,8 @@ export default {
data () {
return {
showIt: true,
- showSelect: false
+ showSelect: false,
+ submited: false
}
},
methods: {
@@ -56,7 +57,7 @@ export default {
watch: {
showIt: {
handler (newVal) {
- console.log("🚀 ~ file: App.vue:58 ~ handler ~ newVal:", newVal, this.businessKey, sessionStorage.getItem('submited'))
+ this.submited = sessionStorage.getItem('submited')
if (!newVal && !this.businessKey && !sessionStorage.getItem('submited')) {
this.setShowBusiness(true)
} else {
diff --git a/src/components/case/index.vue b/src/components/case/index.vue
index b2872b8..34d7434 100644
--- a/src/components/case/index.vue
+++ b/src/components/case/index.vue
@@ -368,7 +368,6 @@ export default {
if (sessionStorage.getItem('projectId')) {
projectId = sessionStorage.getItem('projectId')
}
- console.log('mounted', projectId)
let assessmentId = sessionStorage.getItem('assessmentId') || this.getQueryVariable('assessmentId')
let competitionId = sessionStorage.getItem('competitionId') || this.getQueryVariable('competitionId')
let stageId = sessionStorage.getItem('stageId') || this.getQueryVariable('stageId')
@@ -415,7 +414,6 @@ export default {
this.getData()
}
}
- console.log(2222, this.showIt)
},
methods: {
...mapMutations({
@@ -516,8 +514,6 @@ export default {
}
}
- console.log('---this.topicList')
- console.log(this.topicList)
if (this.topicList.length > 0) {
const storeProjectId = sessionStorage.getItem('storeProjectId') || this.$route.query.projectId
if (storeProjectId) {
@@ -758,7 +754,6 @@ export default {
}
this.loading = true;
submit(params).then((data) => {
- console.log(4, data)
if (data.status == 200) {
sessionStorage.setItem('firstLoad2', true)
// this.clearStore()
diff --git a/src/components/selectBusiness/index.vue b/src/components/selectBusiness/index.vue
index 9105309..c0e0169 100644
--- a/src/components/selectBusiness/index.vue
+++ b/src/components/selectBusiness/index.vue
@@ -146,6 +146,7 @@ export default {
sessionStorage.setItem('cid', cid)
sessionStorage.setItem('systemId', systemId)
sessionStorage.setItem('projectId', projectId)
+ sessionStorage.setItem('firstLoad2', true)
sessionStorage.removeItem('submited')
if (assessmentId) {
sessionStorage.setItem('assessmentId', assessmentId)
diff --git a/src/pages/index/list/index.vue b/src/pages/index/list/index.vue
index a138002..5b84ee6 100644
--- a/src/pages/index/list/index.vue
+++ b/src/pages/index/list/index.vue
@@ -101,7 +101,7 @@ export default {
}, 1000);
}
- if (!this.businessKey) {
+ if (!this.businessKey && this.$route.path !== '/index/report' && !sessionStorage.getItem('submited')) {
this.setShowBusiness(true)
}
// 已经提交,则显示面板
diff --git a/src/pages/manage/list/personal/currentAccount/openAccount.vue b/src/pages/manage/list/personal/currentAccount/openAccount.vue
index 06c13d1..c5daedc 100644
--- a/src/pages/manage/list/personal/currentAccount/openAccount.vue
+++ b/src/pages/manage/list/personal/currentAccount/openAccount.vue
@@ -1,244 +1,405 @@
/* 个人业务>活期业务>开户 */
-
-
-
-
-
-
-
- checkHanzi(val, form, 'userNumber')" ref="userNumber">
-
-
-
- CNY人民币
-
-
-
-
-
- checkName(val, form, 'userName')" ref="userName">
-
-
-
-
-
-
+
+
+
+
+
+
+
+ checkHanzi(val, form, 'userNumber')"
+ ref="userNumber">
+
+
+
+ CNY人民币
+
+
+
+
+
+ checkName(val, form, 'userName')"
+ ref="userName">
+
+
+
+
+
+
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- inputListen(val, form, 'cardNumber')">
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inputListen(val, form, 'cardNumber')">
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- inputListen(val, form, 'cardNumber2')">
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inputListen(val, form, 'cardNumber2')">
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- inputListen(val, form, 'cardNumber3')">
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inputListen(val, form, 'cardNumber3')">
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
提交
-
-
提交
-
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/report/index.vue b/src/pages/report/index.vue
index 05736b2..173f5cc 100644
--- a/src/pages/report/index.vue
+++ b/src/pages/report/index.vue
@@ -125,8 +125,7 @@
label="判分点"
width="200"
align="center">
-
@@ -156,6 +155,22 @@
v-html="scope.row.referenceAnswer">
+
+
+
+
+
+ {{index+1}}. {{item.userAnswer}}
+
+
+ {{index+1}}. 未填写
+
+
+
+
+