edit
This commit is contained in:
@ -25,6 +25,7 @@ import { VoucherSummaryComponent } from './components/voucher-summary/voucher-su
|
||||
import { ReceivableOrderComponent } from './components/receivable-order/receivable-order.component';
|
||||
import { PayableOrderComponent } from './components/payable-order/payable-order.component';
|
||||
import { ReceivableOrderDetailComponent } from './components/receivable-order/receivable-order-detail/receivable-order-detail.component';
|
||||
import { PayableOrderDetailComponent } from './components/payable-order/payable-order-detail/payable-order-detail.component';
|
||||
|
||||
const ROUTESCOMPONENTS = [
|
||||
FreightAccountComponent,
|
||||
@ -51,7 +52,7 @@ const ROUTESCOMPONENTS = [
|
||||
const NOTROUTECOMPONENTS = [DriverAccountDetailComponent, FreightAccountDetailComponent, SettingFinancialComponent, ClearingModalComponent];
|
||||
|
||||
@NgModule({
|
||||
declarations: [...ROUTESCOMPONENTS, ...NOTROUTECOMPONENTS],
|
||||
declarations: [...ROUTESCOMPONENTS, ...NOTROUTECOMPONENTS, PayableOrderDetailComponent],
|
||||
imports: [CommonModule, FinancialManagementRoutingModule, SharedModule]
|
||||
})
|
||||
export class FinancialManagementModule {}
|
||||
|
||||
Reference in New Issue
Block a user