merge 1.0.0

This commit is contained in:
Taric Xin
2022-04-20 15:46:26 +08:00
parent eb47cc7c5d
commit 0710e2cca2
5 changed files with 309 additions and 154 deletions

View File

@ -100,7 +100,15 @@ export class DataService extends BaseService {
// 数据报表-统计订单金额-趋势
$api_getBillAmount = `/api/sdc/reportData/getBillAmount`;
// // 数据报表-统计订单金额-趋势
// $api_getBillAmount = `/api/sdc/reportData/getBillAmount`;
$api_get_bill_payment_amount = `/api/sdc/reportData/getBillPaymentAmount`;
// 客户预存款总额
$api_total_advance_deposit = `/api/sdc/reportData/getTotalAdvanceDeposit`;
// 业绩量总额
$api_total_performance_volume = `/api/sdc/reportData/getTotalPerformanceVolume`;
// 运费总额
$api_total_freight = `/api/sdc/reportData/getTotalFreight`;
// 附加费总额
$api_total_surcharge = `/api/sdc/reportData/getTotalSurcharge`;