|
|
@ -39,7 +39,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="cf top_nav_list">
|
|
|
|
<div class="cf top_nav_list">
|
|
|
|
<div class="fl button_list">
|
|
|
|
<!-- <div class="fl button_list">
|
|
|
|
<div class="tools">
|
|
|
|
<div class="tools">
|
|
|
|
<if condition="C(SUPPORT_AUTO_AUDIT) eq 0">
|
|
|
|
<if condition="C(SUPPORT_AUTO_AUDIT) eq 0">
|
|
|
|
<a class="ajax-get" target-form="ids" url='{:U("set_config_auto_audit",array("val"=>1,"config_key"=>"SUPPORT_AUTO_AUDIT"))}'><span class="button_icon button_icon4"></span>开启自动审核</a>
|
|
|
|
<a class="ajax-get" target-form="ids" url='{:U("set_config_auto_audit",array("val"=>1,"config_key"=>"SUPPORT_AUTO_AUDIT"))}'><span class="button_icon button_icon4"></span>开启自动审核</a>
|
|
|
@ -48,7 +48,7 @@
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div> -->
|
|
|
|
<!-- 高级搜索 -->
|
|
|
|
<!-- 高级搜索 -->
|
|
|
|
<div class="jssearch fl cf search_list">
|
|
|
|
<div class="jssearch fl cf search_list">
|
|
|
|
|
|
|
|
|
|
|
@ -75,12 +75,21 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="input-list">
|
|
|
|
<div class="input-list">
|
|
|
|
<label>扶持类型:</label>
|
|
|
|
<label>扶持类型:</label>
|
|
|
|
<select name="support_type">
|
|
|
|
<select name="apply_type">
|
|
|
|
<option value="">全部</option>
|
|
|
|
<option value="">全部</option>
|
|
|
|
<option value="0">新增扶持</option>
|
|
|
|
<option value="0">新增扶持</option>
|
|
|
|
<option value="1">后续扶持</option>
|
|
|
|
<option value="1">后续扶持</option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="input-list">
|
|
|
|
|
|
|
|
<label>审核状态</label>
|
|
|
|
|
|
|
|
<select name="apply_status">
|
|
|
|
|
|
|
|
<option value="">全部</option>
|
|
|
|
|
|
|
|
<option value="0">待审核</option>
|
|
|
|
|
|
|
|
<option value="1">审核未通过</option>
|
|
|
|
|
|
|
|
<option value="2">审核通过</option>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="input-list">
|
|
|
|
<div class="input-list">
|
|
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('lists')}">搜索</a>
|
|
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('lists')}">搜索</a>
|
|
|
@ -124,34 +133,34 @@
|
|
|
|
<td>{$data['game_name']}</td>
|
|
|
|
<td>{$data['game_name']}</td>
|
|
|
|
<td>{$data['server_name']}</td>
|
|
|
|
<td>{$data['server_name']}</td>
|
|
|
|
<td>{$data['role_name']}</td>
|
|
|
|
<td>{$data['role_name']}</td>
|
|
|
|
<td>{$data['support_num']}</td>
|
|
|
|
<td>{$data['apply_resource']}</td>
|
|
|
|
<td><if condition="$data.support_type eq 0" >新增扶持<else/>后续扶持</if></td>
|
|
|
|
<td><if condition="$data.apply_type eq 0" >新增扶持<else/>后续扶持</if></td>
|
|
|
|
<td>{$data['remarks']}</td>
|
|
|
|
|
|
|
|
|
|
|
|
<td style="max-width: 200px;line-height: 1.5;padding:8px;">{$data['apply_remark']}</td>
|
|
|
|
<td>{:date('Y-m-d H:i:s',$data['create_time'])}</td>
|
|
|
|
<td>{:date('Y-m-d H:i:s',$data['create_time'])}</td>
|
|
|
|
<td>{:max_quota($data['game_id'],$data['promote_id'])}</td>
|
|
|
|
<td>{:max_quota($data['game_id'],$data['promote_id'])}</td>
|
|
|
|
<td>{$data['real_support_num']}</td>
|
|
|
|
<td>{$data['verify_resource']}</td>
|
|
|
|
<td>
|
|
|
|
<td>
|
|
|
|
<if condition="$data.status eq 0" >拒绝
|
|
|
|
<if condition="$data.apply_status eq 1" >拒绝
|
|
|
|
<elseif condition="$data.notice_status eq 1"/>通过
|
|
|
|
<elseif condition="$data.apply_status eq 2"/>通过
|
|
|
|
<else/>待审核
|
|
|
|
<else/>待审核
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
<td>
|
|
|
|
<td>
|
|
|
|
<if condition="$data['status'] eq 1">
|
|
|
|
<if condition="$data['apply_status'] eq '0'">
|
|
|
|
<a href="{:U('change',['id'=>$data['id'],'status'=>2])}" class="ajax-get pack">审核</a>
|
|
|
|
<a href="javascript:" class="ajax-get pack notice_pro" data-id="{$data['id']}">审核</a>
|
|
|
|
<a href="" class="ajax-get pack jujue" data-id="{$data['id']}">拒绝</a>
|
|
|
|
<a href="" class="ajax-get pack jujue" data-id="{$data['id']}">拒绝</a>
|
|
|
|
<else/>
|
|
|
|
<else/>
|
|
|
|
<a href="#" disabled style="color:rgb(64,64,64);">审核</a>
|
|
|
|
<a href="#" disabled style="color:rgb(64,64,64);">审核</a>
|
|
|
|
<a href="#" disabled style="color:rgb(64,64,64); ">拒绝</a>
|
|
|
|
<a href="#" disabled style="color:rgb(64,64,64); ">拒绝</a>
|
|
|
|
|
|
|
|
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
|
|
<if condition="$data['notice_status'] eq 0 and $data['status'] neq 0">
|
|
|
|
<!-- <if condition="$data['notice_status'] eq 0 and $data['status'] neq 0">
|
|
|
|
<a href="" class="ajax-get pack notice_pro" data-id="{$data['id']}" status="{$data['status']}" notice_status="{$data['notice_status']}">通知渠道</a>
|
|
|
|
<a href="" class="ajax-get pack notice_pro" data-id="{$data['id']}" status="{$data['status']}" notice_status="{$data['notice_status']}">通知渠道</a>
|
|
|
|
<else/>
|
|
|
|
<else/>
|
|
|
|
<a href="#" disabled style="color:rgb(64,64,64);">通知渠道</a>
|
|
|
|
<a href="#" disabled style="color:rgb(64,64,64);">通知渠道</a>
|
|
|
|
</if>
|
|
|
|
</if> -->
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</volist>
|
|
|
|
</volist>
|
|
|
@ -221,7 +230,7 @@ $(function(){
|
|
|
|
url: "{:U('refuse_notice')}",
|
|
|
|
url: "{:U('refuse_notice')}",
|
|
|
|
type:"POST",
|
|
|
|
type:"POST",
|
|
|
|
dataType: 'json',
|
|
|
|
dataType: 'json',
|
|
|
|
data: {id:id,opinion:text},
|
|
|
|
data: {id:id,verify_remark:text},
|
|
|
|
success:function(data){
|
|
|
|
success:function(data){
|
|
|
|
if(data.status==0){
|
|
|
|
if(data.status==0){
|
|
|
|
layer.msg(data.msg,{icon:2});
|
|
|
|
layer.msg(data.msg,{icon:2});
|
|
|
@ -242,12 +251,6 @@ $(function(){
|
|
|
|
|
|
|
|
|
|
|
|
$(".notice_pro").click(function(){
|
|
|
|
$(".notice_pro").click(function(){
|
|
|
|
var id=$(this).attr('data-id');
|
|
|
|
var id=$(this).attr('data-id');
|
|
|
|
var _status=$(this).attr('status');
|
|
|
|
|
|
|
|
var _notice_status=$(this).attr('notice_status');
|
|
|
|
|
|
|
|
if(_status==1 ){
|
|
|
|
|
|
|
|
layer.msg("请先审核",{icon:2});
|
|
|
|
|
|
|
|
return false;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
layer.prompt({title: '实际发放数量', formType: 0}, function(text1, index){
|
|
|
|
layer.prompt({title: '实际发放数量', formType: 0}, function(text1, index){
|
|
|
|
if(text1 == 0 ){
|
|
|
|
if(text1 == 0 ){
|
|
|
|
layer.msg('实际发放数量输入不正确',{icon:2});
|
|
|
|
layer.msg('实际发放数量输入不正确',{icon:2});
|
|
|
@ -258,19 +261,13 @@ $(function(){
|
|
|
|
layer.msg('实际发放数量输入不正确',{icon:2});
|
|
|
|
layer.msg('实际发放数量输入不正确',{icon:2});
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
layer.prompt({title: '审核意见', formType: 2}, function(text, index){
|
|
|
|
layer.prompt({title: '审核意见', formType: 2}, function(text, index){
|
|
|
|
layer.close(index);
|
|
|
|
layer.close(index);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$.ajax({
|
|
|
|
$.ajax({
|
|
|
|
url: "{:U('notice_pro')}",
|
|
|
|
url: "{:U('notice_pro')}",
|
|
|
|
type:"POST",
|
|
|
|
type:"POST",
|
|
|
|
dataType: 'json',
|
|
|
|
dataType: 'json',
|
|
|
|
data: {id:id,opinion:text,real_support_num:text1},
|
|
|
|
data: {id:id,verify_remark:text,verify_resource:text1},
|
|
|
|
success:function(data){
|
|
|
|
success:function(data){
|
|
|
|
if(data.status==0){
|
|
|
|
if(data.status==0){
|
|
|
|
layer.msg(data.msg,{icon:2});
|
|
|
|
layer.msg(data.msg,{icon:2});
|
|
|
|