Commit a9c589be authored by 黄奎's avatar 黄奎

页面修改

parent 1d49b0dc
......@@ -1529,6 +1529,7 @@
<th>已配数量</th>
<th>是否住宿</th>
<th>联运备注</th>
<th>票务备注</th>
</tr>
<tr v-for="(unionItem,x) in item.UnionDetailList" :key="x">
<td>{{unionItem.UnionCityName}}</td>
......@@ -1540,6 +1541,7 @@
<span v-else></span>
</td>
<td>{{unionItem.UnionRemark}}</td>
<td>{{unionItem.Notes}}</td>
</tr>
</table>
<p slot="reference" class="_wz _yiyong">联运</p>
......@@ -3449,7 +3451,7 @@
}
this.loading = true;
this.apipost(
"AirTicket_get_GetPageList",
"AirTicket_get_GetNewPageList",
this.msg,
res => {
this.loading = 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