Commit 9a4ab012 authored by zhengke's avatar zhengke

11

parent ce29b5d5
...@@ -28,15 +28,15 @@ ...@@ -28,15 +28,15 @@
</div> </div>
<table class="saleOrderSettlementTable" border="0" cellspacing="0" cellpadding="0"> <table class="saleOrderSettlementTable" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<th width="8%">单号</th> <th width="5%">单号</th>
<th width="10%">单据类型</th> <th width="8%">单据类型</th>
<th width="15%">交易方式</th> <th width="15%">交易方式</th>
<th width="12%">金额</th> <th width="12%">金额</th>
<th width="8%">付款对象</th> <th width="8%">付款对象</th>
<th width="15%">备注</th> <th width="15%">备注</th>
<th width="8%">制单人员</th> <th width="5%">制单人员</th>
<th width="8%">当前状态</th> <th width="5%">当前状态</th>
<th width="10%">操作</th> <th width="5%">操作</th>
</tr> </tr>
<tr class='h40'> <tr class='h40'>
<td colspan="9" align="center" class="fz14" v-show="payList.length==0"> <td colspan="9" align="center" class="fz14" v-show="payList.length==0">
...@@ -108,15 +108,15 @@ ...@@ -108,15 +108,15 @@
</div> </div>
<table class="saleOrderSettlementTable" border="0" cellspacing="0" cellpadding="0"> <table class="saleOrderSettlementTable" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<th width="8%">单号</th> <th width="5%">单号</th>
<th width="10%">单据类型</th> <th width="8%">单据类型</th>
<th width="15%">交易方式</th> <th width="15%">交易方式</th>
<th width="12%">金额</th> <th width="12%">金额</th>
<th width="8%">收款对象</th> <th width="8%">收款对象</th>
<th width="15%">备注</th> <th width="15%">备注</th>
<th width="8%">制单人员</th> <th width="5%">制单人员</th>
<th width="8%">当前状态</th> <th width="5%">当前状态</th>
<th width="10%">操作</th> <th width="5%">操作</th>
</tr> </tr>
<tr v-for="item in collectList"> <tr v-for="item in collectList">
<td class="fz14 fbold">{{item.FrID}}</td> <td class="fz14 fbold">{{item.FrID}}</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