|
|
<extend name="Public/base"/>
|
|
|
<block name="css">
|
|
|
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
|
|
<style type="text/css">
|
|
|
.forbidden {
|
|
|
color: #7B7B7B;
|
|
|
}
|
|
|
.forbidden:hover
|
|
|
{
|
|
|
background-color: #FF9797;
|
|
|
}
|
|
|
#asd{
|
|
|
display: none;
|
|
|
}
|
|
|
</style>
|
|
|
<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;}
|
|
|
</style>
|
|
|
|
|
|
</block>
|
|
|
|
|
|
<block name="body">
|
|
|
<script type="text/javascript" src="__JS__/jquery-1.11.1.min.js"></script>
|
|
|
<script type="text/javascript" src="__JS__/bootstrap.min.js"></script>
|
|
|
<script type="text/javascript" src="__JS__/select2.min.js"></script>
|
|
|
|
|
|
<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">
|
|
|
<empty name="model.extend">
|
|
|
<div class="fl button_list">
|
|
|
<div class="tools">
|
|
|
<a class=" ajax-post " target-form="ids" url="{:U("Promote/set_check_status",array('model'=>'Spend',"status"=>1,"msg_type"=>8,"field"=>"is_check"))}"><span class="button_icon button_icon10"></span>参与结算</a>
|
|
|
<a class=" ajax-post " target-form="ids" url="{:U("Promote/set_check_status",array('model'=>'Spend',"status"=>2,"msg_type"=>8,"field"=>"is_check"))}"><span class="button_icon button_icon11"></span>不参与结算</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</empty>
|
|
|
<!-- 高级搜索 -->
|
|
|
<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="user_account" placeholder="玩家账号" class="" value="{:I('user_account')}"/>
|
|
|
</div>
|
|
|
<div class="input-list">
|
|
|
<input type="text" name="pay_order_number" placeholder="订单号" class="" value="{:I('pay_order_number')}"/>
|
|
|
</div>
|
|
|
<div class="input-list">
|
|
|
<input type="text" id="time-start" name="timeStart" autocomplete="off" class="" value="{:I('timeStart')}" placeholder="充值开始时间" />
|
|
|
-
|
|
|
<div class="input-append date" id="datetimepicker" style="display:inline-block">
|
|
|
<input type="text" id="time-end" name="timeEnd" autocomplete="off" class="" value="{:I('timeEnd')}" placeholder="充值结束时间" />
|
|
|
<span class="add-on"><i class="icon-th"></i></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="input-list input-list-game search_label_rehab">
|
|
|
<select id="game_id" name="game_name" class="select_gallery" style="width:120px;">
|
|
|
<option value="">游戏名称</option>
|
|
|
<volist name=":get_game_list()" id="vo">
|
|
|
<option game-id="{$vo.id}" value="{$vo.game_name}">{$vo.game_name}</option>
|
|
|
</volist>
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="input-list input-list-server search_label_rehab">
|
|
|
<select id="server_id" name="server_id" class="select_gallery" style="width:120px;">
|
|
|
<option value="">区服名称</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="input-list input-list-promote search_label_rehab">
|
|
|
<select id="promote_id" name="promote_name" class="select_gallery" style="width:120px;">
|
|
|
<option value="">推广员账号</option>
|
|
|
<volist name=":get_promote_listOther(1)" id="vo">
|
|
|
<option promote-id="{$vo.id}" value="{$vo.account}">{$vo.account}</option>
|
|
|
</volist>
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="input-list input-list-promote search_label_rehab">
|
|
|
<select id="parent_id" name="parent_id" class="select_gallery" style="width:120px;">
|
|
|
<option value="">上线推广员</option>
|
|
|
<volist name=":get_all_toppromote()" id="vo">
|
|
|
<option promote-id="{$vo.id}" value="{$vo.id}">{$vo.account}</option>
|
|
|
</volist>
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="input-list input-list-promote search_label_rehab">
|
|
|
<select id="ba_id" name="ba_id" class="select_gallery" style="width:120px;">
|
|
|
<option value="">商务专员</option>
|
|
|
<volist name=":get_business_affairs_list()" id="vo">
|
|
|
<option value="{$vo.id}">{$vo.account}</option>
|
|
|
</volist>
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="input-list">
|
|
|
|
|
|
<input type="text" name="spend_ip" placeholder="充值ip" class="" value="{:I('spend_ip')}"/>
|
|
|
</div>
|
|
|
<div class="input-list input-list-spend search_label_rehab">
|
|
|
<select id="pay_way_id" name="pay_way" class="select_gallery" style="width:120px;">
|
|
|
<option value="">充值方式</option>
|
|
|
<volist name=":all_pay_way_other(1)" id="vo">
|
|
|
<option value="{$vo.key}">{$vo.value}</option>
|
|
|
</volist>
|
|
|
</select>
|
|
|
</div>
|
|
|
<input type="hidden" name="" value="" class="sortBy">
|
|
|
<div class="input-list">
|
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('Promote/spend_list','model='.$model['name'] .'&row='.I('row'),false)}">搜索</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<!-- 数据列表 -->
|
|
|
<div class="data_list">
|
|
|
<div class="">
|
|
|
<table>
|
|
|
<!-- 表头 -->
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>
|
|
|
<input class="check-all" type="checkbox">
|
|
|
</th>
|
|
|
<th>订单号</th>
|
|
|
<th >
|
|
|
<a class="paixu" data-order='pay_time'>
|
|
|
充值时间
|
|
|
</a>
|
|
|
</th>
|
|
|
<th>所属推广员</th>
|
|
|
<th>上线推广员</th>
|
|
|
<th>玩家账号</th>
|
|
|
<th>游戏名称</th>
|
|
|
<th>游戏区服</th>
|
|
|
<th>角色名</th>
|
|
|
<th>充值ip</th>
|
|
|
<th>应付金额<!-- {:L('Amount payable')} --></th>
|
|
|
<th>实付金额</th>
|
|
|
<th>充值方式</th>
|
|
|
<th>商务专员</th>
|
|
|
<th>对账状态</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<!-- 列表 -->
|
|
|
<tbody>
|
|
|
<empty name ="list_data">
|
|
|
<td colspan="16" class="text-center">aOh! 暂时还没有内容!</td>
|
|
|
<else />
|
|
|
<volist name="list_data" id="data">
|
|
|
<tr>
|
|
|
<td>
|
|
|
<input class="ids" type="checkbox" value="{$data['id']}" name="ids[]">
|
|
|
</td>
|
|
|
<td>{$data.pay_order_number}</td>
|
|
|
<td>{$data.pay_time|date='Y-m-d H:i:s',###}</td>
|
|
|
<td>
|
|
|
<!-- <if condition="$is_admin eq true ">
|
|
|
{$data.promote_account}
|
|
|
<else />
|
|
|
{$data.promote_account|encryptStr}
|
|
|
</if>-->
|
|
|
{$data.promote_account}
|
|
|
</td>
|
|
|
<td>
|
|
|
<!-- <if condition="$is_admin eq true ">
|
|
|
{:get_promote_parent_acc($data['promote_id'])}
|
|
|
<else />
|
|
|
{:encryptStr(get_promote_parent_acc($data['promote_id']))}
|
|
|
</if>-->
|
|
|
{:get_promote_parent_acc($data['promote_id'])}
|
|
|
</td>
|
|
|
<td>
|
|
|
<!-- <if condition="$is_admin eq true ">
|
|
|
{$data.user_account}
|
|
|
<else />
|
|
|
{$data.user_account|encryptStr}
|
|
|
</if>-->
|
|
|
{$data.user_account}
|
|
|
<gt name="data.small_id" value="0"><neq name="data.small_id" value="$data.user_id">({$data.small_account})</neq></gt></td>
|
|
|
<td>{$data.game_name}</td>
|
|
|
<td>{$data.server_name}</td>
|
|
|
<td>{$data.game_player_name}</td>
|
|
|
<td>{$data.spend_ip}</td>
|
|
|
<td style="color:red">{$data.cost}</td>
|
|
|
<td style="color:red">{$data.pay_amount}</td>
|
|
|
<td>{:get_pay_way($data['pay_way'])}</td>
|
|
|
<!-- <td>{:get_top_promote($data['promote_id'],get_parent_id($data['promote_id']))}</td> -->
|
|
|
<td>{:get_promote_business_account($data['promote_id'])}</td>
|
|
|
<td>
|
|
|
<div class="reconciliation_join_status">
|
|
|
<span class="reconciliation_join_butnbox">
|
|
|
<if condition="$data.is_check eq 1">
|
|
|
<a class="ajax-post" target-form="ids" href="" url="{:U('Promote/set_check_status',array('model'=>'Spend','ids'=>$data['id'],'status'=>2,'msg_type'=>8,'field'=>'is_check'))}">已参与</a>
|
|
|
<else/>
|
|
|
<a class="ajax-post no" target-form="ids" href="" url="{:U('Promote/set_check_status',array('model'=>'Spend','ids'=>$data['id'],'status'=>1,'msg_type'=>8,'field'=>'is_check'))}">未参与</a>
|
|
|
</if>
|
|
|
</span>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td style="display:none"></td>
|
|
|
</tr>
|
|
|
</volist>
|
|
|
</empty>
|
|
|
<tr class="data_summary">
|
|
|
<td>汇总</td>
|
|
|
<td colspan="15">
|
|
|
当页充值:{:null_to_0(array_sum(array_column(array_status2value('pay_status','',$list_data),'pay_amount')))}元 ;
|
|
|
|
|
|
今日充值:{$ttotal}元 ;
|
|
|
|
|
|
昨日充值:{$ytotal}元 ;
|
|
|
|
|
|
累计充值:{$total}元(此处只汇总充值成功的订单)
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="page">
|
|
|
<if condition="$role_export_check eq true ">
|
|
|
<a class="sch-btn" href="{:U('Export/spend_list',array_merge(array('xlsname'=>'数据管理_实时充值',),I('get.')))}">导出</a>
|
|
|
</if>
|
|
|
{$_page|default=''}
|
|
|
</div>
|
|
|
{:W('Search/period',array(array('m_name'=>'recharge','map'=>array('pay_status'=>1,'game_id'=>I('game_id'),'promote_id'=>I('promote_id'),'pay_way'=>I('pay_way'),'user_account'=>I('user_account')),'field'=>'pay_time','total'=>'pay_amount','unit'=>'元')))}
|
|
|
|
|
|
<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="Promote/spend_list">
|
|
|
</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 type="text/javascript">
|
|
|
//导航高亮
|
|
|
highlight_subnav('{:U('Promote/spend_list')}');
|
|
|
$(function(){
|
|
|
$("#game_id").change();
|
|
|
//搜索功能
|
|
|
$("#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;
|
|
|
}
|
|
|
var start = $("#time-start").val();
|
|
|
var end = $("#time-end").val();
|
|
|
if (start !='' && end != ''){
|
|
|
if (Date.parse(start) > Date.parse(end)){
|
|
|
layer.msg('开始时间必须小于等于结束时间');
|
|
|
return false;
|
|
|
}
|
|
|
}
|
|
|
window.location.href = url;
|
|
|
});
|
|
|
|
|
|
$(".paixu").click(function(){
|
|
|
var that=$(this);
|
|
|
$data_order=that.attr('data-order');
|
|
|
$order_type='{$userarpu_order}';
|
|
|
if($order_type==''||$order_type=='4'){
|
|
|
$(".sortBy").attr('name','data_order');
|
|
|
val='3,'+$data_order;
|
|
|
$(".sortBy").attr('value',val);
|
|
|
$("#search").click();
|
|
|
}else if($order_type=='3'){
|
|
|
$(".sortBy").attr('name','data_order');
|
|
|
val='4,'+$data_order;
|
|
|
$(".sortBy").attr('value',val);
|
|
|
$("#search").click();
|
|
|
}
|
|
|
});
|
|
|
//回车自动提交
|
|
|
$('.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'
|
|
|
})
|
|
|
|
|
|
/* 支付状态搜索子菜单 */
|
|
|
$(".jssearch").find(".pay_status").hover(function(){
|
|
|
$("#sub-sch-menu-pay-status").removeClass("hidden");
|
|
|
},function(){
|
|
|
$("#sub-sch-menu-pay-status").addClass("hidden");
|
|
|
});
|
|
|
$("#sub-sch-menu-pay-status li").find("a").each(function(){
|
|
|
$(this).click(function(){
|
|
|
var text = $(this).text();
|
|
|
$("#sch-pay-status-txt").text(text).attr("data",$(this).attr("value"));
|
|
|
$("#sub-sch-menu-pay-status").addClass("hidden");
|
|
|
$("#pay_status").val($(this).attr("value"));
|
|
|
})
|
|
|
});
|
|
|
|
|
|
|
|
|
/* 支付方式搜索子菜单 */
|
|
|
$(".jssearch").find(".pay_way").hover(function(){
|
|
|
$("#sub-sch-menu-pay-way").removeClass("hidden");
|
|
|
},function(){
|
|
|
$("#sub-sch-menu-pay-way").addClass("hidden");
|
|
|
});
|
|
|
$("#sub-sch-menu-pay-way li").find("a").each(function(){
|
|
|
$(this).click(function(){
|
|
|
var text = $(this).text();
|
|
|
$("#sch-pay-way-txt").text(text).attr("data",$(this).attr("value"));
|
|
|
$("#sub-sch-menu-pay-way").addClass("hidden");
|
|
|
$("#pay_way").val($(this).attr("value"));
|
|
|
})
|
|
|
});
|
|
|
|
|
|
$("#game").on('click',function(event) {
|
|
|
var navlist = $(this).find('.i_list_li');
|
|
|
if (navlist.hasClass('hidden')) {
|
|
|
navlist.removeClass('hidden');
|
|
|
$(this).find('#i_list_id').focus().val('');
|
|
|
} else {
|
|
|
navlist.addClass('hidden');
|
|
|
}
|
|
|
$(document).one("click", function(){
|
|
|
navlist.addClass('hidden');
|
|
|
});
|
|
|
event.stopPropagation();
|
|
|
});
|
|
|
|
|
|
$('#game #i_list_id').on('keyup',function(event) {
|
|
|
var val = $.trim($(this).val()).toLowerCase();
|
|
|
$(this).closest('.drop-down').find('#i_list_idh').val(val);
|
|
|
});
|
|
|
|
|
|
$("#game #i_list_li").find("a").each(function(){
|
|
|
$(this).click(function(){
|
|
|
var text = $.trim($(this).text()).toLowerCase();
|
|
|
$(this).closest('.drop-down').find("#i_list_id").val(text);
|
|
|
$(this).closest('.drop-down').find('#i_list_idh').val(text);
|
|
|
})
|
|
|
});
|
|
|
$("#is_check").on('click',function(event) {
|
|
|
var navlist = $(this).find('.i_list_li');
|
|
|
if (navlist.hasClass('hidden')) {
|
|
|
navlist.removeClass('hidden');
|
|
|
$(this).find('#i_list_id').focus().val('');
|
|
|
} else {
|
|
|
navlist.addClass('hidden');
|
|
|
}
|
|
|
$(document).one("click", function(){
|
|
|
navlist.addClass('hidden');
|
|
|
});
|
|
|
event.stopPropagation();
|
|
|
});
|
|
|
|
|
|
$('#is_check #i_list_id').on('keyup',function(event) {
|
|
|
var val = $.trim($(this).val()).toLowerCase();
|
|
|
$(this).closest('.drop-down').find('#i_list_idh').val(val);
|
|
|
});
|
|
|
|
|
|
$("#is_check #i_list_li").find("a").each(function(){
|
|
|
$(this).click(function(){
|
|
|
var text = $.trim($(this).text()).toLowerCase();
|
|
|
$(this).closest('.drop-down').find("#i_list_id").val(text);
|
|
|
$(this).closest('.drop-down').find('#i_list_idh').val(text);
|
|
|
})
|
|
|
});
|
|
|
|
|
|
$("#promote").on('click',function(event) {
|
|
|
var navlist = $(this).find('.i_list_li');
|
|
|
if (navlist.hasClass('hidden')) {
|
|
|
navlist.removeClass('hidden');
|
|
|
$(this).find('#i_list_id').focus().val('');
|
|
|
} else {
|
|
|
navlist.addClass('hidden');
|
|
|
}
|
|
|
$(document).one("click", function(){
|
|
|
navlist.addClass('hidden');
|
|
|
});
|
|
|
event.stopPropagation();
|
|
|
});
|
|
|
|
|
|
$('#promote #i_list_id').on('keyup',function(event) {
|
|
|
var val = $.trim($(this).val()).toLowerCase();
|
|
|
$(this).closest('.drop-down').find('#i_list_idh').val(val);
|
|
|
});
|
|
|
|
|
|
$("#promote #i_list_li").find("a").each(function(){
|
|
|
$(this).click(function(){
|
|
|
var text = $.trim($(this).text()).toLowerCase();
|
|
|
$(this).closest('.drop-down').find("#i_list_id").val(text);
|
|
|
$(this).closest('.drop-down').find('#i_list_idh').val(text);
|
|
|
})
|
|
|
});
|
|
|
$(".d_list").find(".drop-down12").hover(function(){
|
|
|
$(this).find(".nav-list").removeClass("hidden");
|
|
|
},function(){
|
|
|
$(this).find(".nav-list").addClass("hidden");
|
|
|
});
|
|
|
|
|
|
$(".drop-down12 .nav-list li").find("a").each(function(){
|
|
|
var that = $(".drop-down12");
|
|
|
$(this).click(function(){
|
|
|
var text = $(this).text(),val = $(this).attr("value");
|
|
|
that.find(".sort-txt").text(text).attr("data",val);
|
|
|
that.find(".nav-list").addClass("hidden");
|
|
|
that.siblings('.hiddenvalue').val(val);
|
|
|
})
|
|
|
});
|
|
|
|
|
|
$("#game_id").change(function(){
|
|
|
$.ajax({
|
|
|
url:"{:U('Ajax/getSpendServer')}",
|
|
|
type:"post",
|
|
|
data:{game_id:$("#game_id option:selected").attr('game-id')},
|
|
|
dataType:'json',
|
|
|
success:function(data){
|
|
|
str = "<option value=''>请选择区服</option>";
|
|
|
for (var i in data){
|
|
|
str += "<option value='"+data[i].server_name+"'>"+data[i].server_name+"</option>"
|
|
|
}
|
|
|
$("#server_id").empty();
|
|
|
$("#server_id").append(str);
|
|
|
$("#server_id").select2();
|
|
|
|
|
|
}
|
|
|
})
|
|
|
});
|
|
|
var game_id = "{:I('game_name')}";
|
|
|
var game_server = "{:I('server_id')}";
|
|
|
if(game_id){
|
|
|
$.ajax({
|
|
|
url:"{:U('Ajax/getSpendServer')}",
|
|
|
type:"post",
|
|
|
data:{game_id:game_id,type:2},
|
|
|
dataType:'json',
|
|
|
success:function(data){
|
|
|
str = "<option value=''>请选择区服</option>";
|
|
|
for (var i in data){
|
|
|
str += "<option value='"+data[i].server_name+"' "+(game_server && data[i].server_name == game_server?'selected':'')+">"+data[i].server_name+"</option>"
|
|
|
}
|
|
|
$("#server_id").empty();
|
|
|
$("#server_id").append(str);
|
|
|
$("#server_id").select2();
|
|
|
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
<volist name=":I('get.')" id="vo">
|
|
|
Think.setValue('{$key}',"{$vo}");
|
|
|
</volist>
|
|
|
$(".select_gallery").select2();
|
|
|
})
|
|
|
</script>
|
|
|
</block>
|