Commit 347f6fda authored by 黄媛媛's avatar 黄媛媛
parents 1ff3a080 9a4ab012
...@@ -28,17 +28,18 @@ ...@@ -28,17 +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="5%">单号</th>
<th width="10%">单据类型</th> <th width="8%">单据类型</th>
<th width="15%">交易方式</th> <th width="15%">交易方式</th>
<th width="15%">金额</th> <th width="12%">金额</th>
<th width="10%">付款对象</th> <th width="8%">付款对象</th>
<th width="15%">制单人员</th> <th width="15%">备注</th>
<th width="10%">当前状态</th> <th width="5%">制单人员</th>
<th width="10%">操作</th> <th width="5%">当前状态</th>
<th width="5%">操作</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>
...@@ -66,6 +67,7 @@ ...@@ -66,6 +67,7 @@
<p class="fz12 fbold">{{item.RemitterName}}</p> <p class="fz12 fbold">{{item.RemitterName}}</p>
<p class="fz12">地接供应商</p> <p class="fz12">地接供应商</p>
</td> </td>
<td>{{item.Description}}</td>
<td> <td>
<img class="saleOrderSettlementPerson" v-if='!item.EmPhoto' src="../../assets/img/litheader.png"/> <img class="saleOrderSettlementPerson" v-if='!item.EmPhoto' src="../../assets/img/litheader.png"/>
<img class="saleOrderSettlementPerson" v-if='item.EmPhoto' :onerror="defaultImg" :src='item.EmPhoto'/> <img class="saleOrderSettlementPerson" v-if='item.EmPhoto' :onerror="defaultImg" :src='item.EmPhoto'/>
...@@ -106,14 +108,15 @@ ...@@ -106,14 +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="15%">单号</th> <th width="5%">单号</th>
<th width="10%">单据类型</th> <th width="8%">单据类型</th>
<th width="15%">交易方式</th> <th width="15%">交易方式</th>
<th width="15%">金额</th> <th width="12%">金额</th>
<th width="10%">收款对象</th> <th width="8%">收款对象</th>
<th width="15%">制单人员</th> <th width="15%">备注</th>
<th width="10%">当前状态</th> <th width="5%">制单人员</th>
<th width="10%">操作</th> <th width="5%">当前状态</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>
...@@ -139,6 +142,7 @@ ...@@ -139,6 +142,7 @@
<p class="fz12 fbold">{{item.RemitterName}}</p> <p class="fz12 fbold">{{item.RemitterName}}</p>
<p class="fz12">地接供应商</p> <p class="fz12">地接供应商</p>
</td> </td>
<td>{{item.Description}}</td>
<td> <td>
<img class="saleOrderSettlementPerson" v-if='!item.EmPhoto' src="../../assets/img/litheader.png"/> <img class="saleOrderSettlementPerson" v-if='!item.EmPhoto' src="../../assets/img/litheader.png"/>
<img class="saleOrderSettlementPerson" v-if='item.EmPhoto' :onerror="defaultImg" :src='item.EmPhoto'/> <img class="saleOrderSettlementPerson" v-if='item.EmPhoto' :onerror="defaultImg" :src='item.EmPhoto'/>
...@@ -165,7 +169,7 @@ ...@@ -165,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>
...@@ -199,7 +203,7 @@ ...@@ -199,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