业务统计
This commit is contained in:
@ -18,14 +18,20 @@ import { ParterChannelSalesListComponent } from './channel-sales/components/list
|
||||
import { ParterLevelConfigEditComponent } from './level-config/components/edit/edit.component';
|
||||
import { ParterLevelConfigListComponent } from './level-config/components/list/list.component';
|
||||
import { ParterRebateManageMentParticularsComponent } from './rebate-management/components/list/particulars.component';
|
||||
import { PartnerSalePartnerDetailComponent } from './business-statistics/components/sale-partner-detail/sale-partner-detail.component';
|
||||
import { PartnerPartnerCustomOrderDetailComponent } from './business-statistics/components/partner-custom-order-detail/partner-custom-order-detail.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
path: 'business-statistics', children: [
|
||||
path: 'business-statistics',
|
||||
children: [
|
||||
{ path: '', redirectTo: 'index' },
|
||||
{ path: 'index', component: PartnerBusinessStatisticsIndexComponent },
|
||||
{ path: 'sale-custom/detail/:id', component: PartnerSaleCustomDetailComponent },
|
||||
{ path: 'partner-custom/detail/:id', component: PartnerPartnerCustomDetailComponent },
|
||||
{ path: 'partner/order-detail/:id', component: PartnerPartnerCustomOrderDetailComponent },
|
||||
{ path: 'partner/custom-detail/:id', component: PartnerPartnerCustomDetailComponent },
|
||||
{ path: 'partner/custom-order-detail/:id', component: PartnerPartnerCustomOrderDetailComponent },
|
||||
{ path: 'sale/custom-detail/:id', component: PartnerSaleCustomDetailComponent },
|
||||
{ path: 'sale/partner-detail/:id', component: PartnerSalePartnerDetailComponent },
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -49,9 +55,7 @@ const routes: Routes = [
|
||||
children: [
|
||||
{ path: 'particulars', component: ParterRebateManageMentParticularsComponent },
|
||||
]
|
||||
},
|
||||
|
||||
];
|
||||
}];
|
||||
@NgModule({
|
||||
imports: [RouterModule.forChild(routes)],
|
||||
exports: [RouterModule]
|
||||
|
||||
Reference in New Issue
Block a user