liuyanpeng 1 năm trước cách đây
mục cha
commit
1e41afa921
2 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 2 2
      package.json
  2. 4 0
      src/routes/route-wms-v3.js

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
   "name": "prodog-pc-client",
   "description": "Leanwo Prodog Client",
-  "version": "1.2.93",
+  "version": "1.2.94",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "ins": "npm install --registry=http://wuzhixin.vip:4873 -force",
@@ -22,7 +22,7 @@
     "client-eam-v3": "^3.0.96",
     "client-role-v3": "^3.0.25",
     "client-sensor-v3": "^1.0.4",
-    "client-wms-v3": "^3.1.2",
+    "client-wms-v3": "^3.1.3",
     "client-finance-v3": "^0.0.4",
     "dayjs": "^1.11.6",
     "dingtalk-jsapi": "^2.8.33",

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

@@ -46,6 +46,8 @@ import {
   UploadTrainingVideo,
   SynchronousMaintenanceForm,
   QueryMaintenancePlan,
+  LightSetting,
+  LightStockInOrOut,
 } from 'client-wms-v3/dist/client-wms-v3.js';
 
 
@@ -454,6 +456,8 @@ const routes = [
   { path: '/wms/uploadTrainingVideo', component: UploadTrainingVideo },
   { path: '/wms/synchronousMaintenanceForm', component: SynchronousMaintenanceForm },
   { path: '/wms/queryMaintenancePlan', component: QueryMaintenancePlan },
+  { path: '/wms/lightSetting', component: LightSetting },
+  { path: '/wms/lightStockInOrOut', component: LightStockInOrOut },
 ];