|
|
@@ -19,9 +19,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-inline">
|
|
|
- <label class="layui-form-label">代理等级名称</label>
|
|
|
+ <label class="layui-form-label">等级名称</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <input type="text" name="name" class="layui-input" placeholder="请输入代理等级名称">
|
|
|
+ <input type="text" name="title" class="layui-input" placeholder="请输入等级名称">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-inline">
|
|
|
@@ -35,13 +35,13 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- 代理等级列表 -->
|
|
|
+ <!--产品列表-->
|
|
|
<div class="layui-col-md12">
|
|
|
<div class="layui-card">
|
|
|
- <div class="layui-card-header">代理等级列表</div>
|
|
|
+ <div class="layui-card-header">等级列表</div>
|
|
|
<div class="layui-card-body">
|
|
|
<div class="layui-btn-container">
|
|
|
- <button class="layui-btn layui-btn-sm" onclick="$eb.createModalFrame(this.innerText,'{:Url('create')}')">添加代理等级</button>
|
|
|
+ <button class="layui-btn layui-btn-sm" onclick="$eb.createModalFrame(this.innerText,'{:Url('create')}')">添加会员等级</button>
|
|
|
</div>
|
|
|
<table class="layui-hide" id="List" lay-filter="List"></table>
|
|
|
<script type="text/html" id="icon">
|
|
|
@@ -53,9 +53,17 @@
|
|
|
<script type="text/html" id="is_show">
|
|
|
<input type='checkbox' name='id' lay-skin='switch' value="{{d.id}}" lay-filter='is_show' lay-text='开启|关闭' {{ d.is_show == 1 ? 'checked' : '' }}>
|
|
|
</script>
|
|
|
+ <script type="text/html" id="is_pay">
|
|
|
+ <input type='checkbox' name='id' disabled lay-skin='switch' value="{{d.id}}" lay-filter='is_pay' lay-text='付费|免费' {{ d.is_pay == 1 ? 'checked' : '' }}>
|
|
|
+ </script>
|
|
|
<script type="text/html" id="act">
|
|
|
<button type="button" class="layui-btn layui-btn-xs" onclick="dropdown(this)">操作 <span class="caret"></span></button>
|
|
|
<ul class="layui-nav-child layui-anim layui-anim-upbit">
|
|
|
+ <li>
|
|
|
+ <a href="javascript:void(0)" onclick="$eb.createModalFrame(this.innerText,'{:Url(\'tash\')}?level_id={{d.id}}',{w:1000})">
|
|
|
+ <i class="fa fa-wrench"></i> 等级任务
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
<li>
|
|
|
<a href="javascript:void(0)" onclick="$eb.createModalFrame(this.innerText,'{:Url(\'create\')}?id={{d.id}}')">
|
|
|
<i class="fa fa-edit"></i> 编辑等级
|
|
|
@@ -77,27 +85,24 @@
|
|
|
{/block}
|
|
|
{block name="script"}
|
|
|
<script>
|
|
|
- // 实例化form
|
|
|
+ //实例化form
|
|
|
layList.form.render();
|
|
|
- // 加载列表(接口为代理等级列表接口,需与后端对应)
|
|
|
- layList.tableList('List',"{:Url('get_system_agent_list')}",function (){
|
|
|
+ //加载列表
|
|
|
+ layList.tableList('List',"{:Url('get_system_vip_list')}",function (){
|
|
|
return [
|
|
|
- {field: 'id', title: '编号', sort: true, event:'id', width:'6%', align:"center"},
|
|
|
- {field: 'icon', title: '等级图标', templet:'#icon', align:"center", width:'10%'},
|
|
|
- {field: 'name', title: '代理等级名称', edit:'name', width:'8%', align:"center"},
|
|
|
- {field: 'grade', title: '等级排序', edit:'grade', width:'6%', align:"center"},
|
|
|
- {field: 'direct_rebates', title: '直推返利(%)', width:'8%', align:"center"},
|
|
|
- {field: 'indirect_rebates', title: '间接返利(%)', width:'8%', align:"center"},
|
|
|
- {field: 'umbrella_rebates', title: '伞下返利(%)', width:'8%', align:"center"},
|
|
|
- {field: 'discount', title: '进货折扣(%)', edit:'discount', width:'8%', align:"center"},
|
|
|
- {field: 'valid_days', title: '有效天数', width:'8%', align:"center"},
|
|
|
- {field: 'is_forever', title: '是否永久', templet:'#is_forever', width:'8%', align:"center"},
|
|
|
- {field: 'is_show', title: '是否显示', templet:'#is_show', width:'8%', align:"center"},
|
|
|
- {field: 'rule_explain', title: '返利规则说明', align:"center"},
|
|
|
- {field: 'right', title: '操作', align:'center', toolbar:'#act', width:'8%'},
|
|
|
+ {field: 'id', title: '编号', sort: true,event:'id',width:'6%',align:"center"},
|
|
|
+ {field: 'icon', title: '等级图标',templet:'#icon',align:"center",width:'10%'},
|
|
|
+ {field: 'name', title: '等级名称',edit:'name',width:'6%',align:"center"},
|
|
|
+ {field: 'grade', title: '等级',edit:'grade',width:'6%',align:"center"},
|
|
|
+ {field: 'discount', title: '享受折扣',edit:'discount',width:'8%',align:"center"},
|
|
|
+ {field: 'valid_date', title: '有效时间',width:'12%',align:"center"},
|
|
|
+ {field: 'is_forever', title: '是否永久',templet:'#is_forever',width:'8%',align:"center"},
|
|
|
+ {field: 'is_show', title: '是否使用',templet:'#is_show',width:'8%',align:"center"},
|
|
|
+ {field: 'explain', title: '等级说明',align:"center"},
|
|
|
+ {field: 'right', title: '操作',align:'center',toolbar:'#act',width:'8%'},
|
|
|
];
|
|
|
});
|
|
|
- // 自定义方法:快速编辑字段
|
|
|
+ //自定义方法
|
|
|
var action= {
|
|
|
set_value: function (field, id, value) {
|
|
|
layList.baseGet(layList.Url({
|
|
|
@@ -108,11 +113,10 @@
|
|
|
});
|
|
|
},
|
|
|
}
|
|
|
- // 搜索回调
|
|
|
+ //查询
|
|
|
layList.search('search',function(where){
|
|
|
layList.reload(where,true);
|
|
|
});
|
|
|
- // 开关-显示状态
|
|
|
layList.switch('is_show',function (odj,value) {
|
|
|
if(odj.elem.checked==true){
|
|
|
layList.baseGet(layList.Url({a:'set_show',p:{is_show:1,id:value}}),function (res) {
|
|
|
@@ -124,7 +128,7 @@
|
|
|
});
|
|
|
}
|
|
|
});
|
|
|
- // 快速编辑回调
|
|
|
+ //快速编辑
|
|
|
layList.edit(function (obj) {
|
|
|
var id=obj.data.id,value=obj.value;
|
|
|
switch (obj.field) {
|
|
|
@@ -139,9 +143,9 @@
|
|
|
break;
|
|
|
}
|
|
|
});
|
|
|
- // 排序监听
|
|
|
- layList.sort(['id','grade'],true);
|
|
|
- // 行工具事件
|
|
|
+ //监听并执行排序
|
|
|
+ layList.sort(['id','sort'],true);
|
|
|
+ //点击事件绑定
|
|
|
layList.tool(function (event,data,obj) {
|
|
|
switch (event) {
|
|
|
case 'delete':
|
|
|
@@ -163,11 +167,10 @@
|
|
|
break;
|
|
|
}
|
|
|
})
|
|
|
- // 下拉操作框-点击收起
|
|
|
+ //下拉框
|
|
|
$(document).click(function (e) {
|
|
|
$('.layui-nav-child').hide();
|
|
|
})
|
|
|
- // 下拉操作框-位置计算
|
|
|
function dropdown(that){
|
|
|
var oEvent = arguments.callee.caller.arguments[0] || event;
|
|
|
oEvent.stopPropagation();
|
|
|
@@ -196,4 +199,4 @@
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
-{/block}
|
|
|
+{/block}
|