From 7ac8122174883fd18f9d7474b3b50f5a999c364a Mon Sep 17 00:00:00 2001
From: guoxing <1369478551@qq.com>
Date: Mon, 16 Oct 2023 14:35:37 +0800
Subject: [PATCH] 2023-10-16
---
.../src/views/project/projectAdd.vue | 50 +++++++++++++++++--
.../src/views/project/projectInfo.vue | 45 +++++++++++++++--
2 files changed, 86 insertions(+), 9 deletions(-)
diff --git a/supervise-crm-ui/src/views/project/projectAdd.vue b/supervise-crm-ui/src/views/project/projectAdd.vue
index 6d2c9ca7..8e4d1e14 100644
--- a/supervise-crm-ui/src/views/project/projectAdd.vue
+++ b/supervise-crm-ui/src/views/project/projectAdd.vue
@@ -57,6 +57,18 @@
+
+
+ 质押率(%)
+
+
+
+
+
+
+
+
@@ -260,6 +272,34 @@
+
+
+
+ 项目状态
+
+
+
+
+
+
+
+
+
+
+
+ 项目状态说明
+
+
+
+
+
+
+
+
+
@@ -362,6 +402,7 @@
industrySid: "",
typeName: "", // 项目类型
typeSid: "",
+ bankPledgeRate:"", // 质押率
creditLimit: "", // 授信额度
bankName: "", // 贷款行
bankSid: "",
@@ -652,7 +693,7 @@
aRRsid.push(this.ImgSid[i].sid)
}else{
ARRSid.push(this.ImgSid[i].shSid)
- }
+ }
let newSid=ARRSid.concat(aRRsid);
this.formobj.storeHouseProjectDto.shSids=[...new Set(newSid)];
}
@@ -675,8 +716,8 @@
bankSid: "",
bmanagerName: '', // 客户经理
managerSid: "",
- engaDate: "",
- useLimit: "",
+ engaDate: "",
+ useLimit: "",
loanDate: "",
useDate: "",
signingDate: "", // 签约日期
@@ -721,6 +762,7 @@
this.formobj.sid=resp.data.sid
this.formobj.industryName=resp.data.industryName
this.formobj.industrySid=resp.data.industrySid
+ this.formobj.bankPledgeRate=resp.data.bankPledgeRate
this.formobj.typeName=resp.data.typeName
this.formobj.typeSid=resp.data.typeSid
this.formobj.creditLimit=resp.data.creditLimit
@@ -855,7 +897,7 @@
color: #b8b8b8b0;
}
-
+
.ImageX{
width: 150px;
diff --git a/supervise-crm-ui/src/views/project/projectInfo.vue b/supervise-crm-ui/src/views/project/projectInfo.vue
index 72ab297e..1f9539b8 100644
--- a/supervise-crm-ui/src/views/project/projectInfo.vue
+++ b/supervise-crm-ui/src/views/project/projectInfo.vue
@@ -46,6 +46,16 @@
{{temp.typeName}}
+
+
+ 质押率(%)
+
+
+
+
+ {{temp.bankPledgeRate}}
+
+
@@ -122,7 +132,7 @@
- {{temp.signingDate}}
+ {{temp.useLimit}}
@@ -132,11 +142,11 @@
- {{temp.engaDate}}
+ {{temp.useDate}}
-
+
@@ -155,7 +165,7 @@
- {{temp.engaDate}}
+ {{temp.loanDate}}
@@ -217,6 +227,31 @@
+
+
+
+
+ 项目状态
+
+
+
+
+ {{temp.endDate}}
+
+
+
+
+ 项目状态说明
+
+
+
+
+ {{temp.fillInDate}}
+
+
+
+
+
@@ -268,7 +303,7 @@
.catch(e => {
this.$emit('doback')
})
-
+
req.selectStoreHouseSid(sid).then((res) => {
if (res.success) {
this.temps=res.data