Commit 18ce4140 authored by youjie's avatar youjie

no message

parent 04e129a0
...@@ -837,14 +837,9 @@ ...@@ -837,14 +837,9 @@
msg = '请输入航班号' msg = '请输入航班号'
}else if(this.orderMsg.FlightTime==''){ }else if(this.orderMsg.FlightTime==''){
msg = `请选择航班${this.orderMsg.OrderType==1?'抵达':'起飞'}时间` msg = `请选择航班${this.orderMsg.OrderType==1?'抵达':'起飞'}时间`
} else if (this.orderMsg.ManNum == ''
|| !this.orderMsg.ManNum
|| this.orderMsg.ManNum <= 0) {
msg = '请输入至少 1 个成人人数'
}else if (this.orderMsg.peoples>this.orderMsg.TotalPeopl) {
msg = `总人数不能大于${this.orderMsg.TotalPeopl}`
} }
}else if (this.orderMsg.SurName == '') { }
if (this.orderMsg.SurName == '') {
msg = '请输入姓' msg = '请输入姓'
} else if (this.orderMsg.Name == '') { } else if (this.orderMsg.Name == '') {
msg = '请输入名' msg = '请输入名'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment