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