فهرست منبع

1.0.69 引入物料搜索

liuyanpeng 2 سال پیش
والد
کامیت
7edd01f85d
2فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 1 1
      package.json
  2. 2 0
      src/routes/route-eam-v3.js

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "prodog-pc-client",
   "description": "Leanwo Prodog Client",
-  "version": "1.0.68",
+  "version": "1.0.69",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "dev": "cross-env webpack serve --config ./webpack.dev.js",

+ 2 - 0
src/routes/route-eam-v3.js

@@ -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 },
 ];