|
|
@@ -39,7 +39,7 @@ import ManuallyConfirmCountingData from './components/customer/ManuallyConfirmCo
|
|
|
import PerformInventoryTasks from './components/customer/PerformInventoryTasks.vue';
|
|
|
import InventoryDataProcessing from './components/customer/InventoryDataProcessing.vue';
|
|
|
import AssetLabelPrint from './components/customer/AssetLabelPrint.vue';
|
|
|
-
|
|
|
+import InventoryAssetInstanceSearch from './customer/InventoryAssetInstanceSearch.vue';
|
|
|
|
|
|
export {
|
|
|
langZhCn,
|
|
|
@@ -80,4 +80,5 @@ export {
|
|
|
PerformInventoryTasks,
|
|
|
InventoryDataProcessing,
|
|
|
AssetLabelPrint,
|
|
|
+ InventoryAssetInstanceSearch,
|
|
|
};
|