|
|
@@ -34,6 +34,7 @@ import {
|
|
|
PerformInventoryTasks,
|
|
|
InventoryDataProcessing,
|
|
|
AssetLabelPrint,
|
|
|
+ InventoryAssetInstanceSearch
|
|
|
} from 'client-eam-v3/dist/client-eam-v3.js';
|
|
|
|
|
|
|
|
|
@@ -259,6 +260,7 @@ const routes = [
|
|
|
{
|
|
|
path: '/eam/assetLabelPrint', component: AssetLabelPrint,
|
|
|
},
|
|
|
+ { path: '/eam/inventoryAssetInstanceSearch', component: InventoryAssetInstanceSearch },
|
|
|
];
|
|
|
|
|
|
|