Browse Source

下单采购

shish 2 years ago
parent
commit
bd2a0b76a3
1 changed files with 6 additions and 4 deletions
  1. 6 4
      hdApp/src/admin/billing/affirmGhs.vue

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

@@ -677,10 +677,12 @@ export default {
 				return { productId: ele.id, bigNum: ele.bigCount, smallNum: ele.smallCount,classId:ele.classId,itemId:ele.itemId,weight:ele.weight };
 				return { productId: ele.id, bigNum: ele.bigCount, smallNum: ele.smallCount,classId:ele.classId,itemId:ele.itemId,weight:ele.weight };
 			})
 			})
 
 
-			if(this.form.sendType == 3){
-				if (this.$util.isEmpty(this.form.wlName)){
-					this.$msg('请填选物流')
-					return false
+			if(this.ghsInfo.pfLevel == 0){
+				if(this.form.sendType == 3){
+					if (this.$util.isEmpty(this.form.wlName)){
+						this.$msg('请填选物流')
+						return false
+					}
 				}
 				}
 			}
 			}