Files
OMS/app/omeanalysts/view/ome/store_status.html
2025-12-28 23:13:25 +08:00

21 lines
819 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
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>