From 891ab0da787b34aad29778c5669ca7c4edc5f71b Mon Sep 17 00:00:00 2001 From: buffeyu Date: Wed, 12 Jan 2022 17:09:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=9F=E8=BF=9B=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/clientDetailApi.js | 9 ++ pages/client-detail/base-paper-deals.vue | 39 +++++-- pages/client-detail/basic-information.vue | 70 ++++++------ pages/client-detail/equipment-information.vue | 105 +++++++++++++++++- 4 files changed, 170 insertions(+), 53 deletions(-) diff --git a/apis/clientDetailApi.js b/apis/clientDetailApi.js index 61ed549..6b466f3 100644 --- a/apis/clientDetailApi.js +++ b/apis/clientDetailApi.js @@ -32,4 +32,13 @@ export function getBasePaperDeals(data) { hideLoading: true } ) +} +// 原纸交易顶部统计数据 +export function getOrderVolumeStatistics(data) { + return http.get( + { + url: '/base-paper-trading/get/supplier/order-volume-statistics', + data + } + ) } \ No newline at end of file diff --git a/pages/client-detail/base-paper-deals.vue b/pages/client-detail/base-paper-deals.vue index 9500490..fefcc4e 100644 --- a/pages/client-detail/base-paper-deals.vue +++ b/pages/client-detail/base-paper-deals.vue @@ -4,11 +4,11 @@ 交易金额 - 458 682.00 + {{topInfo.tradingVolume}} 总交易量(吨) - 125.7752 + {{topInfo.volumeOfBusiness}} @@ -17,11 +17,12 @@ {{item.customerEnterpriseName}} ¥ {{item.totalOfferPrice}} - - + + + - 金蝶蓝白卡 - 白卡纸/金蝶蓝/350g/787*1092/2200张 + {{subItem.productName}} + {{subItem.brandName}}/{{subItem.categoryName}}/{{subItem.gramWeight}}g/{{subItem.length}}*{{subItem.width}}/{{subItem.pieceQuantity}}张 - 2021-12-23 12:30:45 + {{item.createTime}} 更多详情 @@ -46,7 +47,7 @@