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 @@ @@ -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 }}
  • +
      +
    • {{ 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 @@ @@ -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