Commit 99084eea authored by youjie's avatar youjie
parents 27025faa a6617bba
...@@ -90,9 +90,13 @@ ...@@ -90,9 +90,13 @@
</tr> </tr>
<tr> <tr>
<td width="80" class="txtRightCost">团队标题</td> <td width="80" class="txtRightCost">团队标题</td>
<td colspan="3"> <td width="300">
{{postConfig.Title}} {{postConfig.Title}}
</td> </td>
<td width="80" class="txtRightCost">团队类型</td>
<td width="300">
{{postConfig.TeamTypeName}}
</td>
<td width="80" class="txtRightCost">行程天数</td> <td width="80" class="txtRightCost">行程天数</td>
<td> <td>
{{postConfig.DayNum}} {{postConfig.DayNum}}
......
...@@ -222,6 +222,7 @@ ...@@ -222,6 +222,7 @@
if (tempData.NightNum && tempData.NightNum > 0) { if (tempData.NightNum && tempData.NightNum > 0) {
this.postData.NightNum = tempData.NightNum; this.postData.NightNum = tempData.NightNum;
} }
this.postData.TeamTypeName = tempData.TeamTypeName;
this.postData.CustomerName = tempData.CustomerName; this.postData.CustomerName = tempData.CustomerName;
this.postData.LineName = tempData.LineName; this.postData.LineName = tempData.LineName;
this.postData.LtName = tempData.LtName; 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