Commit 2241fe8e authored by 黄奎's avatar 黄奎

页面修改

parent b633237c
...@@ -384,7 +384,7 @@ ...@@ -384,7 +384,7 @@
<el-select v-model="CtObj.SignType" placeholder="请选择" @change="changeSignType" class="w300"> <el-select v-model="CtObj.SignType" placeholder="请选择" @change="changeSignType" class="w300">
<el-option key="0" label="四川和平国际旅行社有限公司" :value="0"> <el-option key="0" label="四川和平国际旅行社有限公司" :value="0">
</el-option> </el-option>
<el-option key="1" label="日本和平国际旅行社有限公司" :value="1"> <el-option key="1" label="(株)ピースインターナショナル" :value="1">
</el-option> </el-option>
</el-select> </el-select>
<!-- <el-input type="text" v-model="CtObj.company" :disabled="CurrentUserInfo.RB_Group_id==2?true:false" <!-- <el-input type="text" v-model="CtObj.company" :disabled="CurrentUserInfo.RB_Group_id==2?true:false"
...@@ -627,51 +627,56 @@ ...@@ -627,51 +627,56 @@
<th>起飞时间</th> <th>起飞时间</th>
<th>抵达时间</th> <th>抵达时间</th>
</tr> </tr>
<tr v-for="(item,index) in CtObj.Ticketlnfo"> <tr v-for="(item,index) in CtObj.TicketList" :key="index">
<td>{{index+1}}</td> <td>{{index+1}}.</td>
<td>{{item.surName+''+item.name}}</td> <td>{{item.Flight_number}}</td>
<td>{{item.sex==1?'男':'女'}}</td> <td>{{item.FlightDate}}</td>
<td>护照</td> <td>{{item.dName}}-{{item.aName}}</td>
<td>{{item.passportNo}}</td> <td>{{item.Departure_time}}</td>
<td>{{item.mobilePhone}}</td> <td>{{item.Arrival_time}}</td>
</tr> </tr>
<tr> <tr>
<th colspan="3" style="background: #ffffff;">酒店预订</th> <td colspan="6">&nbsp;</td>
</tr> </tr>
<tr> <tr>
<th>酒店名称</th> <th colspan="6" style="background: #ffffff;">酒店预订</th>
</tr>
<tr>
<th colspan="4">酒店名称</th>
<th>房型</th> <th>房型</th>
<th>数量</th> <th>数量</th>
</tr> </tr>
<tr v-for="(item,index) in CtObj.Hotellnfo"> <tr v-for="(item,index) in CtObj.HotelList" :key="index">
<td>{{index+1}}</td> <td colspan="4">{{item.Name}}</td>
<td>{{item.surName+''+item.name}}</td> <td>{{item.RoomType}}</td>
<td>{{item.sex==1?'男':'女'}}</td> <td>{{item.RoomNum}}</td>
</tr>
<tr>
<td colspan="6">&nbsp;</td>
</tr> </tr>
<tr> <tr>
<th colspan="2" style="background: #ffffff;">代办签证</th> <th colspan="6" style="background: #ffffff;">代办签证</th>
</tr> </tr>
<tr> <tr>
<th>日本个人商务签证</th> <td colspan="6">
<th>代办签证费用</th> <el-input v-model="CtObj.VisaInfo" placeholder="日本个人商务签证、代办签证费用"> </el-input>
</td>
</tr> </tr>
<tr v-for="(item,index) in CtObj.Visalnfo"> <tr>
<td>{{index+1}}</td> <td colspan="6">&nbsp;</td>
<td>{{item.surName+''+item.name}}</td>
</tr> </tr>
<tr> <tr>
<th colspan="2" style="background: #ffffff;">其他单项服务事宜</th> <th colspan="6" style="background: #ffffff;">其他单项服务事宜</th>
</tr> </tr>
<tr> <tr>
<td colspan="3">主要景点名称(游览时间)</td>
<td style="width:50%">主要景点名称(游览时间)</td>
<td>交通工具(标准)</td> <td>交通工具(标准)</td>
<td>酒店标准</td> <td>酒店标准</td>
<td>房间标准</td> <td>房间标准</td>
</tr> </tr>
<tr v-for="(item,index) in tripDays"> <tr v-for="(item,index) in tripDays">
<td contenteditable="true"> <td contenteditable="true" colspan="3">
<div v-for="subItem in item.dayArray"> <div v-for="subItem in item.dayArray">
<span v-if="subItem.type==2"> <span v-if="subItem.type==2">
{{subItem.childItem.couponsName}} {{subItem.childItem.couponsName}}
......
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