shish 3 жил өмнө
parent
commit
64fc3ff8f1

+ 5 - 1
ghsApp/src/admin/billing/result.vue

@@ -87,8 +87,12 @@ export default {
       this.giveNum = 1
       this.giveTargetId = item.id
     },
-    confirmGive(){
+    confirmGive(val){
       let that = this
+      if (val.index === 0) {
+				that.givePopShow = false
+        return false
+			}
       if(Number(this.giveTargetId)<=0){
         this.$msg('请选择要赠送的花材')
         return false

+ 2 - 2
ghsApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝",
     "appid" : "__UNI__BD781B0",
     "description" : "批发进销存及财务管理系统",
-    "versionName" : "1.1.16",
-    "versionCode" : 1116,
+    "versionName" : "1.1.17",
+    "versionCode" : 1117,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 5 - 1
ghsApp/src/pagesOrder/detail.vue

@@ -347,8 +347,12 @@ export default {
 			this.giveNum = 1
 			this.giveTargetId = item.id
 		},
-		confirmGive(){
+		confirmGive(val){
 			let that = this
+		      if (val.index === 0) {
+				that.givePopShow = false
+				return false
+			}
 			if(Number(this.giveTargetId)<=0){
 				this.$msg('请选择要赠送的花材')
 				return false

+ 2 - 2
开发/ghsApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝",
     "appid" : "__UNI__BD781B0",
     "description" : "批发进销存及财务管理系统",
-    "versionName" : "1.1.16",
-    "versionCode" : 1116,
+    "versionName" : "1.1.17",
+    "versionCode" : 1117,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
线上/ghsApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝",
     "appid" : "__UNI__BD781B0",
     "description" : "批发进销存及财务管理系统",
-    "versionName" : "1.1.16",
-    "versionCode" : 1116,
+    "versionName" : "1.1.17",
+    "versionCode" : 1117,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {