Commit 5a8cac8f authored by zhengke's avatar zhengke

no message

parent cfa2def6
...@@ -1792,6 +1792,7 @@ ...@@ -1792,6 +1792,7 @@
this.comboShow = true this.comboShow = true
} }
this.form = { this.form = {
OrderType:this.obj.OrderType,
TicketMoney:this.obj.TicketMoney, TicketMoney:this.obj.TicketMoney,
VisaMoney:this.obj.VisaMoney, VisaMoney:this.obj.VisaMoney,
DiJieMoney:this.obj.DiJieMoney, DiJieMoney:this.obj.DiJieMoney,
...@@ -2132,6 +2133,7 @@ ...@@ -2132,6 +2133,7 @@
this.form.MealMoney = 0 this.form.MealMoney = 0
this.form.MealDescription = "" this.form.MealDescription = ""
} }
this.checkList = this.checkList.sort()
this.form.OrderType = this.checkList.join(',') this.form.OrderType = this.checkList.join(',')
} else if (this.checkList.length == 0) { } else if (this.checkList.length == 0) {
this.AirTicketsShow = true this.AirTicketsShow = true
...@@ -2374,6 +2376,7 @@ ...@@ -2374,6 +2376,7 @@
this.form.OrderId = this.obj.OrderId this.form.OrderId = this.obj.OrderId
} }
let data = { let data = {
OrderType: this.form.OrderType,
OrderId: this.form.OrderId, OrderId: this.form.OrderId,
Money: this.form.Money, Money: this.form.Money,
Remark: this.form.Remark Remark: this.form.Remark
...@@ -2823,6 +2826,7 @@ ...@@ -2823,6 +2826,7 @@
if (valid) { if (valid) {
this.editData(); this.editData();
} else { } else {
this.editData();
return false; return false;
} }
}); });
......
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