|
|
<extend name="Public/promote_base"/>
|
|
|
<block name="css">
|
|
|
<link href="__CSS__/20180207/data.css" rel="stylesheet">
|
|
|
<link href="__CSS__/20180207/finance.css" rel="stylesheet">
|
|
|
<link href="__STATIC__/icons_alibaba/iconfont.css" rel="stylesheet">
|
|
|
|
|
|
<style>
|
|
|
.selected-color {
|
|
|
color: #2bd8ed;
|
|
|
}
|
|
|
|
|
|
.pointer-hand {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
.icon-spend {
|
|
|
position: relative;
|
|
|
font-size: 1.2rem;
|
|
|
top: 3px;
|
|
|
float: right;
|
|
|
right: 10px;
|
|
|
}
|
|
|
.current {
|
|
|
display: inline-block;
|
|
|
margin-right: 10px;
|
|
|
padding-left: 10px;
|
|
|
padding-right: 10px;
|
|
|
height: 34px;
|
|
|
border: 1px solid #E5E5E5;
|
|
|
color: red;
|
|
|
border-radius: 4px;
|
|
|
line-height: 34px;
|
|
|
text-align: center;
|
|
|
|
|
|
}
|
|
|
.chakan {
|
|
|
display: inline-block;
|
|
|
margin-right: 10px;
|
|
|
padding-left: 10px;
|
|
|
padding-right: 10px;
|
|
|
height: 34px;
|
|
|
border: 1px solid #06C;
|
|
|
color: red;
|
|
|
border-radius: 4px;
|
|
|
line-height: 34px;
|
|
|
text-align: center;
|
|
|
|
|
|
}
|
|
|
</style>
|
|
|
</block>
|
|
|
|
|
|
<block name="body">
|
|
|
<div class="page-search normal_list query-register-search">
|
|
|
<div class="trunk-title">
|
|
|
<div class="location">
|
|
|
<div class="location-container">当前位置:<span>下载管理></span><span>控制台</span></div>
|
|
|
</div>
|
|
|
<img src="__IMG__/20180207/icon_zhuce.png">
|
|
|
<span class="title_main">下载日志</span>
|
|
|
<span class="details">记录数据管理中导出数据事件</span>
|
|
|
</div>
|
|
|
<div class="trunk-content article">
|
|
|
<div class="trunk-search clearfix">
|
|
|
<form action="{:U('download/index')}" method="post" enctype="multipart/form-data">
|
|
|
|
|
|
<div class="form-group fl">
|
|
|
<input type="text" name="dataname" class="txt normal_txt" id="uid" placeholder="请输入数据名称"
|
|
|
value="{:I('dataname')}">
|
|
|
</div>
|
|
|
<div class="form-group fl" style='margin-left:10px'>
|
|
|
<input type="text" name="logid" class="txt normal_txt" id="lid" placeholder="输入日志编号"
|
|
|
value="{:I('logid')}">
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group fl" style="margin-left:10px">
|
|
|
<select id="pid" name="pid" class="reselect select_gallery" style="min-width:200px;width: 175px;">
|
|
|
<option value="0">请选择推广员</option>
|
|
|
<volist name="promoteNameArr" id="vo">
|
|
|
<option value="{$vo.promote_id}" title="{$vo.name}">{$vo.name}</option>
|
|
|
</volist>
|
|
|
</select>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<div class="form-group normal_space fl">
|
|
|
<label class="form-title select-title" style="position: relative;">申请时间:</label>
|
|
|
<div class="select-time">
|
|
|
<input type="text" id="sdate" class="txt" name="begtime" placeholder="开始时间" value="{:I('begtime')}">
|
|
|
</div>
|
|
|
<label class="form-title select-title zhi_color"> — </label>
|
|
|
<div class="select-time">
|
|
|
<input type="text" id="edate" class="txt" name="endtime" placeholder="结束时间" value="{:I('endtime')}">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<div class="form-group normal_space fl">
|
|
|
<input type="submit" class="submit" id='submit' value="查询">
|
|
|
</div>
|
|
|
|
|
|
|
|
|
</form>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="page-list query-register-list">
|
|
|
<div class="trunk-content article">
|
|
|
<div class="trunk-list list_normal" style="">
|
|
|
<table class="table normal_table">
|
|
|
<tr class="odd">
|
|
|
<th>ID</th>
|
|
|
<th>报表类型</th>
|
|
|
<th>操作人</th>
|
|
|
<th>申请时间</th>
|
|
|
<th>下载时间</th>
|
|
|
<th>状态</th>
|
|
|
|
|
|
</tr>
|
|
|
<empty name="data">
|
|
|
<tr class="num2">
|
|
|
<td colspan="8" style="text-align: center;height: 45vh;">
|
|
|
<img src="__IMG__/20180207/icon_wushujv2.png"/>
|
|
|
<p style="line-height: 40px;color: #A5A5A5;">暂无数据</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<else/>
|
|
|
<volist name="data" id="vo">
|
|
|
<tr class="num2">
|
|
|
<td>{$vo.logid}</td>
|
|
|
<td>{$vo.dataname}</td>
|
|
|
<td>{$vo.actor}</td>
|
|
|
<td>{$vo.addtime|date='Y-m-d H:i:s',###}</td>
|
|
|
<td>
|
|
|
<if condition="$vo['begintime'] neq 0">
|
|
|
{$vo.begintime|date='Y-m-d H:i:s',###}
|
|
|
<else />
|
|
|
暂无下载时间
|
|
|
</if>
|
|
|
</td>
|
|
|
<td>
|
|
|
<if condition="$vo['status'] eq 0">
|
|
|
<a href="{:U('download/export',array('conditions'=>$vo['conditions'],'id'=>$vo['id'],'dataname'=>$vo['dataname']))}" style="cursor: pointer"
|
|
|
class="chakan"><span>可下载</span></a>
|
|
|
|
|
|
<else /> <a href="javascript:;" class="current"><span style="color:#9D9D9D">已下载</span></a>
|
|
|
</if>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</volist>
|
|
|
</empty>
|
|
|
</table>
|
|
|
</div>
|
|
|
<div class="pagenation clearfix">
|
|
|
{$_page}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
</block>
|
|
|
<block name="script">
|
|
|
<link href="__STATIC__/datetimepicker/css/datetimepicker.css" rel="stylesheet" type="text/css">
|
|
|
<link href="__STATIC__/datetimepicker/css/dropdown.css" rel="stylesheet" type="text/css">
|
|
|
<script type="text/javascript" src="__STATIC__/datetimepicker/js/bootstrap-datetimepicker.min.js"></script>
|
|
|
<script type="text/javascript" src="__STATIC__/datetimepicker/js/locales/bootstrap-datetimepicker.zh-CN.js"
|
|
|
charset="UTF-8"></script>
|
|
|
<script type="text/javascript" src="__JS__/20170831/select2.min.js"></script>
|
|
|
<script type="text/javascript">
|
|
|
$().ready(function () {
|
|
|
setValue('team_leader_id', {$Think.request.team_leader_id |default = '""'});
|
|
|
setValue('promote_id', {$Think.request.promote_id |default = 0});
|
|
|
setValue('row', '{:I("get.row",10)}');
|
|
|
|
|
|
var date = "{$setdate}";
|
|
|
$('#sdate').datetimepicker({
|
|
|
format: 'yyyy-mm-dd',
|
|
|
language: "zh-CN",
|
|
|
minView: 2,
|
|
|
autoclose: true,
|
|
|
scrollMonth: false,
|
|
|
scrollTime: false,
|
|
|
scrollInput: false,
|
|
|
endDate: date
|
|
|
});
|
|
|
|
|
|
$('#edate').datetimepicker({
|
|
|
format: 'yyyy-mm-dd',
|
|
|
language: "zh-CN",
|
|
|
minView: 2,
|
|
|
autoclose: true,
|
|
|
pickerPosition: 'bottom-left',
|
|
|
scrollMonth: false,
|
|
|
scrollTime: false,
|
|
|
scrollInput: false,
|
|
|
endDate: date
|
|
|
});
|
|
|
|
|
|
$('#own').on('click',function () {
|
|
|
var ownId = $('#own_id').val();
|
|
|
var checkBox = $(this).children('i');
|
|
|
|
|
|
if (ownId > 0) {
|
|
|
checkBox.removeClass('iconfangxingxuanzhongfill');
|
|
|
checkBox.removeClass('selected-color');
|
|
|
checkBox.addClass('iconfangxingweixuanzhong');
|
|
|
|
|
|
$('#own_id').val(0);
|
|
|
} else {
|
|
|
checkBox.removeClass('iconfangxingweixuanzhong');
|
|
|
checkBox.addClass('iconfangxingxuanzhongfill');
|
|
|
checkBox.addClass('selected-color');
|
|
|
|
|
|
$('#own_id').val({$pID});
|
|
|
}
|
|
|
});
|
|
|
|
|
|
$("#pagehtml a").on("click", function (event) {
|
|
|
event.preventDefault();//使a自带的方法失效,即无法调整到href中的URL(http://www.baidu.com)
|
|
|
var geturl = $(this).attr('href');
|
|
|
$('#data_form').attr('action', geturl);
|
|
|
$('#data_form').submit();
|
|
|
});
|
|
|
|
|
|
$(".select_gallery").select2();
|
|
|
$('.submit').click(function () {
|
|
|
var sdate = $('#sdate').val();
|
|
|
var edate = $('#edate').val();
|
|
|
|
|
|
if (Date.parse(sdate) > Date.parse(edate)) {
|
|
|
layer.msg('开始时间必须小于等于结束时间');
|
|
|
return false;
|
|
|
}
|
|
|
});
|
|
|
});
|
|
|
</script>
|
|
|
<script>
|
|
|
setValue('pid', {$Think.request.pid |default = '""'});
|
|
|
</script>
|
|
|
</block>
|