Commit 1011da7d authored by youjie's avatar youjie

签证订单编辑金额、人数

parent 52293c35
......@@ -1445,6 +1445,7 @@
this.title = '修改金额'
this.EditMsg.OrderId = item.Id;
this.EditMsg.TotalPrice = item.TotalPrice;
this.EditMsg.PeopleNum = item.PeopleNum?item.PeopleNum:0
}else{
this.title = '修改备注'
this.EditMsg = {
......
......@@ -501,6 +501,7 @@
this.EditVisible = true;
this.EditMsg.OrderId = item.OrderId;
this.EditMsg.TotalPrice = item.PreferPrice;
this.EditMsg.PeopleNum = item.VisaName?item.VisaName:0 //PeopleNum
},
goUrlR: function (item) {
if (item.VisaType === 1) {
......
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