From 5ccfd2aa1f7b44b2ef1af045743f1c181eaebf2d Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Thu, 23 May 2024 16:21:02 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8E=88=E4=BF=A1=E7=94=B3=E8=AF=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/counter/list/index.vue | 9 +-
.../apply/creditApplication/index.vue | 445 ++++++++++++++++++
.../basic.vue} | 123 ++---
.../apply/creditEvaluation/importReport.vue | 89 ++++
.../apply/{ => creditEvaluation}/preLoan.vue | 87 ++--
.../apply/{ => creditEvaluation}/rating.vue | 76 ++-
.../corporateLoans/apply/importReport.vue | 82 ----
.../list/corporateLoans/apply/index.vue | 316 +++++++------
.../manage/list/corporateLoans/detail.vue | 266 ++++-------
src/styles/common.scss | 7 +
10 files changed, 908 insertions(+), 592 deletions(-)
create mode 100644 src/pages/manage/list/corporateLoans/apply/creditApplication/index.vue
rename src/pages/manage/list/corporateLoans/apply/{creditEvaluation.vue => creditEvaluation/basic.vue} (76%)
create mode 100644 src/pages/manage/list/corporateLoans/apply/creditEvaluation/importReport.vue
rename src/pages/manage/list/corporateLoans/apply/{ => creditEvaluation}/preLoan.vue (82%)
rename src/pages/manage/list/corporateLoans/apply/{ => creditEvaluation}/rating.vue (83%)
delete mode 100644 src/pages/manage/list/corporateLoans/apply/importReport.vue
diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue
index 59d4440..3d0e58d 100644
--- a/src/pages/counter/list/index.vue
+++ b/src/pages/counter/list/index.vue
@@ -3231,7 +3231,7 @@ export default {
position: absolute;
top: 0;
left: 50%;
- transform: translate(-50%, 0);
+ transform: translateX(-50%);
z-index: 900;
max-height: calc(100vh - 100px);
overflow: auto;
@@ -3245,11 +3245,10 @@ export default {
.fullScreenSystem {
width: 100vw;
+ max-height: none;
height: 200vh;
- margin-top: 0;
- top: 0%;
- // left: 50%;
- // transform: translate(-50%, 0);
+ left: 0;
+ transform: translateX(0);
}
/deep/ .view .el-dialog__body {
diff --git a/src/pages/manage/list/corporateLoans/apply/creditApplication/index.vue b/src/pages/manage/list/corporateLoans/apply/creditApplication/index.vue
new file mode 100644
index 0000000..7803148
--- /dev/null
+++ b/src/pages/manage/list/corporateLoans/apply/creditApplication/index.vue
@@ -0,0 +1,445 @@
+
+
+
+
+
+
+ 申请人个人信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 未婚
+ 已婚
+ 离异
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+ 购置
+ 按揭中
+
+
+
+
+
+ 还款来源
+
+
+
+
+
*
+
自行筹款,到期还款
+
+
+ 其他:
+
+
+
+
+
+
+
+
+ 用途
+
+
+
+
+
*
+
+
+
+
+
+
+
+ 其他:
+
+
+
+
+
+
+
+
+ 申请人特别说明(选填)
+
+
+
+
+
+
+ 附件 请上传
+
+
+
+
+ 上传法人身份证
+
+
+ 上传抵押物房产证
+
+
+
+
+
+
+
+
+ 提交
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/manage/list/corporateLoans/apply/creditEvaluation.vue b/src/pages/manage/list/corporateLoans/apply/creditEvaluation/basic.vue
similarity index 76%
rename from src/pages/manage/list/corporateLoans/apply/creditEvaluation.vue
rename to src/pages/manage/list/corporateLoans/apply/creditEvaluation/basic.vue
index 1b662c5..2d5dd56 100644
--- a/src/pages/manage/list/corporateLoans/apply/creditEvaluation.vue
+++ b/src/pages/manage/list/corporateLoans/apply/creditEvaluation/basic.vue
@@ -1,119 +1,82 @@
-
-
+
+
客户信息
-
-
+
+
-
-
-
+
+
+
-
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
+
-
+
-
+
@@ -121,6 +84,10 @@
+
+ 返回
+ 下一步
+
@@ -386,6 +353,9 @@ export default {
}
autoPlay2(parentId, this.form, this.myTable2, this.myTable, cards, callback)
},
+ next () {
+ this.$emit('updateStep', 1)
+ },
submitForm () {
},
@@ -432,12 +402,13 @@ export default {
\ No newline at end of file
diff --git a/src/pages/manage/list/corporateLoans/apply/creditEvaluation/importReport.vue b/src/pages/manage/list/corporateLoans/apply/creditEvaluation/importReport.vue
new file mode 100644
index 0000000..ff36505
--- /dev/null
+++ b/src/pages/manage/list/corporateLoans/apply/creditEvaluation/importReport.vue
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+ 点击导入资产负债表
+
+
+
+
+
+
+
+
+ 点击导入损益表
+
+
+
+
+
+
+
+
+ 点击导入现金流量表
+
+
+
+
+
+
+
+
+ 上一步
+ 下一步
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/manage/list/corporateLoans/apply/preLoan.vue b/src/pages/manage/list/corporateLoans/apply/creditEvaluation/preLoan.vue
similarity index 82%
rename from src/pages/manage/list/corporateLoans/apply/preLoan.vue
rename to src/pages/manage/list/corporateLoans/apply/creditEvaluation/preLoan.vue
index ba6bd3c..91f5920 100644
--- a/src/pages/manage/list/corporateLoans/apply/preLoan.vue
+++ b/src/pages/manage/list/corporateLoans/apply/creditEvaluation/preLoan.vue
@@ -1,84 +1,63 @@
-
-
+
+
贷前调查
-
-
+
+
-
-
-
+
+
+
-
+
-
+
-
-
-
+
+
+
-
-
+
+
-
+
-
+
-
+
-
-
-
+
+
+
-
-
+
+
+
+ 上一步
+ 下一步
+
\ No newline at end of file
diff --git a/src/pages/manage/list/corporateLoans/apply/rating.vue b/src/pages/manage/list/corporateLoans/apply/creditEvaluation/rating.vue
similarity index 83%
rename from src/pages/manage/list/corporateLoans/apply/rating.vue
rename to src/pages/manage/list/corporateLoans/apply/creditEvaluation/rating.vue
index 0742c67..3df2b00 100644
--- a/src/pages/manage/list/corporateLoans/apply/rating.vue
+++ b/src/pages/manage/list/corporateLoans/apply/creditEvaluation/rating.vue
@@ -1,76 +1,58 @@
-
-
+
+
等级评定
-
-
+
+
-
-
-
+
+
+
-
+
-
+
-
-
-
+
+
+
-
-
+
+
-
+
-
+
-
+
-
-
+
+
+
+ 上一步
+ 提交
+
\ No newline at end of file
diff --git a/src/pages/manage/list/corporateLoans/apply/importReport.vue b/src/pages/manage/list/corporateLoans/apply/importReport.vue
deleted file mode 100644
index 3997c6d..0000000
--- a/src/pages/manage/list/corporateLoans/apply/importReport.vue
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
-
- 点击导入资产负债表
-
-
-
-
-
-
-
-
- 点击导入损益表
-
-
-
-
-
-
-
-
- 点击导入现金流量表
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/pages/manage/list/corporateLoans/apply/index.vue b/src/pages/manage/list/corporateLoans/apply/index.vue
index ccc1bf9..259f3ad 100644
--- a/src/pages/manage/list/corporateLoans/apply/index.vue
+++ b/src/pages/manage/list/corporateLoans/apply/index.vue
@@ -3,10 +3,7 @@
-
-
- - {{ step }}
+
-
-
-
返回
-
上一步
-
{{ curStep < 3 ? '下一步' : '提交' }}
+
+
+
+
+
+
+
diff --git a/src/pages/manage/list/corporateLoans/detail.vue b/src/pages/manage/list/corporateLoans/detail.vue
index c7519e3..eaee442 100644
--- a/src/pages/manage/list/corporateLoans/detail.vue
+++ b/src/pages/manage/list/corporateLoans/detail.vue
@@ -2,77 +2,46 @@
-
-
+
+
信用评估
-
-
- checkName(val, form, 'customerName')">
+
+
+ checkName(val, form, 'customerName')">
-
- checkName(val, form, 'customerName')">
+
+ checkName(val, form, 'customerName')">
-
- checkName(val, form, 'customerName')">
+
+ checkName(val, form, 'customerName')">
-
- checkName(val, form, 'customerName')">
+
+ checkName(val, form, 'customerName')">
-
-
- checkName(val, form, 'customerName')">
+
+
+ checkName(val, form, 'customerName')">
-
- mailBoxListen(val, form, 'mailbox')"
- maxlength="30"
- ref="mailbox">
+
+ mailBoxListen(val, form, 'mailbox')" maxlength="30"
+ ref="mailbox">
-
- checkName(val, form, 'customerName')">
+
+ checkName(val, form, 'customerName')">
-
- checkName(val, form, 'customerName')">
+
+ checkName(val, form, 'customerName')">
@@ -80,13 +49,10 @@
授信
-
-
- checkName(val, form, 'customerName')">
+
+
+ checkName(val, form, 'customerName')">
@@ -94,30 +60,20 @@
贷款申请
-
-
-
+
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
@@ -125,101 +81,61 @@
贷款合同录入
-
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
- 下一步
+
+ 下一步
@@ -572,18 +488,20 @@ export default {
\ No newline at end of file
diff --git a/src/styles/common.scss b/src/styles/common.scss
index 6388cfc..4d9f530 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -289,4 +289,11 @@
}
}
}
+}
+
+.req {
+ margin-right: 10px;
+ font-size: 14px;
+ font-weight: 600;
+ color: #f00;
}
\ No newline at end of file