edit
This commit is contained in:
@ -28,6 +28,7 @@ import { ReceivableOrderDetailComponent } from './components/receivable-order/re
|
||||
import { PayableOrderDetailComponent } from './components/payable-order/payable-order-detail/payable-order-detail.component';
|
||||
import { VoucherDetailComponent } from './components/voucher-management/voucher-detail/voucher-detail.component';
|
||||
import { SummaryDetailComponent } from './components/voucher-summary/summary-detail/summary-detail.component';
|
||||
import { PaymentOrderDetailComponent } from './components/payment-order/payment-order-detail/payment-order-detail.component';
|
||||
|
||||
const ROUTESCOMPONENTS = [
|
||||
FreightAccountComponent,
|
||||
@ -57,7 +58,7 @@ const ROUTESCOMPONENTS = [
|
||||
const NOTROUTECOMPONENTS = [DriverAccountDetailComponent, FreightAccountDetailComponent, SettingFinancialComponent, ClearingModalComponent];
|
||||
|
||||
@NgModule({
|
||||
declarations: [...ROUTESCOMPONENTS, ...NOTROUTECOMPONENTS],
|
||||
declarations: [...ROUTESCOMPONENTS, ...NOTROUTECOMPONENTS, PaymentOrderDetailComponent],
|
||||
imports: [CommonModule, FinancialManagementRoutingModule, SharedModule]
|
||||
})
|
||||
export class FinancialManagementModule {}
|
||||
|
||||
Reference in New Issue
Block a user