liuyanpeng 4 månader sedan
förälder
incheckning
6ed2e227b5
6 ändrade filer med 10 tillägg och 10 borttagningar
  1. 1 1
      README.md
  2. 1 1
      bat/install.bat
  3. 1 1
      bat/publish.bat
  4. 5 5
      package.json
  5. 1 1
      src/custom/printer/TrayPrinting.vue
  6. 1 1
      src/custom/printer/WorkBinPrinting.vue

+ 1 - 1
README.md

@@ -43,4 +43,4 @@ npm publish
 * 3、一定不要忘记在项目部署时更改 package.json 里的版本(两次);
 
 ### 项目版本详情
-见 [Configuration Reference](http://wuzhixin.vip:4873).
+见 [Configuration Reference](https://npm.leanwo.com).

+ 1 - 1
bat/install.bat

@@ -1,5 +1,5 @@
 set current_path="%~dp0"
 cd %current_path%
 cd ..
-npm install -registry=http://wuzhixin.vip:4873 --force
+npm install -registry=https://npm.leanwo.com --force
 pause

+ 1 - 1
bat/publish.bat

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

+ 5 - 5
package.json

@@ -1,13 +1,13 @@
 {
   "name": "pc-client-cf",
   "description": "Leanwo Prodog Client",
-  "version": "1.0.6-3",
+  "version": "1.0.6-4",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
-    "ins": "npm install --registry=http://wuzhixin.vip:4873 -force",
+    "ins": "npm install --registry=https://npm.leanwo.com -force",
     "dev": "cross-env webpack serve --config ./webpack.dev.js",
     "build": "cross-env NODE_ENV=production webpack --mode=production --config ./webpack.prod.js --progress",
-    "pub": "npm publish --registry http://wuzhixin.vip:4873/"
+    "pub": "npm publish --registry https://npm.leanwo.com/"
   },
   "files": [
     "package.json",
@@ -17,7 +17,7 @@
     "ant-design-vue": "^4.2.1",
     "axios": "^0.19.2",
     "click-outside-vue3": "^4.0.1",
-    "client-base-v5": "1.0.6",
+    "client-base-v5": "1.0.8",
     "client-dic-v3": "^3.0.52",
     "client-eam-v5": "1.0.2",
     "client-role-v3": "^3.0.26",
@@ -69,6 +69,6 @@
   },
   "publishConfig": {
     "access": "public",
-    "registry": "http://wuzhixin.vip:4873/"
+    "registry": "https://npm.leanwo.com/"
   }
 }

+ 1 - 1
src/custom/printer/TrayPrinting.vue

@@ -539,7 +539,7 @@ export default {
             if (successData.datas && successData.datas.length > 0) {
               _self.assetInstanceDtoList = successData.datas;
               _self.assetInstanceDtoList.forEach(function (item) {
-                item.id = item.feedBoxId;
+                item.id = item.containerId;
                 item.checked = false;
               });
 

+ 1 - 1
src/custom/printer/WorkBinPrinting.vue

@@ -539,7 +539,7 @@ export default {
             if (successData.datas && successData.datas.length > 0) {
               _self.assetInstanceDtoList = successData.datas;
               _self.assetInstanceDtoList.forEach(function (item) {
-                item.id = item.feedBoxId;
+                item.id = item.containerId;
                 item.checked = false;
               });