Commit 5a8cac8f authored by zhengke's avatar zhengke

no message

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