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