Commit b83ec9b1 authored by 罗超's avatar 罗超

1

parent 68c12609
......@@ -21,9 +21,9 @@
<thead>
<tr class="fix_th">
<th width="12%">单号</th>
<!-- <th width="7%">人数</th>
<th width="7%">单价</th>
<th width="7%">成交</th> -->
<th width="7%">联系人</th>
<th width="10%">联系电话</th>
<!-- <th width="7%">成交</th> -->
<th width="7%">应收总额</th>
<th width="7%">实收</th>
<!-- <th width="7%">优惠</th>
......@@ -41,9 +41,9 @@
<table class="enrollTotalSearchTable" border="0" cellspacing="0" cellpadding="0">
<colgroup>
<col width="12%" />
<!-- <col width="7%" />
<col width="7%" />
<col width="7%" /> -->
<col width="10%" />
<!--<col width="7%" /> -->
<col width="7%" />
<col width="7%" />
<!-- <col width="7%" />
......@@ -122,13 +122,11 @@
<div style="color:red" v-if="item.CommissionBack>0">补交提成:{{item.CommissionBack}}</div>
</template>
</td>
<!-- <td style="border:none">{{item.GuestNum}}人</td>
<td style="border:none">
<template v-if="item.UnitPrice>=0">
{{item.UnitPrice.toFixed(2) }}
</template>
<td style="border:none">{{item.LinkMan}}人</td>
<td style="border:none;">
{{item.LinkTel}}
</td>
<td :style="{color:item.Class_Price!=item. UnitPrice?'var(--q-color-negative)':'','border':'none'}">
<!-- <td :style="{color:item.Class_Price!=item. UnitPrice?'var(--q-color-negative)':'','border':'none'}">
<template v-if="item. UnitPrice>=0">
{{item.UnitPrice }}
</template>
......
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