fix bug
This commit is contained in:
@ -93,6 +93,15 @@ export class DataService extends BaseService {
|
||||
// 业务员-合规报表
|
||||
$api_listPartComplianceReportPage = `/api/sdc/report/listPartComplianceReportPage`;
|
||||
|
||||
// 数据报表-订单类型比例
|
||||
$api_getBillTypeProportion = `/api/sdc/reportData/getBillTypeProportion`;
|
||||
// 数据报表-运单直付比例
|
||||
$api_getWayBillDirectProportion = `/api/sdc/reportData/getWayBillDirectProportion`;
|
||||
// 数据报表-统计订单金额-趋势
|
||||
$api_getBillAmount = `/api/sdc/reportData/getBillAmount`;
|
||||
// // 数据报表-统计订单金额-趋势
|
||||
// $api_getBillAmount = `/api/sdc/reportData/getBillAmount`;
|
||||
|
||||
|
||||
|
||||
constructor(public injector: Injector) {
|
||||
|
||||
Reference in New Issue
Block a user