mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-29 12:05:37 +08:00
55 lines
1.3 KiB
HTML
55 lines
1.3 KiB
HTML
<!--
|
|
Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<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>
|