|
@@ -1239,7 +1239,8 @@ export default {
|
|
|
that.$msg('等跑腿送完再操作')
|
|
that.$msg('等跑腿送完再操作')
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
- that.$util.confirmModal({content:'确认已送达或要退货?'},() => {
|
|
|
|
|
|
|
+ let remind = type == 0 ? '确认已送达?' : '确认订单完成?'
|
|
|
|
|
+ that.$util.confirmModal({content:remind},() => {
|
|
|
confirmReachFn({id:info.id}).then(res=>{
|
|
confirmReachFn({id:info.id}).then(res=>{
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
if(type == 0){
|
|
if(type == 0){
|