...
|
...
|
@@ -183,6 +183,52 @@ |
|
|
</form>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div title="PV/UV查询" style="padding:20px;display:none;overflow:auto;">
|
|
|
<div id="searchPvUv" region="north" style="padding-bottom: 35px; ">
|
|
|
<!--<script>-->
|
|
|
<!--document.write(addHead('市场管理', '分组营销管理'));-->
|
|
|
<!--</script>-->
|
|
|
<style>
|
|
|
.div_search input {
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
|
|
|
.div_search .textbox {
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
|
|
|
.div_search .easyui-linkbutton {
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
|
|
|
.subtotal {
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
/*合计单元格样式*/
|
|
|
</style>
|
|
|
<div style="margin-left: 30px;" class="div_search">
|
|
|
<form id="clickPVForm" method="post" accept-charset="utf-8">
|
|
|
<input name="interfaceType" class="easyui-combobox" data-options="
|
|
|
valueField: 'id',
|
|
|
editable: false,
|
|
|
textField: 'text',
|
|
|
width:200,
|
|
|
prompt:'选择泛点击接口',
|
|
|
data: [
|
|
|
{ id: '', text: '全部' },
|
|
|
{ id: 'gdt', text: '广点通' },
|
|
|
{ id: 'pinyou', text: '品友' },
|
|
|
{ id: 'criteo', text: 'criteo' }
|
|
|
|
|
|
]"/>
|
|
|
<input name="createTimeBegin" id='clickPVTimeBegin' class="easyui-datetimebox" data-options="editable: false,prompt:'开始时间'" style="width: 200px;">
|
|
|
<input name="createTimeEnd" id='clickPVTimeEnd' class="easyui-datetimebox" editable="false"
|
|
|
data-options="prompt:'结束时间'" style="width: 200px;">
|
|
|
<a id="clickPVBtn" class="easyui-linkbutton btn-info" style="margin-left: 30px; "></a>
|
|
|
</form>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div region="center">
|
|
|
<div style="margin-left: 30px;margin-top: 20px; height:500px;">
|
|
|
<table id="openTable"></table>
|
...
|
...
|
|