merge 1.0.0
This commit is contained in:
@ -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`;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user