diff --git a/apis/clientDetailApi.js b/apis/clientDetailApi.js
new file mode 100644
index 0000000..7969932
--- /dev/null
+++ b/apis/clientDetailApi.js
@@ -0,0 +1,12 @@
+import http from '../utils/http/index.js'
+
+// 纸掌柜--客户详情--基础信息
+export function getBaseInfo(data) {
+ return http.get(
+ {
+ url: '/yyt-uec/get/customer/detail/base-info',
+ data
+ }
+ )
+}
+
diff --git a/common/css/reset.scss b/common/css/reset.scss
index 67d551f..5a8a843 100644
--- a/common/css/reset.scss
+++ b/common/css/reset.scss
@@ -44,4 +44,13 @@ button::after {
height: 0;
clear: both;
visibility: hidden;
+}
+// 两行省略号
+.u-line-2 {
+ -webkit-line-clamp: 2;
+ overflow: hidden;
+ word-break: break-all;
+ text-overflow: ellipsis;
+ display: -webkit-box; // 弹性伸缩盒
+ -webkit-box-orient: vertical; // 设置伸缩盒子元素排列方式
}
\ No newline at end of file
diff --git a/pages.json b/pages.json
index d89f894..70c1559 100644
--- a/pages.json
+++ b/pages.json
@@ -69,51 +69,6 @@
"navigationStyle": "custom"
}
}
- ,{
- "path" : "pages/client-detail/basic-information",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/client-detail/equipment-information",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/client-detail/base-paper-deals",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/client-detail/waste-paper-trading",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "components/u-gap/u-gap",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
],
"globalStyle": {
"navigationBarTextStyle": "black",
diff --git a/pages/client-detail/basic-information.vue b/pages/client-detail/basic-information.vue
index f066cba..db9e96e 100644
--- a/pages/client-detail/basic-information.vue
+++ b/pages/client-detail/basic-information.vue
@@ -1,238 +1,540 @@
-
-
-
-
-
-
-
- 广州市金骏彩色印务有限公司
-
-
-
-
- 主营:生产画册、书刊、包装盒、手提袋子、手机钢化膜盒子、蛋糕盒等。
+
+
+
+
+
+
+
+
+ {{info.name}}
+
+
+
+ 主营:{{ info.mainBusiness }}
+
-
-
-
+
- 法定代表人
+ 法定代表人
+ {{ info.legalPersonName }}
+
+
+ 注册资本
+ {{ info.registeredCapital }}万
-
- 曹孟德
+
+ 成立时间
+ {{ transformDate(info.foundDate) }}
-
-
- 注册资本
+
+
+ {{ info.locProvinceName }}{{ info.locCityName }} {{ info.locDetail }}
+
+
+
+
+
+
+
+
+
+
+
+ 社会统一
+
+ 信用代码:
+
+
+ {{info.uniformSocialCreditCode}}
+
+
+ 营业执照:
+ 点击查看
-
- 1727.2万
+
+ 所属行业:
+ {{info.belongIndustry}}
+
+
+ 登记状态:
+ {{info.registrationStatus}}
-
-
- 成立时间
+
+
+
+
+
+
+
+
+
+ 产房面积:
+ {{info.plantArea}}m²
+
+
+ 年营业额:
+ {{info.annualTurnover}}万
+
-
- 2021/12/22
+
+
+ 产房照片:
+ 点击查看
+
+
+ 租赁合同:
+ 点击查看
+
+
+
+ {{info.factoryAddress}}
+
-
-
- 广东省广州市天河区车陂街道联合社区西区8栋8408
+
+
+
+
+
+
+
+
+
+
+ 买卖合同纠纷案件执行首次执行裁定书
+
+
+
+ 案件:
+ 金融借款合同纠纷
+
+
+ 案号:
+ (2019)鲁0911执1608号
+
+
+ 裁判日期:
+ 2019/12/09
+
+
+
+
+
+
+ 查看更多
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编号 44012020013906
+
+ 有效
+
+
+ 抵押人:
+ 金融借款合同纠纷
+
+
+ 抵押权人:
+ (2019)鲁0911执1608号
+
+
+ 债务期限:
+ 2020/01/24~2023/01/24
+
+
+ 债务数额:
+ 243.95万人民币
+
+
+
-
+
+
+
+
+
+
+ 立案日期:
+ 2021/07/21
+
+
+ 案号:
+ (2019)鲁0911执1608号
+
+
+ 执行标准:
+ 24563345元
+
+
+ 执行法院:
+ 太原市杏花岭区人民法院
+
+
+
+
+
+
diff --git a/pages/client-detail/custom-header.vue b/pages/client-detail/custom-header.vue
index e91175a..687c3c9 100644
--- a/pages/client-detail/custom-header.vue
+++ b/pages/client-detail/custom-header.vue
@@ -1,45 +1,42 @@
-
+
diff --git a/pages/client-detail/index.vue b/pages/client-detail/index.vue
index 7484083..ecb4a44 100644
--- a/pages/client-detail/index.vue
+++ b/pages/client-detail/index.vue
@@ -1,80 +1,82 @@
-
-
-
- 客户授信
-
-
+
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
diff --git a/static/imgs/client-detail/address-icon.png b/static/imgs/client-detail/address-icon.png
new file mode 100644
index 0000000..5184a40
Binary files /dev/null and b/static/imgs/client-detail/address-icon.png differ
diff --git a/static/imgs/client-detail/arrow-down-icon.png b/static/imgs/client-detail/arrow-down-icon.png
new file mode 100644
index 0000000..dc82fe4
Binary files /dev/null and b/static/imgs/client-detail/arrow-down-icon.png differ
diff --git a/static/imgs/client-detail/arrow-up-icon.png b/static/imgs/client-detail/arrow-up-icon.png
new file mode 100644
index 0000000..fe9a53c
Binary files /dev/null and b/static/imgs/client-detail/arrow-up-icon.png differ