edit
This commit is contained in:
@ -8,7 +8,6 @@ import { SharedModule } from '@shared';
|
||||
import { FinancialManagementRoutingModule } from './financial-managemen-routing.module';
|
||||
import { FreightAccountDetailComponent } from './components/freight-account/freight-account-detail/freight-account-detail.component';
|
||||
import { DriverAccountDetailComponent } from './components/driver-account/driver-account-detail/driver-account-detail.component';
|
||||
import { SettingFinancialComponent } from './components/main-account/setting-financial/setting-financial.component';
|
||||
import { WithdrawalsDetailComponent } from './components/withdrawals-record/withdrawals-detail/withdrawals-detail.component';
|
||||
import { CostManagementComponent } from './components/cost-management/cost-management.component';
|
||||
import { AbnormalGoldComponent } from './components/abnormal-gold/abnormal-gold.component';
|
||||
@ -31,6 +30,8 @@ import { SummaryDetailComponent } from './components/voucher-summary/summary-det
|
||||
import { PaymentOrderDetailComponent } from './components/payment-order/payment-order-detail/payment-order-detail.component';
|
||||
import { VoucherListComponent } from './components/voucher-summary/voucher-list/voucher-list.component';
|
||||
import { ReceiptOrderDetailComponent } from './components/receipt-order/receipt-order-detail/receipt-order-detail.component';
|
||||
import { PlatformAccountComponent } from './components/platform-account/platform-account.component';
|
||||
import { SettingFinancialComponent } from './components/platform-account/setting-financial/setting-financial.component';
|
||||
|
||||
const ROUTESCOMPONENTS = [
|
||||
FreightAccountComponent,
|
||||
@ -54,13 +55,17 @@ const ROUTESCOMPONENTS = [
|
||||
ReceivableOrderComponent,
|
||||
PayableOrderComponent,
|
||||
ReceivableOrderDetailComponent,
|
||||
PayableOrderDetailComponent
|
||||
PayableOrderDetailComponent,
|
||||
PlatformAccountComponent,
|
||||
PaymentOrderDetailComponent,
|
||||
VoucherListComponent,
|
||||
ReceiptOrderDetailComponent
|
||||
];
|
||||
|
||||
const NOTROUTECOMPONENTS = [DriverAccountDetailComponent, FreightAccountDetailComponent, SettingFinancialComponent, ClearingModalComponent];
|
||||
|
||||
@NgModule({
|
||||
declarations: [...ROUTESCOMPONENTS, ...NOTROUTECOMPONENTS, PaymentOrderDetailComponent, VoucherListComponent, ReceiptOrderDetailComponent],
|
||||
declarations: [...ROUTESCOMPONENTS, ...NOTROUTECOMPONENTS],
|
||||
imports: [CommonModule, FinancialManagementRoutingModule, SharedModule]
|
||||
})
|
||||
export class FinancialManagementModule {}
|
||||
|
||||
Reference in New Issue
Block a user