mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-13 09:15:41 +08:00
21 lines
819 B
HTML
21 lines
819 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<div class="finder-packet chart-tabs">
|
||
<ul class="clearfix over">
|
||
<li class="current">
|
||
<a href="javascript:void(0);"><span><{t}>库存状况综合分析<{/t}></span></a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div style="height:220px;overflow:hidden" class="gridlist">
|
||
<div class="loading chart-items">
|
||
<textarea class="textarea-lazyload dis_n">
|
||
<iframe frameborder="0" src="index.php?app=omeanalysts&ctl=ome_storeStatus&act=get_map_data&time_from=<{$time_from}>&time_to=<{$time_to}>&branch_id=<{$branch_id}>&hash=<{$hash}>" scrolling="no" width="100%" height="100%" onload="$(this).getParent().removeClass('loading')"></iframe>
|
||
</textarea>
|
||
</div>
|
||
</div>
|
||
|