Commit 23be1a8c authored by liudong1993's avatar liudong1993

1

parent 18688a1d
...@@ -256,6 +256,7 @@ ...@@ -256,6 +256,7 @@
<th>发团日期</th> <th>发团日期</th>
<th>订单号</th> <th>订单号</th>
<th>客户信息</th> <th>客户信息</th>
<th>业务公司</th>
<th>业务员</th> <th>业务员</th>
<th>应收金额</th> <th>应收金额</th>
<th>实收金额</th> <th>实收金额</th>
...@@ -268,12 +269,13 @@ ...@@ -268,12 +269,13 @@
<tr v-for=" ( item , index ) in DataList "> <tr v-for=" ( item , index ) in DataList ">
<td> <span class="_link_hover" @click="jumpPage('RegistrationList', item.TCID, 1, 0)"> {{ item.TCNUM }}{{ item.TCID }}</span> </td> <td> <span class="_link_hover" @click="jumpPage('RegistrationList', item.TCID, 1, 0)"> {{ item.TCNUM }}{{ item.TCID }}</span> </td>
<td> {{ item.StartDate }} </td> <td> {{ item.StartDate }} </td>
<td colspan="10"> <td colspan="11">
<table class="_singeRowTable_two" style="width: 100%;table-layout: fixed;border-collapse: collapse;" cellspacing="0" cellpadding="0" border="0"> <table class="_singeRowTable_two" style="width: 100%;table-layout: fixed;border-collapse: collapse;" cellspacing="0" cellpadding="0" border="0">
<tbody> <tbody>
<tr v-for=" ( son , sIndex ) in item.OrderList "> <tr v-for=" ( son , sIndex ) in item.OrderList ">
<td> <span class="_link_hover" @click="jumpPage('RegistrationList', son.OrderId, 2, item.TCID)"> {{ son.OrderId }} </span> </td> <td> <span class="_link_hover" @click="jumpPage('RegistrationList', son.OrderId, 2, item.TCID)"> {{ son.OrderId }} </span> </td>
<td> {{ son.ContactName }} </td> <td> {{ son.ContactName }} </td>
<td> {{ son.EmBranchName }} </td>
<td> {{ son.EmName }}<br/>{{son.CreateDate}} </td> <td> {{ son.EmName }}<br/>{{son.CreateDate}} </td>
<td> {{ son.PreferPrice }} </td> <td> {{ son.PreferPrice }} </td>
<td> <span :class="son.DaiShou != 0 ? '_color_red':''"> {{ son.Income }} </span> </td> <td> <span :class="son.DaiShou != 0 ? '_color_red':''"> {{ son.Income }} </span> </td>
...@@ -288,7 +290,7 @@ ...@@ -288,7 +290,7 @@
</td> </td>
</tr> </tr>
<tr class="_color_red"> <tr class="_color_red">
<td colspan="5">合计</td> <td colspan="6">合计</td>
<td>{{Statistics.PreferPrice}}</td> <td>{{Statistics.PreferPrice}}</td>
<td>{{Statistics.Income}}</td> <td>{{Statistics.Income}}</td>
<td>{{Statistics.DiscountMoney}}</td> <td>{{Statistics.DiscountMoney}}</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