Files
OMS/app/logisticsaccounts/view/actual/tab_center_no.html
2025-12-28 23:13:25 +08:00

44 lines
871 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
Copyright © ShopeX http://www.shopex.cn. All rights reserved.
See LICENSE file for license details.
-->
<style>
.f-12{
}
</style>
<div class="large">
<div class="ColColorOrange clearfix">
<table>
<tr><td><div class="span-auto" title="">
<a>
<{img app="desktop" src="bundle/money.gif"}>
</a>
<span class="f-12">包裹总数:</span>
<span>
<{if $env.get.status=='4'}>
<{$actual_status.accounted.count}>
<{else}>
<{$actual_status.no_match.count}>
<{/if}>
</span>
</div></td><td><div class="span-auto" title="">
<a>
<{img app="desktop" src="bundle/coins.gif"}>
</a>
<span class="f-12">账单金额:</span>
<span><{if $env.get.status=='4'}>
<{$actual_status.accounted.total_delivery_cost_actual|default:0|cur}>
<{else}>
<{$actual_status.no_match.total_delivery_cost_actual|default:0|cur}>
<{/if}></span>
</div></td><td></td></tr>
</table>
</div>
</div>