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 @@ 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