mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-06 23:05:36 +08:00
58 lines
2.9 KiB
HTML
58 lines
2.9 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.
|
|
-->
|
|
|
|
<script>
|
|
$$('#side,#header').dispose();
|
|
$$('#workground,#main').setStyles({
|
|
'width':'100%',
|
|
'left':0
|
|
});
|
|
|
|
|
|
</script>
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td nowrap="nowrap" style="width:auto;">
|
|
<div class="tabs-wrap select-tabs delivery-cfg-tab">
|
|
<ul style="margin-top:2px;padding:0;">
|
|
<li class="tab <{if $env.get.status==''}>current<{/if}>" >
|
|
<span><a href="index.php?app=logisticsaccounts&ctl=admin_actual&act=detail_actual&task_id=<{$task_id}>&flt=<{$env.get.flt}>&a=c" type="all"><{t}>汇总信息(<{$actual_status.all.count}>)<{/t}></a></span>
|
|
</li>
|
|
|
|
<li class="tab <{if $env.get.status=='1'}>current<{/if}>">
|
|
<span><a href="index.php?app=logisticsaccounts&ctl=admin_actual&act=detail_actual_item&flt=<{$env.get.flt}>&task_id=<{$env.get.task_id}>&status=1" type="hasmatched"><{t}>已匹配(<{$actual_status.hasmatched.count}>)<{/t}></a></span>
|
|
</li>
|
|
<li class="tab <{if $env.get.status=='3'}>current<{/if}>">
|
|
<span><a href="index.php?app=logisticsaccounts&ctl=admin_actual&act=detail_actual_item&flt=<{$env.get.flt}>&task_id=<{$env.get.task_id}>&status=3" type="overpayment"><{t}>比预估高(<{$actual_status.overpayment.count}>)<{/t}></a></span>
|
|
</li>
|
|
<li class="tab <{if $env.get.status=='2'}>current<{/if}>">
|
|
<span><a href="index.php?app=logisticsaccounts&ctl=admin_actual&act=detail_actual_item&flt=<{$env.get.flt}>&task_id=<{$env.get.task_id}>&status=2" type="lesspayment"><{t}>比预估低(<{$actual_status.lesspayment.count}>)<{/t}></a></span>
|
|
</li>
|
|
<{if $actual_status.accounted.count!=0}>
|
|
<li class="tab <{if $env.get.status=='4'}>current<{/if}>">
|
|
<span><a href="index.php?app=logisticsaccounts&ctl=admin_actual&act=detail_actual_item&flt=<{$env.get.flt}>&task_id=<{$env.get.task_id}>&status=4" type="accounted"><{t}>重复记账(<{$actual_status.accounted.count}>)<{/t}></a></span>
|
|
</li>
|
|
<{/if}>
|
|
<{if $actual_status.no_match.count!=0}>
|
|
<li class="tab <{if $env.get.status=='0'}>current<{/if}>" >
|
|
<span><a href="index.php?app=logisticsaccounts&ctl=admin_actual&act=detail_actual_item&flt=<{$env.get.flt}>&task_id=<{$env.get.task_id}>&status=0" type="no_match"><{t}>未匹配(<{$actual_status.no_match.count}>)<{/t}></a></span>
|
|
</li><{/if}>
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|