shish hace 2 años
padre
commit
e353f6f798

+ 6 - 3
hdApp/src/admin/billing/affirmGhs.vue

@@ -343,9 +343,12 @@ export default {
 			}
 			this.needAddPackCost = false
 			if(this.ghsInfo.pfLevel && this.ghsInfo.pfLevel == 1){
-				//昆明发全国
-				this.needAddPackCost = true
-				price = price + this.form.packCost
+				//不是同城配送的,算打包费
+				if(this.form.transType != 4){
+					//昆明发全国
+					this.needAddPackCost = true
+					price = price + this.form.packCost
+				}
 			}else{
 				//同城配送
 				if(this.form.sendType == 4){

+ 6 - 3
hdApp/src/admin/billing/affirmGhsBook.vue

@@ -289,9 +289,12 @@ export default {
 			}
 			this.needAddPackCost = false
 			if(this.ghsInfo.pfLevel && this.ghsInfo.pfLevel == 1){
-				//昆明发全国
-				this.needAddPackCost = true
-				price = price + this.form.packCost
+				//不是同城配送的,算打包费
+				if(this.form.transType != 4){
+					//昆明发全国
+					this.needAddPackCost = true
+					price = price + this.form.packCost
+				}
 			}else{
 				//同城配送
 				if(this.form.sendType == 4){