mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-30 12:35:32 +08:00
73 lines
1.7 KiB
HTML
73 lines
1.7 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>
|
|
.f18{
|
|
width:100px;
|
|
text-align:right;
|
|
|
|
height:20px;
|
|
padding:0;
|
|
}
|
|
.f-12{
|
|
|
|
}
|
|
.accounted_tab tr td{
|
|
border:1px solid #cccccc;
|
|
}
|
|
</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 class="">
|
|
<{$actual_status.hasmatched.count}>
|
|
|
|
</span>
|
|
</div></td><td><div class="span-auto" title="">
|
|
<a>
|
|
<{img app="desktop" src="bundle/coins.gif"}>
|
|
</a>
|
|
<span class="f-12">总金额: </span>
|
|
<span class="f18"><{$actual_status.hasmatched.total_delivery_cost_actual|default:0|cur}></span>
|
|
</div></td></tr>
|
|
<tr><td><div class="span-auto" title="">
|
|
<a>
|
|
<{img app="desktop" src="bundle/money.gif"}>
|
|
</a>
|
|
<span class="f-12">已记账数:</span>
|
|
<span class=""><{$actual_status.hasmatched_accounted.count|default:0}></span>
|
|
</div></td><td><div class="span-auto" title="">
|
|
<a>
|
|
<{img app="desktop" src="bundle/coins.gif"}>
|
|
</a>
|
|
<span class="f-12">记账金额:</span>
|
|
<span class="f18"><{$actual_status.hasmatched_accounted.total_actual_amount |default:0|cur}></span>
|
|
</div></td></tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|