|
|
|
<extend name="Public/base"/>
|
|
|
|
|
|
|
|
<block name="body">
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
|
|
|
<script type="text/javascript" src="__JS__/bootstrap.min.js"></script>
|
|
|
|
<script type="text/javascript" src="__JS__/select2.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;}
|
|
|
|
.data_list table td{
|
|
|
|
text-indent:0;
|
|
|
|
}
|
|
|
|
.data_list table td.multiple_info {text-align:left;padding:0 10px;width:33%;}
|
|
|
|
.multiple_info h4,.multiple_info p {margin:0;line-height:1.4;}
|
|
|
|
.lwx_ajax_pop .layui-layer-content{padding:5px;}
|
|
|
|
.lwx_ajax_pop .layui-layer-content .layui-layer-input {line-height:1.4;width:100%;height:94%;border:none;overflow:hidden;resize:none;color:#b3b3b3;}
|
|
|
|
.layui-layer-btn{background-color:#F8F8F8;padding-top:12px;}
|
|
|
|
.lwx_ajax_pop .layui-layer-content{padding-left:20px;}
|
|
|
|
.fontcolor{color:#404040 !important;}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="cf main-place top_nav_list navtab_list">
|
|
|
|
|
|
|
|
<h3 class="page_title">商品列表</h3>
|
|
|
|
|
|
|
|
<p class="description_text">说明:用户发布商品的记录</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="cf top_nav_list">
|
|
|
|
<div class="fl button_list">
|
|
|
|
<div class="tools">
|
|
|
|
|
|
|
|
<a class="ajax-post" target-form="ids" href="{:U('update_status',array('status'=>3))}">
|
|
|
|
<span class="button_icon button_icon9"></span>审核
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 高级搜索 -->
|
|
|
|
<div class="jssearch fl cf search_list" >
|
|
|
|
<div class="input-list search-title-box">
|
|
|
|
<label>搜索:</label>
|
|
|
|
</div>
|
|
|
|
<div class="input-list">
|
|
|
|
<input type="text" name="account" placeholder="卖家账号" class="" value="{:I('account')}"/>
|
|
|
|
</div>
|
|
|
|
<div class="input-list">
|
|
|
|
<input type="text" name="small" placeholder="小号账号" class="" value="{:I('small')}"/>
|
|
|
|
</div>
|
|
|
|
<div class="input-list">
|
|
|
|
<input type="text" id="timestart" name="timestart" class="" value="{:I('timestart')}" placeholder="发布开始时间" />
|
|
|
|
-
|
|
|
|
<div class="input-append date" id="datetimepicker" style="display:inline-block">
|
|
|
|
<input type="text" id="timeend" name="timeend" class="" value="{:I('timeend')}" placeholder="发布结束时间" />
|
|
|
|
<span class="add-on"><i class="icon-th"></i></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--游戏类型搜索END-->
|
|
|
|
<div class="input-list input-list-game search_label_rehab">
|
|
|
|
<select id="game_id" name="game_id" class="select_gallery" style="width:120px;">
|
|
|
|
<option value="">游戏名称</option>
|
|
|
|
<volist name=":get_game_list(I('type',1))" id="vo">
|
|
|
|
<option value="{$vo.id}">{$vo.game_name}</option>
|
|
|
|
</volist>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
<div class="input-list input-list input-list-platform">
|
|
|
|
<select id="status" name="status">
|
|
|
|
<option value="">状态</option>
|
|
|
|
<option value="0">待审核</option>
|
|
|
|
<option value="1">已售出</option>
|
|
|
|
<option value="2">已驳回</option>
|
|
|
|
<option value="3">出售中</option>
|
|
|
|
<option value="4">待发货</option>
|
|
|
|
<option value="-1">已下架</option>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
<div class="input-list">
|
|
|
|
<input type="text" name="keyword" placeholder="关键字" class="" value="{:I('keyword')}"/>
|
|
|
|
</div>
|
|
|
|
<div class="input-list">
|
|
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('Merchandise/lists','model='.$model['name'] . '&row='.I('row'),false)}">搜索</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 数据列表 -->
|
|
|
|
<div class="data_list data_game_list">
|
|
|
|
|
|
|
|
<div class="">
|
|
|
|
<table>
|
|
|
|
<!-- 表头 -->
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
<input class="check-all" type="checkbox">
|
|
|
|
</th>
|
|
|
|
<th>商品ID</th>
|
|
|
|
<th>商品信息</th>
|
|
|
|
<th>卖家账号</th>
|
|
|
|
<th>创建天数</th>
|
|
|
|
<th>累计充值</th>
|
|
|
|
<th>售价</th>
|
|
|
|
<th>状态</th>
|
|
|
|
<th>发布时间</th>
|
|
|
|
<th style="width:10%;min-width:150px;">操作</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<!-- 列表 -->
|
|
|
|
<tbody>
|
|
|
|
<empty name ="list_data">
|
|
|
|
<td colspan="12" class="text-center">aOh! 暂时还没有内容!</td>
|
|
|
|
<else />
|
|
|
|
<volist name="list_data" id="data">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<switch name="data.status">
|
|
|
|
<case value="0"><input class="ids" type="checkbox" value="{$data['id']}" name="ids[]"></case>
|
|
|
|
<case value="2"><input class="ids" type="checkbox" value="{$data['id']}" name="ids[]"></case>
|
|
|
|
<default />
|
|
|
|
<input class="ids disabled" type="checkbox" disabled value="{$data['id']}" name="ids[]">
|
|
|
|
</switch>
|
|
|
|
</td>
|
|
|
|
<td>{$data.id}</td>
|
|
|
|
<td class="multiple_info"><h4>{$data.title}</h4><p><span>游戏/平台/区服:</span><span>{$data.game_name}/{$data.server_name}/{$data.small_account}</span></p></td>
|
|
|
|
<td>{$data.user_account}</td>
|
|
|
|
<td>{$data.day}</td>
|
|
|
|
<td>{:get_small_spend_sum($data['small_id'])}</td>
|
|
|
|
<td>{$data.price}</td>
|
|
|
|
<td>{:get_info_status($data['status'],41)}</td>
|
|
|
|
<td>{$data.create_time|date='Y-m-d H:i:s',###}</td>
|
|
|
|
<td>
|
|
|
|
<a href="{:U('edit',array('id'=>$data['id']))}">查看</a>
|
|
|
|
<eq name="data.status" value="2">
|
|
|
|
<a href="{:U('update_status',array('ids'=>$data['id'],'status'=>3))}" class="ajax-get">审核</a>
|
|
|
|
</eq>
|
|
|
|
<eq name="data.status" value="3">
|
|
|
|
<a href="javascript:;" data-href="{:U('update_status',array('ids'=>$data['id'],'status'=>-1))}" data-type="-1" class="ajax-pop">下架</a>
|
|
|
|
</eq>
|
|
|
|
<eq name="data.status" value="0">
|
|
|
|
<a href="{:U('update_status',array('ids'=>$data['id'],'status'=>3))}" class="ajax-get">审核</a>
|
|
|
|
<a href="javascript:;" data-href="{:U('update_status',array('ids'=>$data['id'],'status'=>2))}" data-type="2" class="ajax-pop">驳回</a>
|
|
|
|
</eq>
|
|
|
|
|
|
|
|
|
|
|
|
</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/merchandise',array('account'=>I('account'),'timestart'=>I('timestart'),'timeend'=>I('timeend'),'game_id'=>I('game_id'),'status'=>I('status'),'keyword'=>I('keyword'),'title'=>I('title'),'xlsname'=>'商品中心_商品列表'))}">导出</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="Merchandise/lists">
|
|
|
|
</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">
|
|
|
|
<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 src="__STATIC__/layer/layer.js" type="text/javascript"></script>
|
|
|
|
<script type="text/javascript" src="__STATIC__/layer/extend/layer.ext.js"></script>
|
|
|
|
<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>
|
|
|
|
<volist name=":I('get.')" id="vo">
|
|
|
|
Think.setValue('{$key}',"{$vo}");
|
|
|
|
</volist>
|
|
|
|
</script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
//导航高亮
|
|
|
|
highlight_subnav("{:U('Merchandise/lists')}");
|
|
|
|
$(".select_gallery").select2();
|
|
|
|
$(function(){
|
|
|
|
//搜索功能
|
|
|
|
$("#search").click(function(){
|
|
|
|
var starttime = $.trim($('#timestart').val());
|
|
|
|
var endtime = $.trim($('#timeend').val());
|
|
|
|
|
|
|
|
if (starttime && endtime && starttime > endtime) {layer.msg('开始时间必须小于等于结束时间');return false;}
|
|
|
|
|
|
|
|
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;
|
|
|
|
});
|
|
|
|
|
|
|
|
$('.ajax-pop').click(function() {
|
|
|
|
var url = $(this).attr('data-href');
|
|
|
|
var title = msg ='';
|
|
|
|
if ($(this).attr('data-type')>0) {
|
|
|
|
msg = '请输入驳回原因';title = '驳回';
|
|
|
|
} else {
|
|
|
|
msg = '请输入下架原因';title = '下架';
|
|
|
|
}
|
|
|
|
layer.prompt({
|
|
|
|
formType: 2,
|
|
|
|
skin: 'lwx_ajax_pop',
|
|
|
|
value: msg,
|
|
|
|
title: '商品'+title,
|
|
|
|
area: ['420px', '240px'],
|
|
|
|
success:function(layero, index) {
|
|
|
|
var ta = $(layero).find('textarea');
|
|
|
|
ta.focus(function() {
|
|
|
|
if($.trim($(this).val()) == msg) {
|
|
|
|
$(this).val('').removeClass('fontcolor');
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}).blur(function() {
|
|
|
|
if($.trim($(this).val()) == '') {
|
|
|
|
$(this).val(msg).removeClass('fontcolor');
|
|
|
|
}
|
|
|
|
}).keyup(function() {
|
|
|
|
if($.trim($(this).val())==msg) {
|
|
|
|
$(this).removeClass('fontcolor');
|
|
|
|
} else {
|
|
|
|
$(this).addClass('fontcolor');
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
});
|
|
|
|
},
|
|
|
|
yes: function(index, layero){
|
|
|
|
var ta = $(layero).find('textarea');
|
|
|
|
var val = '';
|
|
|
|
if($.trim(ta.val()) == '' || $.trim(ta.val()) == msg) {layer.msg(msg);return false;}
|
|
|
|
if($.trim(ta.val()) != msg) {val = $.trim(ta.val());}
|
|
|
|
var that = $(layero);btn = that.find('.layui-layer-btn0');
|
|
|
|
if(btn.hasClass('disabled')) {return false;}
|
|
|
|
btn.addClass('disabled');
|
|
|
|
$.ajax({
|
|
|
|
type:'get',
|
|
|
|
dataType:'json',
|
|
|
|
url:url,
|
|
|
|
data:{remark:val},
|
|
|
|
success:function(data) {
|
|
|
|
btn.removeClass('disabled');
|
|
|
|
if(parseInt(data.status) == 1) {
|
|
|
|
layer.close(index);
|
|
|
|
layer.msg(data.info);
|
|
|
|
setTimeout(function(){
|
|
|
|
window.location.reload();
|
|
|
|
},2000);
|
|
|
|
} else {
|
|
|
|
layer.msg(data.info);
|
|
|
|
}
|
|
|
|
},
|
|
|
|
error:function() {btn.removeClass('disabled');layer.msg('服务器故障,请稍后再试');}
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
return false;
|
|
|
|
});
|
|
|
|
|
|
|
|
//回车自动提交
|
|
|
|
$('.jssearch').find('input').keyup(function(event){
|
|
|
|
if(event.keyCode===13){
|
|
|
|
$("#search").click();
|
|
|
|
}
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
$('#timestart').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'
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
</script>
|
|
|
|
</block>
|