|
|
@@ -1062,12 +1062,8 @@ export default {
|
|
|
}
|
|
|
|
|
|
if(this.form.callErrand == 1){
|
|
|
- // if(this.form.sendType == 2 && this.form.hasPay == 0){
|
|
|
- // this.$msg('待付款,暂不支持马上发跑腿')
|
|
|
- // return false
|
|
|
- // }
|
|
|
if (this.$util.isEmpty(this.customInfo.long) || this.$util.isEmpty(this.customInfo.lat) || this.$util.isEmpty(this.customInfo.address)) {
|
|
|
- this.$msg('客户地址不完整,不支持马上发跑腿')
|
|
|
+ this.$msg('客户地址不完整,不支持直接发跑腿')
|
|
|
return false
|
|
|
}
|
|
|
}
|