Commit f40c0617 authored by 黄奎's avatar 黄奎

页面修改

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