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.
543 lines
29 KiB
HTML
543 lines
29 KiB
HTML
<extend name="Public/base"/>
|
|
<block name="css">
|
|
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
|
</block>
|
|
<block name="body">
|
|
<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;}
|
|
</style>
|
|
|
|
<div class="cf main-place top_nav_list navtab_list">
|
|
<div class="fr">
|
|
<a <if condition="(I('type') eq 1) or (I('type') eq '') "> class="tabchose" </if> href="{:U('and_lists',array('type'=>1))}">安卓分包</a>
|
|
<a <if condition="I('type') eq 2"> class="tabchose" </if> href="{:U('and_lists',array('type'=>2))}">IOS分包</a>
|
|
</div>
|
|
<h3 class="page_title">游戏分包</h3>
|
|
<if condition="(I('type',1) eq 1) ">
|
|
<p class="description_text">说明:此处功能是对推广员后台申请的安卓游戏渠道包进行审核并打包。</p>
|
|
<else/>
|
|
<p class="description_text">说明:此处功能是对推广员后台申请的苹果游戏渠道包进行审核并打包。</p>
|
|
</if>
|
|
</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("Apply/android_set",array("status"=>1,"msg_type"=>5,"field"=>"status"))}"><span class="button_icon button_icon9"></span>审 核</a>
|
|
<a class=" pack" id="org" target-form="ids" url="{:U("Apply/allpackage",array('p'=>$_GET['p'],'type'=>$_GET['type']))}" ><span class="button_icon button_icon23"></span>打 包</a>
|
|
<!--
|
|
<a class=" ajax-post confirm " target-form="ids" url="{:U('android_del?model='.$model['id'])}"><span class="button_icon button_icon2"></span>删 除</a>
|
|
-->
|
|
<if condition="C(SET_AUTO_PACK) eq 0">
|
|
<a class="ajax-get" target-form="ids" url='{:U("set_config_auto_audit",array("val"=>1,"config_key"=>"SET_AUTO_PACK"))}'><span class="button_icon button_icon4"></span>开启自动审核</a>
|
|
<else/>
|
|
<a class="ajax-get" target-form="ids" url='{:U("set_config_auto_audit",array("val"=>0,"config_key"=>"SET_AUTO_PACK"))}'><span class="button_icon button_icon5"></span>关闭自动审核</a>
|
|
</if>
|
|
</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-list-promote search_label_rehab">
|
|
<select id="promote_id" name="promote_id" class="select_gallery" style="width:120px;">
|
|
<option value="">推广员账号</option>
|
|
<volist name=":get_promote_listOther(1)" id="vo">
|
|
<option value="{$vo.id}">{$vo.account}</option>
|
|
</volist>
|
|
</select>
|
|
</div>
|
|
<div class="input-list input-list-game search_label_rehab">
|
|
<select id="game_id" name="game_id" class="select_gallery" >
|
|
<option value="">游戏名称</option>
|
|
<volist name=":get_game_list_map(I('type',1))" id="vo">
|
|
<option value="{$vo.id}">{$vo.game_name}</option>
|
|
</volist>
|
|
</select>
|
|
</div>
|
|
<div class="input-list">
|
|
<select name="status">
|
|
<option value="">审核状态</option>
|
|
<option value="1">已审核</option>
|
|
<option value="0">未审核</option>
|
|
</select>
|
|
</div>
|
|
<div class="input-list">
|
|
<select name="enable_status">
|
|
<option value="">打包状态</option>
|
|
<option value="1">打包成功</option>
|
|
<option value="0">未打包</option>
|
|
<option value="2">准备打包</option>
|
|
<option value="3">打包中</option>
|
|
<option value="-1">打包失败</option>
|
|
</select>
|
|
</div>
|
|
<div class="input-list">
|
|
<select name="dow_status">
|
|
<option value="">下载状态</option>
|
|
<option value="1">已开启</option>
|
|
<option value="0">已关闭</option>
|
|
</select>
|
|
</div>
|
|
<input type="hidden" name="type" value="{$_GET['type']}">
|
|
<div class="input-list">
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('Apply/and_lists','model='.$model['name'] .'&row='.I('row'),false)}">搜索</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 数据列表 -->
|
|
<div class="data_list">
|
|
<empty name="show_status">
|
|
<div class="">
|
|
<table>
|
|
<!-- 表头 -->
|
|
<thead>
|
|
<tr>
|
|
<th>
|
|
<input class="check-all" type="checkbox">
|
|
</th>
|
|
<th>推广员账号</th>
|
|
<th>游戏名称</th>
|
|
<th>投放平台</th>
|
|
<th>申请时间</th>
|
|
<th>审核状态</th>
|
|
<th>打包状态</th>
|
|
<th>审核时间</th>
|
|
<th>打包顺序</th>
|
|
<th>下载状态</th>
|
|
<th>分成比例</th>
|
|
<th>注册单价</th>
|
|
<th>操作</th>
|
|
<th style="width:6%;max-width:100px;min-width:80px;">H5分享页面</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><input class="ids" type="checkbox" value="{$data['id']}" name="ids[]" ></td>
|
|
<td>
|
|
<!-- <if condition="$is_admin eq true ">
|
|
{:get_promote_account($data['promote_id'])}
|
|
<else />
|
|
{:encryptStr(get_promote_account($data['promote_id']))}
|
|
</if>-->
|
|
{:get_promote_account($data['promote_id'])}
|
|
</td>
|
|
<td>{:get_game_name($data['game_id'])}</td>
|
|
<td>
|
|
<gt name="data.launch_count" value="0">
|
|
<a class="jslaunchlist" data-url="{:U('launch_list',array('aid'=>$data['id']))}" data-account="{:get_promote_name($data['promote_id'])}" data-game="{:get_game_name($data['game_id'])}" href="javascript:;">{$data.launch_count|default=0}</a>
|
|
<else />0
|
|
</gt>
|
|
</td>
|
|
<td>{:set_show_time($data['apply_time'])}</td>
|
|
<td><if condition="$data.status eq 0" ><span style="color: orange">{:get_info_status($data['status'],5)}</span><else/>{:get_info_status($data['status'],5)}</if></td>
|
|
<td>
|
|
<if condition="$data.enable_status eq 1" >
|
|
已打包
|
|
<elseif condition="$data.enable_status eq 2"/>准备打包
|
|
<elseif condition="$data.enable_status eq 3"/>打包中
|
|
<elseif condition="$data.enable_status eq -1"/>打包失败
|
|
<else/>
|
|
<span style="color: orange">未打包</span>
|
|
</if>
|
|
</td>
|
|
|
|
<td>{:set_show_time($data['dispose_time'],'','other')}</td>
|
|
<td>
|
|
<?php
|
|
$ratio = is_null($data['promote_ratio'])?$data['game_ratio']:$data['promote_ratio'];
|
|
$ratio || $ratio = 0;
|
|
?>
|
|
<div name="dow_num" data-title="打包顺序" promote-id="{$data.promote_id}" game-id="{$data.game_id}" field='bale_sort' class="tab_not_same editTab">
|
|
<span>{$data.bale_sort}</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="download_status">
|
|
<span class="download_butnbox">
|
|
<if condition="$data.pack_url eq ''">
|
|
已关闭<!-- (未打包) -->
|
|
<elseif condition="$data.dow_status neq 1"/>
|
|
<a href="{:U("Apply/set_status",array('ids'=>$data['id'],"status"=>1,"msg_type"=>2,"field"=>"dow_status"))}" title="点击开启" class="ajax-get" style="color: red">已关闭</a>
|
|
<elseif condition="$data.dow_status eq 1"/>
|
|
<a href="{:U("Apply/set_status",array('ids'=>$data['id'],"status"=>0,"msg_type"=>3,"field"=>"dow_status"))}" title="点击关闭" class="ajax-get" >已开启</a>
|
|
</if>
|
|
</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<?php
|
|
$ratio = is_null($data['promote_ratio'])?$data['game_ratio']:$data['promote_ratio'];
|
|
$ratio || $ratio = 0;
|
|
?>
|
|
<div name="dow_num" data-title="游戏分成比例" promote-id="{$data.promote_id}" game-id="{$data.game_id}" field='promote_ratio' class="tab_not_same editTab">
|
|
<span <if condition='!is_null($data["promote_ratio"])'>class="span_font_color_red"</if>>
|
|
{$ratio}%
|
|
</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<?php
|
|
$money = is_null($data['promote_money'])?$data['game_money']:$data['promote_money'];
|
|
$money || $money = 0;
|
|
?>
|
|
<div name="dow_num" data-title="游戏注册单价" promote-id="{$data.promote_id}" game-id="{$data.game_id}" field='promote_money' class="tab_not_same editTab">
|
|
<span <if condition='!is_null($data["promote_money"])'>class="span_font_color_red"</if>>
|
|
{$money}
|
|
</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<a href='{:U("Apply/package",array("p"=>I("p"),"ids"=>$data["id"],"type"=>$_GET["type"],"promote_id"=>$_GET["promote_id"],"game_id"=>$_GET["game_id"],"status"=>$_GET["status"],"dow_status"=>$_GET["dow_status"],"enable_status"=>$_GET["enable_status"]))}' class="ajax-get ">打包</a>
|
|
</td>
|
|
<td>
|
|
<a style="width:100%;text-align:center" href="javascript:" status="{$data['enable_status']}" onclick="gameView($(this))" url="{:str_ireplace(_PHP_FILE_,'/index.php',U('Home/Home/promitionofregestion',array('gid'=>$data['game_id'],'pid'=>$data['promote_id'])))}">查看</a>
|
|
</td>
|
|
</tr>
|
|
</volist>
|
|
</empty>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<else/>
|
|
<div class="">
|
|
<table>
|
|
<!-- 表头 -->
|
|
<thead>
|
|
<tr>
|
|
<th style="text-align:center;width: 40px;" class="row-selected row-selected">
|
|
<input class="check-all" type="checkbox">
|
|
</th>
|
|
<th style="text-align:center">推广员账号</th>
|
|
<th style="text-align:center">游戏名称</th>
|
|
<th style="text-align:center">投放平台</th>
|
|
<th style="text-align:center"><a class="paixu" data-order='apply_time'>申请时间</a></th>
|
|
<th style="text-align:center">审核状态</th>
|
|
<th style="text-align:center">打包状态</th>
|
|
<th style="text-align:center">审核时间</th>
|
|
<th style="text-align:center">打包顺序</th>
|
|
<th style="text-align:center">下载状态</th>
|
|
<th>分成比例</th>
|
|
<th>注册单价</th>
|
|
<th style="text-align:center;width:6%">打包操作</th>
|
|
<th style="text-align:center;width:6%">H5分享页面</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 style="border-right:1px solid #DDDDDD;text-align:center"><input class="ids" type="checkbox" value="{$data['id']}" name="ids[]" ></td>
|
|
<td style="border-right:1px solid #DDDDDD;text-align:center">
|
|
<if condition="$show_data_power eq true ">
|
|
{:get_promote_account($data['promote_id'])}
|
|
<else />
|
|
{:encryptStr(get_promote_account($data['promote_id']))}
|
|
</if>
|
|
</td>
|
|
<td style="border-right:1px solid #DDDDDD;text-align:center">{:get_game_name($data['game_id'])}</td>
|
|
<td style="border-right:1px solid #DDDDDD;text-align:center">
|
|
<gt name="data.launch_count" value="0">
|
|
<a class="jslaunchlist" data-url="{:U('launch_list',array('aid'=>$data['id']))}" data-account="{:get_promote_name($data['promote_id'])}" data-game="{:get_game_name($data['game_id'])}" href="javascript:;">{$data.launch_count|default=0}</a>
|
|
<else />0
|
|
</gt>
|
|
|
|
</td>
|
|
<td style="border-right:1px solid #DDDDDD;text-align:center">{:set_show_time($data['apply_time'])}</td>
|
|
<td style="border-right:1px solid #DDDDDD;text-align:center"><if condition="$data.status eq 0" ><span style="color: orange">{:get_info_status($data['status'],5)}</span><else/>{:get_info_status($data['status'],5)}</if></td>
|
|
<td style="border-right:1px solid #DDDDDD;text-align:center">
|
|
|
|
<if condition="$data.enable_status eq 1" >
|
|
打包成功
|
|
<elseif condition="$data.enable_status eq 2"/>准备打包
|
|
<elseif condition="$data.enable_status eq 3"/>打包中
|
|
<elseif condition="$data.enable_status eq -1"/>打包失败
|
|
|
|
<else/>
|
|
<span style="color: orange">未打包</span>
|
|
</if>
|
|
|
|
</td>
|
|
<td style="border-right:1px solid #DDDDDD;text-align:center">{:set_show_time($data['dispose_time'],'','other')}</td>
|
|
<td>
|
|
<?php
|
|
$ratio = is_null($data['promote_ratio'])?$data['game_ratio']:$data['promote_ratio'];
|
|
$ratio || $ratio = 0;
|
|
?>
|
|
<div name="dow_num" data-title="打包顺序" promote-id="{$data.promote_id}" game-id="{$data.game_id}" field='bale_sort' class="tab_not_same editTab">
|
|
<span>{$data.bale_sort}</span>
|
|
</div>
|
|
</td>
|
|
<td style="border-right:1px solid #DDDDDD;text-align:center">
|
|
<div class="download_status">
|
|
<span class="download_butnbox yes">
|
|
<if condition="$data.dow_status neq 1">
|
|
<a href="{:U("Apply/set_status",array('ids'=>$data['id'],"status"=>1,"msg_type"=>2,"field"=>"dow_status"))}" class="ajax-get status_closed">已关闭</a>
|
|
<else/>
|
|
<a href="{:U("Apply/set_status",array('ids'=>$data['id'],"status"=>0,"msg_type"=>3,"field"=>"dow_status"))}" class="ajax-get">已开启</a>
|
|
</if>
|
|
</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<?php
|
|
$ratio = is_null($data['promote_ratio'])?$data['game_ratio']:$data['promote_ratio'];
|
|
$ratio || $ratio = 0;
|
|
?>
|
|
<div name="dow_num" data-title="游戏分成比例" promote-id="{$data.promote_id}" game-id="{$data.game_id}" field='promote_ratio' class="tab_not_same editTab">
|
|
<span <if condition='!is_null($data["promote_ratio"])'>class="span_font_color_red"</if>>
|
|
{$ratio}%
|
|
</span>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<?php
|
|
$money = is_null($data['promote_money'])?$data['game_money']:$data['promote_money'];
|
|
$money || $money = 0;
|
|
?>
|
|
<div name="dow_num" data-title="游戏注册单价" promote-id="{$data.promote_id}" game-id="{$data.game_id}" field='promote_money' class="tab_not_same editTab">
|
|
<span <if condition='!is_null($data["promote_money"])'>class="span_font_color_red"</if>>
|
|
{$money}
|
|
</span>
|
|
</div>
|
|
</td>
|
|
<td style="border-right:1px solid #DDDDDD;text-align:center">
|
|
<a href='{:U("Apply/package",array("ids"=>$data["id"],"type"=>$_GET["type"],"promote_id"=>$_GET["promote_id"],"game_id"=>$_GET["game_id"],"status"=>$_GET["status"],"dow_status"=>$_GET["dow_status"],"enable_status"=>$_GET["enable_status"]))}' class="ajax-get ">打包</a>
|
|
|
|
</td>
|
|
<td>
|
|
<a href="javascript:" status="{$data['enable_status']}" onclick="gameView($(this))" url="{:str_ireplace(_PHP_FILE_,'/index.php',U('Home/Home/promitionofregestion',array('gid'=>$data['game_id'],'pid'=>$data['promote_id'])))}" style="text-align:center;width:100%">查看</a>
|
|
</td>
|
|
</tr>
|
|
</volist>
|
|
</empty>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</empty>
|
|
</div>
|
|
<div class="page">
|
|
<if condition="$role_export_check eq true ">
|
|
<a class="sch-btn" href="{:U('Export/game_subpackage_list',array_merge(['xlsname'=>'推广员管理_游戏分包'.((I('type',1)==2)?'_IOS分包':'_安卓分包')],I('get.')))}">导出</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="Apply/and_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 type="text/javascript">
|
|
<volist name=":I('get.')" id="vo">
|
|
Think.setValue('{$key}',"{$vo}");
|
|
</volist>
|
|
$(".select_gallery").select2();
|
|
</script>
|
|
<script type="text/javascript">
|
|
//导航高亮
|
|
highlight_subnav("{:U('Apply/and_lists')}");
|
|
$(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;
|
|
});
|
|
|
|
$('.popbtn').on('click',function() {
|
|
var url= $(this).data('url');
|
|
var urll="http://"+"{$_SERVER['HTTP_HOST']}"+url;
|
|
if(url){
|
|
layer.alert(urll,{icon: 1});
|
|
}else{
|
|
layer.alert('暂未打包',{icon: 2});
|
|
}
|
|
});
|
|
|
|
$('.jslaunchlist').click(function() {
|
|
var that = $(this),url = that.attr('data-url');
|
|
var url =
|
|
layer.open({
|
|
type: 2,
|
|
title: "【"+that.attr('data-account')+"】申请的【"+that.attr('data-game')+"】投放平台列表",
|
|
shadeClose: true,
|
|
shade: 0.8,
|
|
area: ['1062px', '80%'],
|
|
content: url,//iframe的url
|
|
});
|
|
|
|
return false;
|
|
});
|
|
|
|
//回车自动提交
|
|
$('.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'
|
|
});
|
|
|
|
$('.pack').click(function() {
|
|
var that = $(this);
|
|
if(check_post_submit(that)) {
|
|
layer.load(1);
|
|
setTimeout(function(){
|
|
post_submit(that,layer);
|
|
},1000);
|
|
} else {
|
|
updateAlert('请选择需要操作的数据','tip_error');
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
},1500);
|
|
}
|
|
return false;
|
|
});
|
|
|
|
})
|
|
|
|
function gameView(obj){
|
|
var $msg = "";
|
|
var status = Number(obj.attr('status'));
|
|
switch(status){
|
|
case -1:
|
|
$msg = '打包失败';
|
|
break;
|
|
case 0:
|
|
$msg = '暂未打包';
|
|
break;
|
|
case 1:
|
|
window.open(obj.attr('url'));
|
|
return false;
|
|
break;
|
|
case 2:
|
|
$msg = '准备打包';
|
|
break;
|
|
default:
|
|
$msg = '暂未打包';
|
|
break;
|
|
}
|
|
layer.msg($msg);
|
|
}
|
|
|
|
$(".editTab").click(function(){
|
|
var that = $(this);
|
|
var title = that.attr("data-title");
|
|
var game_id = that.attr("game-id");
|
|
var promote_id = that.attr("promote-id");
|
|
var field = that.attr('field');
|
|
layer.prompt({title:title,formType:0},function(value,index) {
|
|
if (field == 'promote_ratio' || field == 'promote_money') {
|
|
if (!/^(((\d|[1-9]\d)(\.\d{1,2})?)|100|100.0|100.00)$/.test(value)) {
|
|
if (field == 'promote_ratio') {
|
|
updateAlert('分成比例输入错误','tip_error');
|
|
} else {
|
|
updateAlert('游戏注册单价输入错误','tip_error');
|
|
}
|
|
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
},2000);
|
|
return false;
|
|
}
|
|
} else if (field = 'bale_sort') {
|
|
if (!/^(?:0|[1-9][0-9]*)$/.test(value)) {
|
|
updateAlert('请输入正整数','tip_error');
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
},2000);
|
|
return false;
|
|
}
|
|
}
|
|
|
|
$.ajax({
|
|
async: false,
|
|
url:"{:U('Apply/setRatio')}",
|
|
type:"POST",
|
|
dataType:'JSON',
|
|
data:{game_id:game_id,promote_id:promote_id,field:field,value:value},
|
|
success:function(result){
|
|
//that.children().text(value);
|
|
layer.msg(result.info,{time:2000},function(){
|
|
!result.status || location.reload();
|
|
});
|
|
},
|
|
error:function(){
|
|
layer.msg('服务器异常',{time:2000});
|
|
}
|
|
})
|
|
});
|
|
})
|
|
</script>
|
|
</block>
|