mirror of
https://gitee.com/ShopeX/OMS
synced 2026-05-02 21:25:40 +08:00
23 lines
738 B
HTML
23 lines
738 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<{if ($env.get.flt=='confirm') || ($env.get.flt=='confirmview')}>
|
||
|
||
<{if $env.get.status=='2' ||$env.get.status=='3'}>
|
||
|
||
<{include file="actual/tab_center_confirmdiff.html" app="logisticsaccounts"}>
|
||
<{else}>
|
||
<{include file="actual/tab_center_confirm.html" app="logisticsaccounts"}>
|
||
<{/if}>
|
||
<{else}>
|
||
|
||
<{if $env.get.status=='1'}>
|
||
<{include file="actual/tab_center_match.html" app="logisticsaccounts"}>
|
||
<{elseif $env.get.status=='2' ||$env.get.status=='3'}>
|
||
<{include file="actual/tab_center_diff.html" app="logisticsaccounts"}>
|
||
<{else}>
|
||
<{include file="actual/tab_center_no.html" app="logisticsaccounts"}>
|
||
<{/if}>
|
||
<{/if}> |