From 8b768a0671254db698a0cc2fdee09d4783ca16b6 Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Thu, 23 May 2024 18:47:57 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8E=88=E4=BF=A1=E7=94=B3=E8=AF=B7=E3=80=81?=
=?UTF-8?q?=E8=B4=B7=E6=AC=BE=E7=94=B3=E8=AF=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../list/corporateLoans/apply/index.vue | 19 +-
.../apply/loanApplication/step1.vue | 406 ++++++++++++++++++
.../apply/loanApplication/step2.vue | 399 +++++++++++++++++
3 files changed, 814 insertions(+), 10 deletions(-)
create mode 100644 src/pages/manage/list/corporateLoans/apply/loanApplication/step1.vue
create mode 100644 src/pages/manage/list/corporateLoans/apply/loanApplication/step2.vue
diff --git a/src/pages/manage/list/corporateLoans/apply/index.vue b/src/pages/manage/list/corporateLoans/apply/index.vue
index 259f3ad..ffa3ca4 100644
--- a/src/pages/manage/list/corporateLoans/apply/index.vue
+++ b/src/pages/manage/list/corporateLoans/apply/index.vue
@@ -23,6 +23,10 @@
+
+
+
+
@@ -34,6 +38,8 @@ import ImportReport from './creditEvaluation/importReport.vue'
import PreLoan from './creditEvaluation/preLoan.vue'
import Rating from './creditEvaluation/rating.vue'
import CreditApplication from './creditApplication'
+import LoanApplication1 from './loanApplication/step1.vue'
+import LoanApplication2 from './loanApplication/step2.vue'
import MyTitle from '@/components/myTitle'
export default {
name: 'index',
@@ -43,6 +49,8 @@ export default {
PreLoan,
Rating,
CreditApplication,
+ LoanApplication1,
+ LoanApplication2,
MyTitle
},
data () {
@@ -66,6 +74,7 @@ export default {
},
methods: {
handleSelect (val) {
+ this.curStep = 0
this.text = this.textObj[val]
this.activeIndex = val
this.cacheVal = val
@@ -73,16 +82,6 @@ export default {
updateStep (step) {
this.curStep = step
},
- prev () {
- this.curStep--
- },
- next () {
- if (this.curStep < 3) {
- this.curStep++
- } else {
-
- }
- },
},
created () {
if (sessionStorage.getItem('corporateLoansApply')) {
diff --git a/src/pages/manage/list/corporateLoans/apply/loanApplication/step1.vue b/src/pages/manage/list/corporateLoans/apply/loanApplication/step1.vue
new file mode 100644
index 0000000..f0b85f3
--- /dev/null
+++ b/src/pages/manage/list/corporateLoans/apply/loanApplication/step1.vue
@@ -0,0 +1,406 @@
+
+
+
+
+
+
+ 客户信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 授信
+
+
+
+
+
+
+
+
+ 贷款申请
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 下一步
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/manage/list/corporateLoans/apply/loanApplication/step2.vue b/src/pages/manage/list/corporateLoans/apply/loanApplication/step2.vue
new file mode 100644
index 0000000..6ace57b
--- /dev/null
+++ b/src/pages/manage/list/corporateLoans/apply/loanApplication/step2.vue
@@ -0,0 +1,399 @@
+
+
+
+
+
+
+ 客户信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上一步
+ 提交
+
+
+
+
+
+
\ No newline at end of file