|
@@ -635,14 +635,14 @@
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}else if(this.detailData.tranType=='汽运'){
|
|
}else if(this.detailData.tranType=='汽运'){
|
|
- if (!this.freightspace[index].driver) {
|
|
|
|
- that.$api.msg('司机姓名不能为空!')
|
|
|
|
- return
|
|
|
|
- }
|
|
|
|
- if (!this.freightspace[index].driverPhone) {
|
|
|
|
- that.$api.msg('司机电话不能为空!')
|
|
|
|
- return
|
|
|
|
- }
|
|
|
|
|
|
+ // if (!this.freightspace[index].driver) {
|
|
|
|
+ // that.$api.msg('司机姓名不能为空!')
|
|
|
|
+ // return
|
|
|
|
+ // }
|
|
|
|
+ // if (!this.freightspace[index].driverPhone) {
|
|
|
|
+ // that.$api.msg('司机电话不能为空!')
|
|
|
|
+ // return
|
|
|
|
+ // }
|
|
if (!this.freightspace[index].carNo) {
|
|
if (!this.freightspace[index].carNo) {
|
|
that.$api.msg('车牌号不能为空!')
|
|
that.$api.msg('车牌号不能为空!')
|
|
return
|
|
return
|