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

+ 3 - 3
package.json

@@ -1,7 +1,7 @@
 {
   "name": "prodog-pc-client",
   "description": "Leanwo Prodog Client",
-  "version": "1.2.13",
+  "version": "1.2.14",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "dev": "cross-env webpack serve --config ./webpack.dev.js",
@@ -16,9 +16,9 @@
     "ant-design-vue": "^3.2.15",
     "axios": "^0.19.2",
     "click-outside-vue3": "^4.0.1",
-    "client-base-v4": "4.0.42",
+    "client-base-v4": "4.0.43",
     "client-dic-v3": "^3.0.28",
-    "client-eam-v3": "^3.0.68",
+    "client-eam-v3": "^3.0.69",
     "client-role-v3": "^3.0.18",
     "client-trace-v3": "^1.0.20",
     "client-sensor-v3": "^1.0.2",

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

@@ -34,6 +34,7 @@ import {
     PerformInventoryTasks,
     InventoryDataProcessing,
     AssetLabelPrint,
+    AssetLabelPrinting,
     InventoryAssetInstanceSearch,
     RunDataArchive, 
     AssetRfidRecord,
@@ -263,6 +264,9 @@ const routes = [
     {
         path: '/eam/assetLabelPrint', component: AssetLabelPrint,
     },
+    {
+        path: '/eam/assetLabelPrinting', component: AssetLabelPrinting,
+    },
     { path: '/eam/inventoryAssetInstanceSearch', component: InventoryAssetInstanceSearch },
     { path: '/eam/runDataArchive', component: RunDataArchive },
     { path: '/eam/assetRfidRecord', component: AssetRfidRecord },