mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-07 23:25:32 +08:00
38 lines
1.3 KiB
HTML
38 lines
1.3 KiB
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<{area inject=".mainHead"}>
|
||
<{css src="style.css" app='omeanalysts'}>
|
||
<{/area}>
|
||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td width="100%" valign="top" bgcolor="#E4E4E4" style="padding:12px 8px">
|
||
<div class="cir_top">
|
||
<{img src="cir_topleft.jpg" class="cir_left" app='omeanalysts'}>
|
||
<{img src="cir_topright.jpg" class="cir_right" app='omeanalysts'}>
|
||
|
||
</div>
|
||
<div class="cir_rightbox">
|
||
<h4>
|
||
<div class="title_left" >
|
||
<{$path}>
|
||
</div>
|
||
<{include file="logistics/search.html"}>
|
||
</h4>
|
||
|
||
<div class="tableform">
|
||
<div class="division" style="border:1px solid #ccc;">
|
||
<iframe frameborder="0" src="?app=omeanalysts&ctl=logistics_analysts&act=get_map_data&branch_id=<{$branch_id}>&from=<{$time_from}>&to=<{$time_to}>" scrolling="no" width="100%" height="800" onload="$(this).getParent().removeClass('loading');"></iframe>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="cir_bottom">
|
||
<{img src="cir_bottomleft.jpg" class="cir_left" app='omeanalysts'}>
|
||
<{img src="cir_bottomright.jpg" class="cir_right" app='omeanalysts'}>
|
||
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
</table> |