@@ -1199,6 +1199,12 @@ export default {
},
confirmReach(info){
let that = this
+
+ if(that.detailInfo.sendStatus != -4){
+ that.$msg('已使用跑腿配送')
+ return
+ }
that.$util.confirmModal({content:'确认已经送达?'},() => {
confirmReachFn({id:info.id}).then(res=>{
if(res.code == 1){