shizhongqi hai 8 meses
pai
achega
6ed759cff1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ghsApp/src/pagesOrder/detail.vue

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

@@ -1201,7 +1201,7 @@ export default {
 			let that = this
 
 
-			if(that.detailInfo.sendStatus != -4){
+			if(![-1, -4].includes(that.detailInfo.sendStatus)){
 				that.$msg('已使用跑腿配送')
 				return
 			}