You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
371 lines
15 KiB
HTML
371 lines
15 KiB
HTML
<extend name="Public/base"/>
|
|
|
|
<block name="body">
|
|
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
|
<script type="text/javascript" src="__JS__/select2.min.js"></script>
|
|
<script type="text/javascript" src="__JS__/bootstrap.min.js"></script>
|
|
<style>
|
|
.select2-container--default .select2-selection--single {
|
|
color: #000;
|
|
resize: none;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #a7b5bc #ced9df #ced9df #a7b5bc;
|
|
box-shadow: 0px 3px 3px #F7F8F9 inset;height:35px;
|
|
height:28px;border-radius:3px;font-size:12px;
|
|
}
|
|
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
|
line-height:35px;
|
|
line-height:28px;
|
|
}
|
|
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
|
height:26px;
|
|
}
|
|
.select2-container--default .select2-search--dropdown .select2-search__field {
|
|
height:26px;line-height:26px;font-size:12px;
|
|
}
|
|
.select2-results__option[aria-selected] {font-size:12px;}
|
|
|
|
.lwx_dialog_prompt .layui-layer-content {padding-top:15px;}
|
|
.lwx_dialog_title{margin:0;padding:0;}
|
|
.launch_platform_prompt .layui-layer-input,.lwx_dialog_input { display: block;
|
|
width: 220px;
|
|
height: 30px;
|
|
margin: 0 auto;
|
|
line-height: 30px;
|
|
padding: 0 5px;
|
|
border: 1px solid #ccc;
|
|
box-shadow: 1px 1px 5px rgba(0,0,0,.1) inset;
|
|
color: #333;}
|
|
.lwx_dialog_input {width:240px;}
|
|
.launch_platform_prompt .layui-layer-btn,.lwx_dialog_prompt .layui-layer-btn {text-align:center;padding-bottom:25px;}
|
|
.launch_platform_prompt .layui-layer-btn .layui-layer-btn0,.lwx_dialog_prompt .layui-layer-btn .layui-layer-btn0 {width:81%;margin:0;}
|
|
|
|
.data_list table th:last-child{width:6%;}
|
|
.data_list table tbody td:last-child a {float:none;}
|
|
</style>
|
|
|
|
|
|
<div class="cf main-place top_nav_list navtab_list">
|
|
<div class="fr">
|
|
<a class="<neq name='Think.get.group' value='1'>tabchose</neq>" href="{:U('platform')}">后台录入</a>
|
|
<a class="<eq name='Think.get.group' value='1'>tabchose</eq>" href="{:U('platform',array('group'=>1))}">渠道添加</a>
|
|
</div>
|
|
<h3 class="page_title">{$m_title}列表</h3>
|
|
<p class="description_text">说明:用于编辑推广员申请推广链接时可选择的投放平台</p>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="cf top_nav_list">
|
|
<div class="fl button_list">
|
|
|
|
<div class="tools">
|
|
<neq name="Think.get.group" value="1">
|
|
<a id="jsplatformadd" href="javascript:;" url="{:U('platform_add?model='.$model['id'])}"><span class="button_icon button_icon1"></span>新增</a>
|
|
</neq>
|
|
</div>
|
|
|
|
</div>
|
|
<!-- 高级搜索 -->
|
|
<div class="jssearch fl cf search_list">
|
|
<div class="input-list search-title-box">
|
|
<label>搜索:</label>
|
|
</div>
|
|
|
|
<div class="input-list">
|
|
<input name="name" type="text" class="" placeholder="投放平台名称" value="{:I('name')}">
|
|
</div>
|
|
<eq name="Think.get.group" value="1">
|
|
<div class="input-list input-list-promote search_label_rehab">
|
|
<select id="promote_id" name="promote_id" class="select_gallery" >
|
|
<option value="">推广员账号</option>
|
|
<volist name=":get_promote_list(1)" id="vo">
|
|
<option promote-id="{$vo.id}" value="{$vo.id}">{$vo.account}</option>
|
|
</volist>
|
|
</select>
|
|
</div>
|
|
</eq>
|
|
<div class="input-list">
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('platform','model='.$model['name'].'&row='.I('row').'&group='.I('group'),false)}">搜索</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- 数据列表 -->
|
|
<div class="data_list">
|
|
|
|
<div class="">
|
|
<table>
|
|
<!-- 表头 -->
|
|
<thead>
|
|
<tr>
|
|
<th>编号</th>
|
|
<th>名称</th>
|
|
<eq name="Think.get.group" value="1">
|
|
<th>渠道</th>
|
|
</eq>
|
|
<th>创建时间</th>
|
|
<th>最后更新时间</th>
|
|
<th>操作</th>
|
|
</tr>
|
|
</thead>
|
|
<!-- 列表 -->
|
|
<tbody>
|
|
<empty name ="list_data">
|
|
<td colspan="6" class="text-center">aOh! 暂时还没有内容!</td>
|
|
<else />
|
|
<volist name="list_data" id="data">
|
|
<tr>
|
|
<td>{$data.id}</td>
|
|
<td>{$data.name}</td>
|
|
<eq name="Think.get.group" value="1">
|
|
<td>{$data.promote_account}</td>
|
|
</eq>
|
|
<td>{$data.create_time|date='Y-m-d H:i:s',###}</td>
|
|
<td>{$data.update_time|date='Y-m-d H:i:s',###}</td>
|
|
<td>
|
|
<a class="jsplatformedit" href="javascript:;" data-id="{$data['id']}" data-name="{$data['name']}" url="{:U('platform_edit')}">编辑</a>
|
|
</td>
|
|
</tr>
|
|
</volist>
|
|
</empty>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="page">
|
|
<if condition="$role_export_check eq true ">
|
|
<a class="sch-btn" href="{:U('Export/platform',array('name'=>I('request.name',''),'group'=>I('request.group',0),'promote_id'=>I('promote_id',''),'xlsname'=>'广告监测管理_投放平台列表_'.(I('request.group','')?'渠道添加':'后台录入')))}">导出</a>
|
|
</if>
|
|
{$_page|default=''}
|
|
</div>
|
|
|
|
<div class="common_settings">
|
|
<span class="plus_icon"><span><img src="__IMG__/zwmimages/icon_jia.png"></span></span>
|
|
<form class="addShortcutIcon">
|
|
<input type="hidden" name="title" value="{$m_title}">
|
|
<input type="hidden" name="url" value="{$m_url}">
|
|
</form>
|
|
<a class="ajax-post add-butn <notempty name='commonset'>addSIsetted</notempty>" href="javascript:;" target-form="addShortcutIcon" url="{:U('Think/addShortcutIcon')}"><img src="__IMG__/zwmimages/icon_jia.png"><span><notempty name='commonset'>已添加<else />添加至常用设置</notempty></span></a>
|
|
</div>
|
|
|
|
</block>
|
|
|
|
<block name="script">
|
|
<script src="__STATIC__/layer/layer.js"></script>
|
|
<link href="__STATIC__/datetimepicker/css/datetimepicker.css" rel="stylesheet" type="text/css">
|
|
<php>if(C('COLOR_STYLE')=='blue_color') echo '<link href="__STATIC__/datetimepicker/css/datetimepicker_blue.css" rel="stylesheet" type="text/css">';</php>
|
|
<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 src="__STATIC__/layer/layer.js"></script>
|
|
<script src="__STATIC__/layer/extend/layer.ext.js"></script>
|
|
<script>
|
|
<volist name=":I('get.')" id="vo">
|
|
Think.setValue('{$key}',"{$vo}");
|
|
</volist>
|
|
$(".select_gallery").select2();
|
|
</script>
|
|
<script type="text/javascript">
|
|
//导航高亮
|
|
highlight_subnav('{:U('Launch/platform')}');
|
|
$(function(){
|
|
//搜索功能
|
|
$("#search").click(function(){
|
|
var url = $(this).attr('url');
|
|
var query = $('.jssearch').find('input').serialize();
|
|
query += "&"+$('.jssearch').find('select').serialize();
|
|
query = query.replace(/(&|^)(\w*?\d*?\-*?_*?)*?=?((?=&)|(?=$))/g,'');
|
|
query = query.replace(/^&/g,'');
|
|
if( url.indexOf('?')>0 ){
|
|
url += '&' + query;
|
|
}else{
|
|
url += '?' + query;
|
|
}
|
|
|
|
window.location.href = url;
|
|
});
|
|
|
|
//回车自动提交
|
|
$('.jssearch').find('input').keyup(function(event){
|
|
if(event.keyCode===13){
|
|
$("#search").click();
|
|
}
|
|
});
|
|
|
|
$('#time-start').datetimepicker({
|
|
format: 'yyyy-mm-dd',
|
|
language:"zh-CN",
|
|
minView:2,
|
|
autoclose:true
|
|
});
|
|
|
|
$('#datetimepicker').datetimepicker({
|
|
format: 'yyyy-mm-dd',
|
|
language:"zh-CN",
|
|
minView:2,
|
|
autoclose:true,
|
|
pickerPosition:'bottom-left'
|
|
});
|
|
|
|
$('#jsplatformadd').on('click',function() {
|
|
var that = $(this);
|
|
var url = that.attr('url');
|
|
|
|
layer.confirm('<p class="lwx_dialog_title">投放平台</p><input id="lwx_dialog_input" type="text" class="lwx_dialog_input" value="">', {title:'投放平台添加',skin:'lwx_dialog_prompt',btn:['确定']}, function(index){
|
|
|
|
var input = $('#lwx_dialog_input');
|
|
var val = input.val();
|
|
|
|
if(!val) {input.focus();return false;}
|
|
|
|
//layer.close(index);
|
|
|
|
$.ajax({
|
|
async: false,
|
|
url:url,
|
|
type:"POST",
|
|
dataType:"json",
|
|
data:{name:val},
|
|
success:function(result){
|
|
if(result.status){
|
|
layer.close(index);
|
|
updateAlert(result.info);
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
window.location.reload();
|
|
},2000);
|
|
|
|
}else{
|
|
updateAlert(result.info,'tip_error');
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
},2000);
|
|
}
|
|
},
|
|
error:function(){layer.close(index);
|
|
updateAlert('服务器异常','tip_error');
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
},2000);
|
|
}
|
|
});
|
|
|
|
});
|
|
|
|
|
|
return false;
|
|
});
|
|
|
|
$('.jsplatformedit').on('click',function() {
|
|
var that = $(this);
|
|
var url = that.attr('url');
|
|
var id = that.attr('data-id');
|
|
var name = that.attr('data-name');
|
|
|
|
layer.confirm('<p class="lwx_dialog_title">投放平台</p><input id="lwx_dialog_input" type="text" class="lwx_dialog_input" value="'+name+'">', {title:'投放平台编辑',skin:'lwx_dialog_prompt',btn:['确定']}, function(index){
|
|
|
|
var input = $('#lwx_dialog_input');
|
|
var val = input.val();
|
|
|
|
if(!val) {input.focus();return false;}
|
|
|
|
//layer.close(index);
|
|
|
|
$.ajax({
|
|
async: false,
|
|
url:url,
|
|
type:"POST",
|
|
dataType:"json",
|
|
data:{id:id,name:val},
|
|
success:function(result){
|
|
if(result.status){layer.close(index);
|
|
updateAlert(result.info);
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
window.location.reload();
|
|
},2000);
|
|
|
|
}else{
|
|
updateAlert(result.info,'tip_error');
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
},2000);
|
|
}
|
|
},
|
|
error:function(){layer.close(index);
|
|
updateAlert('服务器异常','tip_error');
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
},2000);
|
|
}
|
|
});
|
|
|
|
});
|
|
|
|
|
|
return false;
|
|
});
|
|
|
|
|
|
$('.jschangevalue').on('click',function() {
|
|
var that = $(this);
|
|
var id = that.attr('data-id');
|
|
var title = that.attr('data-title');
|
|
|
|
|
|
layer.prompt({title:title,formType:0},function(value,index) {
|
|
|
|
if (!/^(?:0|[1-9][0-9]*)$/.test(value)) {
|
|
updateAlert('请输入正整数','tip_error');
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
},2000);
|
|
return false;
|
|
}
|
|
|
|
layer.close(index);
|
|
|
|
$.ajax({
|
|
async: false,
|
|
url:"{:U('change_value')}",
|
|
type:"POST",
|
|
dataType:"json",
|
|
data:{id:id,value:value},
|
|
success:function(result){
|
|
if(result.status){
|
|
updateAlert(result.info);
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
window.location.reload();
|
|
},2000);
|
|
|
|
}else{
|
|
updateAlert(result.info,'tip_error');
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
},2000);
|
|
}
|
|
},
|
|
error:function(){
|
|
updateAlert('服务器异常','tip_error');
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
},2000);
|
|
}
|
|
});
|
|
|
|
});
|
|
|
|
return false;
|
|
});
|
|
|
|
|
|
})
|
|
</script>
|
|
</block>
|