Browse Source

发布新版本
wms调度任务页面增加仓库过滤

wangzhengguang 4 days ago
parent
commit
fe8227cbf6
2 changed files with 3 additions and 3 deletions
  1. 1 1
      bat/publish.bat
  2. 2 2
      package.json

+ 1 - 1
bat/publish.bat

@@ -1,5 +1,5 @@
 set current_path="%~dp0"
 cd %current_path%
 cd ..
-npm publish --registry https://npm.leanwo.com/
+npm publish --registry https://npm.leanwo.com/  --tag yd
 pause

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
   "name": "pc-client-yidong",
   "description": "Leanwo Prodog Client",
-  "version": "1.0.2-5",
+  "version": "1.0.2-6",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "ins": "npm install --registry=https://npm.leanwo.com -force",
@@ -22,7 +22,7 @@
     "client-eam-v5": "1.0.0",
     "client-role-v3": "^3.0.26",
     "client-sensor-v3": "^1.0.4",
-    "client-wms-v5": "1.0.0-yd.5",
+    "client-wms-v5": "1.0.0-yd.7",
     "client-finance-v3": "^0.0.4",
     "dayjs": "^1.11.6",
     "dingtalk-jsapi": "^2.8.33",