Commit 74c9d339 authored by 黄奎's avatar 黄奎

页面修改

parent 39d34047
......@@ -41,25 +41,56 @@
</table>
<table class="leaderReimbursementTable" border="0" cellspacing="1" cellpadding="0">
<tr>
<th colspan="17" class="bgwhite">车辆使用</th>
<th colspan="17" class="bgwhite">车辆使用 &nbsp;
<el-popover width="800" trigger="click" popper-class="DMC_HotelPop">
<table v-if="list&& list.BusShouPeiModel">
<tr>
<th style="width:95px;">日期</th>
<th style="width:80px;">用车状況</th>
<th>スケジュール內容</th>
<th style="width:100px;">ホテル</th>
<th style="width:95px;">ホテルTEL</th>
</tr>
<tr v-for="subItem in list.BusShouPeiModel.Details_Extends">
<td>
{{subItem.UseDate}}
</td>
<td>
{{subItem.BusType}}
</td>
<td>
{{subItem.BusContent}}
</td>
<td>
{{subItem.HotelName}}
</td>
<td>
{{subItem.HotelTel}}
</td>
</tr>
</table>
<span slot="reference" class="price" style="cursor:pointer;text-decoration:underline;color:blue;"
title="点击查看">手配书</span>
</el-popover>
</th>
</tr>
<tr class="title">
<th width="100">使用时间</th>
<th width="90">使用时间</th>
<th width="80">司机姓名</th>
<th width="80">司机电话</th>
<th width="100">车牌号</th>
<th width="80">车辆大小</th>
<th width="90">车牌号</th>
<th width="65">车辆大小</th>
<th width="100">司机住宿</th>
<th width="60">用车方式</th>
<th width="60">车费</th>
<th width="120">车费付款方式</th>
<th width="100">车费付款方式</th>
<th width="80">高速公路费</th>
<th width="120">高速费用付款方式</th>
<th width="100">高速费用付款方式</th>
<th width="60">停车费</th>
<th width="60">金额小计</th>
<th width="60">总金额</th>
<th width="100">备注</th>
<th width="60">供应商</th>
<th width="75">供应商</th>
</tr>
<tr v-for='(item,index) in list.BusList'>
<td>{{item.PlanDateStr}}</td>
......@@ -236,7 +267,6 @@
<td style="white-space:nowrap; ">
<p class="cursorpointer text-decoration"
@click="goHotelDetail(subItem.TCID, subItem.NewCombinationNum, subItem.TCNUM, 'roomReservationsDetails')">
<!-- {{subItem.PayStyle === 1 ? moneyFormat(childItem.UnitPrice) : 0}} -->
{{moneyFormat(childItem.UnitPrice)}}
</p>
</td>
......
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