mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-30 21:15:34 +08:00
54 lines
2.1 KiB
HTML
54 lines
2.1 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.
|
|
-->
|
|
|
|
<{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="<{$env.app.res_url}>/cir_topleft.jpg" class="cir_left" />
|
|
<img src="<{$env.app.res_url}>/cir_topright.jpg" class="cir_right" />
|
|
</div>
|
|
<div class="cir_rightbox">
|
|
<h4>
|
|
<div class="title_left" >
|
|
<{$path}> <{button label="修改区间设置" id="editarea" type="button"}>
|
|
</div>
|
|
<{include file="ordersPrice/search.html"}>
|
|
</h4>
|
|
|
|
<div class="tableform">
|
|
<div class="division" style="border:1px solid #ccc;">
|
|
<iframe frameborder="0" src="?app=omeanalysts&ctl=ome_ordersPrice&act=price_interval_map&shop_id=<{$shop_id}>&from=<{$time_from}>&to=<{$time_to}>&hash=<{$hash}>&finder_id=<{$env.get.finder_id}>" scrolling="no" width="100%" height="300" onload="$(this).getParent().removeClass('loading');"></iframe>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="cir_bottom">
|
|
<img src="<{$env.app.res_url}>/cir_bottomleft.jpg" class="cir_left" />
|
|
<img src="<{$env.app.res_url}>/cir_bottomright.jpg" class="cir_right" />
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<script>
|
|
(function(){
|
|
$('editarea').addEvent('click',function(e){
|
|
new Dialog('index.php?app=omeanalysts&ctl=ome_ordersPrice&act=edit',{width:700,height:300,title:'修改区间设置'});
|
|
});
|
|
})();
|
|
</script> |