liuyanpeng 1 éve
szülő
commit
e3a165705a
2 módosított fájl, 4 hozzáadás és 2 törlés
  1. 2 2
      package.json
  2. 2 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.96",
+  "version": "1.2.97",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "ins": "npm install --registry=http://wuzhixin.vip:4873 -force",
@@ -22,7 +22,7 @@
     "client-eam-v3": "^3.0.97",
     "client-role-v3": "^3.0.25",
     "client-sensor-v3": "^1.0.4",
-    "client-wms-v3": "^3.1.3",
+    "client-wms-v3": "^3.1.4",
     "client-finance-v3": "^0.0.4",
     "dayjs": "^1.11.6",
     "dingtalk-jsapi": "^2.8.33",

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

@@ -48,6 +48,7 @@ import {
   QueryMaintenancePlan,
   LightSetting,
   LightStockInOrOut,
+  ShelfBoard,
 } from 'client-wms-v3/dist/client-wms-v3.js';
 
 
@@ -458,6 +459,7 @@ const routes = [
   { path: '/wms/queryMaintenancePlan', component: QueryMaintenancePlan },
   { path: '/wms/lightSetting', component: LightSetting },
   { path: '/wms/lightStockInOrOut', component: LightStockInOrOut },
+  { path: '/wms/shelfBoard', component: ShelfBoard },
 ];