Commit f40c0617 authored by 黄奎's avatar 黄奎

页面修改

parent 588a8dfc
......@@ -35,10 +35,11 @@
<div class="clearfix"></div>
<table class="singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading">
<tr>
<th width="170">做账主体</th>
<th width="150">做账主体</th>
<th width="170">团号</th>
<th width="150">手配定团号</th>
<th width="170">单价(日元)</th>
<th width="120">订单人数</th>
<th width="120">单价(日元)</th>
<th>泊数/日期</th>
<th width="170">小计</th>
</tr>
......@@ -48,9 +49,12 @@
<td>{{subItem.OutBranchName}}</td>
<td>{{subItem.TCNUM}}({{subItem.TCID}})</td>
<td v-if="subIndex==0" :rowspan="item.SubList.length">{{item.DMCNum}}</td>
<td>{{subItem.GuestNum}}</td>
<td>{{subItem.UnitPrice}}</td>
<td>{{subItem.DayCount}}<br/>
{{subItem.UseTime}}
<td>
<span style="color:red;">{{subItem.DayCount}}</span>
<br />
{{subItem.UseTime}}
</td>
<td>{{subItem.SubtotalMoney}}</td>
</tr>
......
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