liuyanpeng 2 жил өмнө
parent
commit
8ad80a2db4

+ 3 - 3
package.json

@@ -1,7 +1,7 @@
 {
   "name": "prodog-pc-client",
   "description": "Leanwo Prodog Client",
-  "version": "1.0.83",
+  "version": "1.0.84",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "dev": "cross-env webpack serve --config ./webpack.dev.js",
@@ -18,9 +18,9 @@
     "ant-design-vue": "^3.2.15",
     "axios": "^0.19.2",
     "click-outside-vue3": "^4.0.1",
-    "client-base-v4": "3.0.76",
+    "client-base-v4": "3.0.77",
     "client-dic-v3": "^3.0.9",
-    "client-eam-v3": "^3.0.41",
+    "client-eam-v3": "^3.0.43",
     "client-role-v3": "^3.0.8",
     "client-trace-v3": "^1.0.20",
     "client-sensor-v3": "^1.0.1",

+ 3 - 1
src/routes/route-eam-v3.js

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