Explorar el Código

## 0.0.10 `2024/2/09`

1. 更新测试API地址。
2. 优化派报工操作。
陈龙 hace 2 meses
padre
commit
22ffb00ef6

+ 5 - 0
src/Auman.PieceWage.UniApp/README.md

@@ -1,5 +1,10 @@
 # 开发日志
 
+## 0.0.10 `2024/2/09`
+
+1. 更新测试API地址。
+2. 优化派报工操作。
+
 ## 0.0.7 `2024/1/21`
 
 1. 完成派工功能。

+ 2 - 1
src/Auman.PieceWage.UniApp/components/page-dispatch/page-dispatch.vue

@@ -316,10 +316,11 @@
                 });
                 uni.hideLoading();
                 if (res.success) {
+                    this.$refs.drawer.close();
+                    await this.load();
                     message.showSuccess({
                         title: `已${this.currentItem.buttonText}`
                     });
-                    this.load();
                 } else {
                     uni.showModal({
                         title: '错误',

+ 2 - 2
src/Auman.PieceWage.UniApp/manifest.json

@@ -2,8 +2,8 @@
     "name" : "生产流程管理",
     "appid" : "__UNI__0D07441",
     "description" : "生产流程管理",
-    "versionName" : "0.0.9",
-    "versionCode" : 9,
+    "versionName" : "0.0.10",
+    "versionCode" : 10,
     "transformPx" : false,
     /* 5+App特有相关 */
     "app-plus" : {

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
src/Auman.PieceWage.UniApp/unpackage/dist/build/app-plus/app-service.js


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
src/Auman.PieceWage.UniApp/unpackage/dist/build/app-plus/app.css


+ 2 - 2
src/Auman.PieceWage.UniApp/unpackage/dist/build/app-plus/manifest.json

@@ -7,8 +7,8 @@
   "id": "__UNI__0D07441",
   "name": "生产流程管理",
   "version": {
-    "name": "0.0.9",
-    "code": 9
+    "name": "0.0.10",
+    "code": 10
   },
   "description": "生产流程管理",
   "developer": {

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
src/Auman.PieceWage.UniApp/unpackage/dist/build/app-plus/pages/dispatch/dispatch.css


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
src/Auman.PieceWage.UniApp/unpackage/dist/build/app-plus/pages/work-order/work-order.css


+ 3 - 3
src/Auman.PieceWage.UniApp/unpackage/dist/cache/.vite/deps/_metadata.json

@@ -1,8 +1,8 @@
 {
-  "hash": "818a8b1b",
+  "hash": "dd1f6c17",
   "configHash": "2b2fe71f",
-  "lockfileHash": "77bd2224",
-  "browserHash": "c4dc6dac",
+  "lockfileHash": "6d623abc",
+  "browserHash": "7ec04eca",
   "optimized": {},
   "chunks": {}
 }

+ 1 - 1
src/Auman.PieceWage.UniApp/utils/message.js

@@ -76,7 +76,7 @@ class Message {
             opt.mask = false;
         }
         if (!extend.isNumber(opt.duration)) {
-            opt.duration = 2000;
+            opt.duration = 3000;
         }
         if (opt.isPlayFailVoice) {
             this.playDing();

+ 2 - 2
src/Auman.PieceWage.UniApp/utils/url.js

@@ -5,12 +5,12 @@ class Url {
     /**
      * 认证地址
      */
-    authUrl = 'http://106.12.207.123:8087/';
+    authUrl = 'http://219.151.179.47:8087/';
 
     /**
      * 接口地址
      */
-    apiUrl = 'http://106.12.207.123:8081/';
+    apiUrl = 'http://219.151.179.47:8081/';
 }
 
 /**

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio