Commit 916927df authored by zhengke's avatar zhengke

增加备注

parent aaa420b0
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<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="15%">制单人员</th> <th width="15%">制单人员</th>
<th width="10%">当前状态</th> <th width="10%">当前状态</th>
<th width="10%">操作</th> <th width="10%">操作</th>
...@@ -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'/>
...@@ -111,6 +113,7 @@ ...@@ -111,6 +113,7 @@
<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="15%">制单人员</th> <th width="15%">制单人员</th>
<th width="10%">当前状态</th> <th width="10%">当前状态</th>
<th width="10%">操作</th> <th width="10%">操作</th>
...@@ -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'/>
......
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