Commit e40af16f authored by 沈良进's avatar 沈良进

save'

parent eb47ec26
......@@ -90,9 +90,13 @@
</tr>
<tr>
<td width="80" class="txtRightCost">团队标题</td>
<td colspan="3">
<td width="300">
{{postConfig.Title}}
</td>
<td width="80" class="txtRightCost">团队类型</td>
<td width="300">
{{postConfig.TeamTypeName}}
</td>
<td width="80" class="txtRightCost">行程天数</td>
<td>
{{postConfig.DayNum}}
......
......@@ -222,6 +222,7 @@
if (tempData.NightNum && tempData.NightNum > 0) {
this.postData.NightNum = tempData.NightNum;
}
this.postData.TeamTypeName = tempData.TeamTypeName;
this.postData.CustomerName = tempData.CustomerName;
this.postData.LineName = tempData.LineName;
this.postData.LtName = tempData.LtName;
......
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