mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 10:25:35 +08:00
62 lines
2.7 KiB
HTML
62 lines
2.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.
|
|
-->
|
|
|
|
<div class="finder-list finder-normal">
|
|
<table width="100%" cellspacing="0" cellpadding="0">
|
|
<colgroup>
|
|
<col style="width:70px">
|
|
<col style="width:55px">
|
|
<col style="width:80px">
|
|
<col style="width:55px">
|
|
<col style="width:55px">
|
|
<col style="width:55px">
|
|
<col style="width:70px">
|
|
<col style="width:70px">
|
|
<col style="width:50px">
|
|
<col style="width:50px">
|
|
<col style="width:50px">
|
|
<col style="width:50px">
|
|
<col style="width:50px">
|
|
<col style="width:50px">
|
|
<col style="width:50px">
|
|
<col>
|
|
</colgroup>
|
|
<tbody>
|
|
<{foreach from=$data key=key item=item}>
|
|
<{if $key!='last_modify'}>
|
|
<tr class="row <{if $key%2}>odd first<{else}>even<{/if}> ">
|
|
<td><div class="cell"><{$item.sel_time}></div></td>
|
|
<td><div class="cell"><{$item.all_order}></div></td>
|
|
<td><div class="cell"><{$item.cod_order}></div></td>
|
|
<td><div class="cell"><{$item.fail_order}></div></td>
|
|
<td><div class="cell"><{$item.abnormal_order}></div></td>
|
|
<td><div class="cell"><{$item.cancel_order}></div></td>
|
|
<td><div class="cell"><{$item.unconfirmed_order}></div></td>
|
|
<td><div class="cell"><{$item.confirmed_order}></div></td>
|
|
<td><div class="cell"><{$item.all_delivery}></div></td>
|
|
<td><div class="cell"><{$item.process_delivery}></div></td>
|
|
<td><div class="cell"><{$item.noprocess_delivery}></div></td>
|
|
<td><div class="cell"><{$item.unprint_delivery}></div></td>
|
|
<td><div class="cell"><{$item.print_delivery}></div></td>
|
|
<td><div class="cell"><{$item.unverify_delivery}></div></td>
|
|
<td><div class="cell"><{$item.verify_delivery}></div></td>
|
|
<td> </td>
|
|
</tr>
|
|
<{/if}>
|
|
<{/foreach}>
|
|
</tbody>
|
|
</table>
|
|
</div> |