|
|
|
@ -32,6 +32,7 @@ import { MoreActionModalComponent } from './more-action-modal/more-action-modal.
|
|
|
|
import { WorkListReplacementItgComponent } from './work-list-replacement-itg/work-list-replacement-itg.component';
|
|
|
|
import { WorkListReplacementItgComponent } from './work-list-replacement-itg/work-list-replacement-itg.component';
|
|
|
|
import { MoItemHistoryComponent } from './mo-item-history/mo-item-history.component';
|
|
|
|
import { MoItemHistoryComponent } from './mo-item-history/mo-item-history.component';
|
|
|
|
import { WorklistMainIcComponent } from './worklist-main-ic/worklist-main-ic.component';
|
|
|
|
import { WorklistMainIcComponent } from './worklist-main-ic/worklist-main-ic.component';
|
|
|
|
|
|
|
|
import { WorklistSettingComponent } from './worklist-setting/worklist-setting.component';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const routes: Routes = [
|
|
|
|
const routes: Routes = [
|
|
|
|
@ -123,6 +124,10 @@ const routes: Routes = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: 'item-creation-IC',
|
|
|
|
path: 'item-creation-IC',
|
|
|
|
component: WorklistMainIcComponent
|
|
|
|
component: WorklistMainIcComponent
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: 'worklist-settings',
|
|
|
|
|
|
|
|
component: WorklistSettingComponent
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|