shizhongqi 8 luni în urmă
părinte
comite
6ed759cff1
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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
 			}