diff --git a/apis/clientDetailApi.js b/apis/clientDetailApi.js index 7969932..61ed549 100644 --- a/apis/clientDetailApi.js +++ b/apis/clientDetailApi.js @@ -9,4 +9,27 @@ export function getBaseInfo(data) { } ) } - +// 设备信息 +export function getDeviceInfo(data) { + return http.get( + { + url: '/yyt-uec/get/customer/detail/device-info', + data + }, + { + hideLoading: true + } + ) +} +// 原纸交易 +export function getBasePaperDeals(data) { + return http.get( + { + url: '/base-paper-trading/get/customer/order/list/page', + data + }, + { + hideLoading: true + } + ) +} \ 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 1088020..73e84ec 100644 --- a/pages/client-detail/base-paper-deals.vue +++ b/pages/client-detail/base-paper-deals.vue @@ -3,58 +3,36 @@ - - 交易金额 - - - 458 682.00 - + 交易金额 + 458 682.00 - - 总交易量(吨) - - - 125.7752 - + 总交易量(吨) + 125.7752 - - XJ 202112235389 - - - ¥ 22045.78 - + XJ 202112235389 + ¥ 22045.78 - - 金蝶蓝白卡 - - - 白卡纸/金蝶蓝/350g/787*1092/2200张 - + 金蝶蓝白卡 + 白卡纸/金蝶蓝/350g/787*1092/2200张 - - 丽盈白卡 - - - 白卡纸/丽盈/350g/787*1092/2200张 - + 丽盈白卡 + 白卡纸/丽盈/350g/787*1092/2200张 - - 2021-12-23 12:30:45 - + 2021-12-23 12:30:45 更多详情 @@ -68,6 +46,8 @@ @@ -102,13 +134,13 @@ export default { background-size: 100%; .title { font-size: 26rpx; - color: #FFFFFF; + color: #ffffff; letter-spacing: 0; font-weight: 500; } .value { font-size: 56rpx; - color: #FFFFFF; + color: #ffffff; letter-spacing: 0; text-align: left; font-weight: 500; @@ -122,8 +154,8 @@ export default { justify-content: space-between; align-items: center; height: 88rpx; - background: #FFFFFF; - border-bottom: 2rpx solid #DDDDDD; + background: #ffffff; + border-bottom: 2rpx solid #dddddd; padding: 0rpx 32rpx; .left-title { font-size: 30rpx; @@ -133,7 +165,7 @@ export default { } .right-title { font-size: 30rpx; - color: #FF5368; + color: #ff5368; letter-spacing: 0; text-align: right; font-weight: 500; @@ -144,8 +176,8 @@ export default { flex-direction: row; align-items: center; height: 148rpx; - background: #FFFFFF; - border-bottom: 2rpx solid #DDDDDD; + background: #ffffff; + border-bottom: 2rpx solid #dddddd; padding: 0rpx 32rpx; .image { width: 100rpx; @@ -175,7 +207,7 @@ export default { justify-content: space-between; align-items: center; height: 80rpx; - background: #FFFFFF; + background: #ffffff; padding: 0rpx 32rpx; .time { font-size: 26rpx; @@ -186,7 +218,7 @@ export default { } .btn { font-size: 28rpx; - color: #007AFF; + color: #007aff; letter-spacing: 0; text-align: center; font-weight: 500; diff --git a/pages/client-detail/equipment-information.vue b/pages/client-detail/equipment-information.vue index e5e9e2b..4e4335f 100644 --- a/pages/client-detail/equipment-information.vue +++ b/pages/client-detail/equipment-information.vue @@ -1,90 +1,90 @@