|
|
<extend name="Public/base" />
|
|
|
|
|
|
<block name="body">
|
|
|
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/admin_table.css" media="all">
|
|
|
<link href="__STATIC__/icons_alibaba/iconfont.css" rel="stylesheet">
|
|
|
<script type="text/javascript" src="__STATIC__/uploadify/jquery.uploadify.min.js"></script>
|
|
|
<script type="text/javascript" src="__STATIC__/provincecityarea/AreaData_min.js"></script>
|
|
|
<script src="__STATIC__/layer/layer.js"></script>
|
|
|
<script type="text/javascript" src="__JS__/select2.min.js"></script>
|
|
|
|
|
|
<style>
|
|
|
.tabcon1711 input.time {
|
|
|
width: 150px;
|
|
|
}
|
|
|
#form .txt_area {
|
|
|
width: 300px;
|
|
|
height: 150px;
|
|
|
}
|
|
|
.tabcon1711 .form_unit {
|
|
|
margin-left: 2px;
|
|
|
}
|
|
|
.tabcon1711 .mustmark {
|
|
|
margin-left:-7px;
|
|
|
}
|
|
|
.list-ratio {
|
|
|
display: table;
|
|
|
}
|
|
|
.list-ratio .li-ratio {
|
|
|
display: flex;
|
|
|
margin-bottom: 20px;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.list-ratio .li-ratio .turnover, .list-ratio .li-ratio .turnover-ratio {
|
|
|
position: relative;
|
|
|
}
|
|
|
.list-ratio .li-ratio .turnover span, .list-ratio .li-ratio .turnover-ratio .error-message {
|
|
|
color: red;
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 30px;
|
|
|
white-space: nowrap;
|
|
|
display: none;
|
|
|
}
|
|
|
.iconfont-btn {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.iconfont-style {
|
|
|
font-size: 18px;
|
|
|
color: #fff;
|
|
|
border-radius: 4px;
|
|
|
border: 0;
|
|
|
padding: 5px;
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
.iconfont-selected {
|
|
|
background-color: #0A9AF2;
|
|
|
}
|
|
|
.iconfont-selected:hover {
|
|
|
background-color: #03a9f4;
|
|
|
}
|
|
|
.iconfont-unselected {
|
|
|
background-color: #999;
|
|
|
}
|
|
|
.iconfont-unselected:hover {
|
|
|
background-color: #ababab;
|
|
|
}
|
|
|
|
|
|
input[type=number]{
|
|
|
padding: 4px 6px;
|
|
|
font-size: 12px;
|
|
|
line-height: 20px;
|
|
|
color: #555;
|
|
|
vertical-align: middle;
|
|
|
-webkit-border-radius: 4px;
|
|
|
-moz-border-radius: 4px;
|
|
|
border-radius: 4px;
|
|
|
background-color: #fff;
|
|
|
border: 1px solid #ccc;
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
|
-webkit-transition: border linear .2s, box-shadow linear .2s;
|
|
|
-moz-transition: border linear .2s, box-shadow linear .2s;
|
|
|
-o-transition: border linear .2s, box-shadow linear .2s;
|
|
|
transition: border linear .2s, box-shadow linear .2s;
|
|
|
}
|
|
|
</style>
|
|
|
<div class="cf main-place top_nav_list navtab_list">
|
|
|
<h3 class="page_title">新增游戏分成比例模板</h3>
|
|
|
<!-- <p class="description_text">说明:此功是创建推广员时所需填写信息</p>-->
|
|
|
</div>
|
|
|
|
|
|
<!-- 标签页导航 -->
|
|
|
<div class="tab-wrap">
|
|
|
<div class="tab-content tabcon1711">
|
|
|
<!-- 表单 -->
|
|
|
<form id="form" action="{:U('add')}" method="post" class="form-horizontal">
|
|
|
<!-- 基础文档模型 -->
|
|
|
<div id="tab1" class="tab-pane in tab1">
|
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
|
<tbody>
|
|
|
|
|
|
<tr>
|
|
|
<td class="l"><i class="mustmark">*</i>流水区间:</td>
|
|
|
<td class="r table_radio">
|
|
|
<div style="float: left;">
|
|
|
<input type="text" class="txt time" name="start_amount" id="start_amount" οninput="value=value.replace(/[^\w\.\/]/ig, '')" placeholder="起始流水" value="0">
|
|
|
-
|
|
|
<input type="text" class="txt time" name="end_amount" id="end_amount" οninput="value=value.replace(/[^\w\.\/]/ig, '')" placeholder="结束流水" value="0">
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="l"><i class="mustmark">*</i>抽成比例:</td>
|
|
|
<td class="r table_radio">
|
|
|
<label>抽成比例:</label>
|
|
|
<input type="number" class="txt ratio" name="ratio" id="ratio" value="0" placeholder="" οninput="value=value.replace(/[^\w\.\/]/ig, '')" style="width: 60px;float: left;">
|
|
|
<span class="form_unit">%</span>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
|
|
|
<div class="form-item cf">
|
|
|
<button class="submit_btn mlspacing" id="submit" type="submit" target-form="form-horizontal">
|
|
|
保存
|
|
|
</button>
|
|
|
<a class="submit_btn " alt="返回上一页" title="返回上一页" href="javascript:window.history.back();" >
|
|
|
返回
|
|
|
</a>
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
|
|
</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 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__/czinputcheck.js?v=1.29" type="text/javascript"></script>
|
|
|
<script type="text/javascript">
|
|
|
//导航高亮
|
|
|
highlight_subnav("{:U('BusinessAffairsAward/lists')}");
|
|
|
$(".select_gallery").select2();
|
|
|
|
|
|
$(function(){
|
|
|
subevn();
|
|
|
function subevn(){
|
|
|
$('#submit').off("click");
|
|
|
$('#submit').click(function (e) {
|
|
|
//查看是否报错
|
|
|
|
|
|
var ratio = $("#ratio").val();
|
|
|
|
|
|
if(ratio > 100){
|
|
|
layer.msg("默认比例不能大于100", {icon: 2});
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
if(ratio <= 0){
|
|
|
layer.msg("默认比例不能小于等于0", {icon: 2});
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
var target = $('form').get(0).action;
|
|
|
var query = $('form').serialize();
|
|
|
var that = this;
|
|
|
$(that).addClass('disabled').attr('autocomplete','off').prop('disabled',true);
|
|
|
$.post(target,query).success(function(data){
|
|
|
if(layer) {layer.closeAll('loading');}
|
|
|
if (data.code==1) {
|
|
|
if (data.url) {
|
|
|
updateAlert(data.msg + ' 页面即将自动跳转~');
|
|
|
}else{
|
|
|
updateAlert(data.msg);
|
|
|
}
|
|
|
setTimeout(function(){
|
|
|
$(that).removeClass('disabled').prop('disabled',false);
|
|
|
if (data.url) {
|
|
|
location.href=data.url;
|
|
|
}else if( $(that).hasClass('no-refresh')){
|
|
|
$('#tip').find('.tipclose').click();
|
|
|
}else{
|
|
|
location.reload();
|
|
|
}
|
|
|
},1500);
|
|
|
}else{
|
|
|
$(that).removeClass('disabled').prop('disabled',false);
|
|
|
layer.msg(data.msg,{icon: 2});
|
|
|
}
|
|
|
});
|
|
|
});
|
|
|
}
|
|
|
});
|
|
|
</script>
|
|
|
</block>
|
|
|
|