Commit 35cb81d6 authored by zhengke's avatar zhengke

修改样式

parent 916927df
...@@ -28,18 +28,18 @@ ...@@ -28,18 +28,18 @@
</div> </div>
<table class="saleOrderSettlementTable" border="0" cellspacing="0" cellpadding="0"> <table class="saleOrderSettlementTable" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<th width="15%">单号</th> <th width="8%">单号</th>
<th width="10%">单据类型</th> <th width="10%">单据类型</th>
<th width="15%">交易方式</th> <th width="15%">交易方式</th>
<th width="15%">金额</th> <th width="15%">金额</th>
<th width="10%">付款对象</th> <th width="10%">付款对象</th>
<th width="10%">备注</th> <th width="10%">备注</th>
<th width="15%">制单人员</th> <th width="10%">制单人员</th>
<th width="10%">当前状态</th> <th width="10%">当前状态</th>
<th width="10%">操作</th> <th width="10%">操作</th>
</tr> </tr>
<tr class='h40'> <tr class='h40'>
<td colspan="8" align="center" class="fz14" v-show="payList.length==0"> <td colspan="9" align="center" class="fz14" v-show="payList.length==0">
暂无数据 暂无数据
</td> </td>
</tr> </tr>
...@@ -108,13 +108,13 @@ ...@@ -108,13 +108,13 @@
</div> </div>
<table class="saleOrderSettlementTable" border="0" cellspacing="0" cellpadding="0"> <table class="saleOrderSettlementTable" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<th width="15%">单号</th> <th width="8%">单号</th>
<th width="10%">单据类型</th> <th width="10%">单据类型</th>
<th width="15%">交易方式</th> <th width="15%">交易方式</th>
<th width="15%">金额</th> <th width="15%">金额</th>
<th width="10%">收款对象</th> <th width="10%">收款对象</th>
<th width="10%">备注</th> <th width="10%">备注</th>
<th width="15%">制单人员</th> <th width="10%">制单人员</th>
<th width="10%">当前状态</th> <th width="10%">当前状态</th>
<th width="10%">操作</th> <th width="10%">操作</th>
</tr> </tr>
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
</td> </td>
</tr> </tr>
<tr class='h40'> <tr class='h40'>
<td colspan="8" align="center" class="fz14" v-show="collectList.length==0"> <td colspan="9" align="center" class="fz14" v-show="collectList.length==0">
暂无数据 暂无数据
</td> </td>
</tr> </tr>
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
<td><input type="checkbox" :value="item.Id" v-model="OrderIds"></td> <td><input type="checkbox" :value="item.Id" v-model="OrderIds"></td>
</tr> </tr>
<tr class="h40" v-show="tichengList.length==0"> <tr class="h40" v-show="tichengList.length==0">
<td colspan="4" align="center"> <td colspan="10" align="center">
暂无提成发放 暂无提成发放
</td> </td>
</tr> </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