From dc6c7156291e7f1b09d11ba83f3942c43fa2c84a Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sun, 5 Jan 2025 13:51:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E9=A1=B5=E9=9D=A2=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/api/order.js | 24 ++++ common/api/url.js | 5 + common/custom.scss | 3 + pages/user/bunsStatic.vue | 107 +++++++++++---- pages/user/withdraw.vue | 282 +++++++------------------------------- 5 files changed, 159 insertions(+), 262 deletions(-) diff --git a/common/api/order.js b/common/api/order.js index adf99fb..89d9e99 100644 --- a/common/api/order.js +++ b/common/api/order.js @@ -227,3 +227,27 @@ export const exportWarehouseInTpl = (data = {})=> { export const cusConfirmWsIn = (data = {})=> { return coreRequest(url.cusConfirmWsIn, data, {}) } + + +// 计提明细统计(顶部统计) +export const getMyProfitStat = (data = {})=> { + return coreRequest(url.getMyProfitStat, data, {}, "GET") +} + + +// 计提明细列表 +export const getMyProfitSimpleList = (data = {})=> { + return coreRequest(url.getMyProfitSimpleList, data, {}, "GET") +} + + +// 业务统计(顶部统计) +export const getMyBizStatInfo = (data = {})=> { + return coreRequest(url.getMyBizStatInfo, data, {}, "GET") +} + + +// 业务统计明细(区分国家) +export const getMyBizStatList = (data = {})=> { + return coreRequest(url.getMyBizStatList, data, {}, "GET") +} \ No newline at end of file diff --git a/common/api/url.js b/common/api/url.js index 37795a7..13bc841 100644 --- a/common/api/url.js +++ b/common/api/url.js @@ -68,5 +68,10 @@ export default { getWarehouseInList: `/emis/emisWarehouseIn/listSimple`, // 进仓单列表 exportWarehouseInTpl: `/emis/common/exportWarehouseInTpl`, // 进仓单PDF下载连接 cusConfirmWsIn: `/emis/emisWarehouseIn/cusConfirmWsIn`, // 确认进仓单 + getMyProfitStat: `/emis/emisCommissionProfit/getMyProfitStat`, // 计提明细统计(顶部统计) + getMyProfitSimpleList: `/emis/emisCommissionProfit/getMyProfitSimpleList`, // 计提明细列表 + getMyBizStatInfo: `/emis/emisWaybill/getMyBizStatInfo`, // 业务统计(顶部统计) + getMyBizStatList: `/emis/emisWaybill/getMyBizStatList`, // 业务统计明细(区分国家) + } diff --git a/common/custom.scss b/common/custom.scss index 0ed81e3..6f8f03c 100644 --- a/common/custom.scss +++ b/common/custom.scss @@ -141,6 +141,9 @@ background-color: #fff; border-radius: 0; } +.text-center{ + text-align: center; +} .com-radius { border-radius: 20rpx; } diff --git a/pages/user/bunsStatic.vue b/pages/user/bunsStatic.vue index df0036f..3d75e03 100644 --- a/pages/user/bunsStatic.vue +++ b/pages/user/bunsStatic.vue @@ -5,13 +5,15 @@ 业务统计 - - + + - - 统计 + + {{searchParam._queryDateTypeTitle || '统计'}} - @@ -23,47 +25,67 @@ - + - + - + - + - - - 柬埔寨 + + + {{item.countryName}} - - - + + + {{item.kdTotalNum}} + 票 + + + {{item.kdTotalBillWeight}} + KG + + 快递 - - - + + + {{item.kyTotalNum}} + 票 + + + {{item.kyTotalBillWeight}} + KG + + 空运 - - - - - - - + + + {{item.wlTotalNum}} + 票 + + + {{item.wlTotalBillWeight}} + KG + + 物流 + + + @@ -71,8 +93,8 @@ diff --git a/pages/user/withdraw.vue b/pages/user/withdraw.vue index 2e31fa2..3579ad9 100644 --- a/pages/user/withdraw.vue +++ b/pages/user/withdraw.vue @@ -13,12 +13,12 @@ ¥ - 5 + {{staticInfo.money}} - 待计提 + 预估计提 @@ -28,7 +28,7 @@ ¥ - 118 + {{staticInfo.payedMoney}} @@ -41,117 +41,51 @@ - - - - - - - ({{curOrdTab.item.val}}) - - - - - - - - - {{hasExtSchParam?'已':''}}筛选 - - - - - - - - - - - - - + + + - - + @@ -319,25 +156,4 @@ padding: 22rpx 30rpx; border-bottom: 2rpx solid rgb(214, 215, 217); } - .search-more-panel{ - overflow: hidden; - position: absolute; - left: 0; - right: 0; - height: calc(70vh); - z-index: 200; - } - .smp-body{ - padding: 30rpx; - display: flex; - flex-direction: column; - height: 100%; - background-color: #FFF; - border-radius: 0 0 30rpx 30rpx; - box-sizing: border-box; - } - .smp-content{ - flex: 1; - position: relative; - } \ No newline at end of file