|
@@ -201,7 +201,16 @@
|
|
|
正常
|
|
|
</#if>
|
|
|
</td>
|
|
|
- <td>${order.salesDealCode!''}</td>
|
|
|
+ <td>
|
|
|
+ <#if (order.storeName)?? && (order.storeName?index_of("京东") != -1)>
|
|
|
+ <img style="width: 20px;height: 20px" src="https://s.iamberry.com/rst/img/jd.png">
|
|
|
+ <#elseif (order.storeName)?? && (order.storeName?index_of("天猫") != -1)>
|
|
|
+ <img style="width: 20px;height: 20px" src="https://s.iamberry.com/rst/img/tm.png">
|
|
|
+ <#elseif (order.storeName)?? && (order.storeName?index_of("淘宝") != -1)>
|
|
|
+ <img style="width: 20px;height: 20px" src="https://s.iamberry.com/rst/img/tb.png">
|
|
|
+ </#if>
|
|
|
+ ${order.salesDealCode!''}
|
|
|
+ </td>
|
|
|
<td>${order.salesBatchId!''}</td>
|
|
|
<td>${order.salesAdminName!''}</td>
|
|
|
<td>${order.salesAddressName!''}${order.salesAddressTel!''}</td>
|