edit
This commit is contained in:
@ -14,6 +14,8 @@ import { TransactionFlowComponent } from './components/transaction-flow/transact
|
||||
import { CostManagementDetailComponent } from './components/cost-management/cost-management-detail/cost-management-detail.component';
|
||||
import { ExpensesReceivableComponent } from './components/cost-management/expenses-receivable/expenses-receivable.component';
|
||||
import { ExpensesPayableComponent } from './components/cost-management/expenses-payable/expenses-payable.component';
|
||||
import { PaymentOrderComponent } from './components/payment-order/payment-order.component';
|
||||
import { ReceiptOrderComponent } from './components/receipt-order/receipt-order.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{ path: 'freight-account', component: FreightAccountComponent },
|
||||
@ -32,6 +34,8 @@ const routes: Routes = [
|
||||
{ path: 'abnormal-gold', component: AbnormalGoldComponent },
|
||||
{ path: 'payment-record', component: PaymentRecordComponent },
|
||||
{ path: 'transaction-flow', component: TransactionFlowComponent },
|
||||
{ path: 'payment-order', component: PaymentOrderComponent },
|
||||
{ path: 'receipt-order', component: ReceiptOrderComponent },
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user