|
@@ -1,72 +1,28 @@
|
|
|
{extend name="public/container"}
|
|
{extend name="public/container"}
|
|
|
|
|
+{block name="head_top"}
|
|
|
|
|
+
|
|
|
|
|
+{/block}
|
|
|
{block name="content"}
|
|
{block name="content"}
|
|
|
-<div class="layui-fluid">
|
|
|
|
|
- <div class="layui-row layui-col-space15" id="app">
|
|
|
|
|
|
|
+<div class="layui-fluid" style="background: #fff;margin-top: -10px;">
|
|
|
|
|
+ <div class="layui-row layui-col-space15">
|
|
|
<div class="layui-col-md12">
|
|
<div class="layui-col-md12">
|
|
|
<div class="layui-card">
|
|
<div class="layui-card">
|
|
|
- <div class="layui-card-header">搜索条件</div>
|
|
|
|
|
- <div class="layui-card-body">
|
|
|
|
|
- <form class="layui-form layui-form-pane" action="">
|
|
|
|
|
- <div class="layui-form-item">
|
|
|
|
|
- <div class="layui-inline">
|
|
|
|
|
- <label class="layui-form-label">是否显示</label>
|
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
|
- <select name="is_show">
|
|
|
|
|
- <option value="">是否显示</option>
|
|
|
|
|
- <option value="1">显示</option>
|
|
|
|
|
- <option value="0">不显示</option>
|
|
|
|
|
- </select>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="layui-inline">
|
|
|
|
|
- <label class="layui-form-label">代理等级名称</label>
|
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
|
- <input type="text" name="name" class="layui-input" placeholder="请输入代理等级名称">
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="layui-inline">
|
|
|
|
|
- <div class="layui-input-inline">
|
|
|
|
|
- <button class="layui-btn layui-btn-sm layui-btn-normal" lay-submit="search" lay-filter="search">
|
|
|
|
|
- <i class="layui-icon layui-icon-search"></i>搜索</button>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </form>
|
|
|
|
|
- </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-card-body">
|
|
|
<div class="layui-btn-container">
|
|
<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('addGroup')}',{h:250,w:720})">添加分组
|
|
|
|
|
+ </button>
|
|
|
</div>
|
|
</div>
|
|
|
<table class="layui-hide" id="List" lay-filter="List"></table>
|
|
<table class="layui-hide" id="List" lay-filter="List"></table>
|
|
|
- <script type="text/html" id="icon">
|
|
|
|
|
- <img style="cursor: pointer;max-width: 50px;" lay-event='open_image' src="{{d.icon}}">
|
|
|
|
|
- </script>
|
|
|
|
|
- <script type="text/html" id="is_forever">
|
|
|
|
|
- <input type='checkbox' name='id' disabled lay-skin='switch' value="{{d.id}}" lay-filter='is_forever' lay-text='永久|非永久' {{ d.is_forever == 1 ? 'checked' : '' }}>
|
|
|
|
|
- </script>
|
|
|
|
|
- <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="act">
|
|
<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(\'create\')}?id={{d.id}}')">
|
|
|
|
|
- <i class="fa fa-edit"></i> 编辑等级
|
|
|
|
|
- </a>
|
|
|
|
|
- </li>
|
|
|
|
|
- <li>
|
|
|
|
|
- <a lay-event='delete' href="javascript:void(0)" >
|
|
|
|
|
- <i class="fa fa-times"></i> 删除等级
|
|
|
|
|
- </a>
|
|
|
|
|
- </li>
|
|
|
|
|
- </ul>
|
|
|
|
|
|
|
+ <button type="button" class="layui-btn layui-btn-xs layui-btn-normal" lay-event='edit'>
|
|
|
|
|
+ 修改名称
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <button type="button" class="layui-btn layui-btn-xs layui-btn-normal" lay-event='del'>
|
|
|
|
|
+ 删除分组
|
|
|
|
|
+ </button>
|
|
|
</script>
|
|
</script>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -77,123 +33,39 @@
|
|
|
{/block}
|
|
{/block}
|
|
|
{block name="script"}
|
|
{block name="script"}
|
|
|
<script>
|
|
<script>
|
|
|
- // 实例化form
|
|
|
|
|
- layList.form.render();
|
|
|
|
|
- // 加载列表(接口为代理等级列表接口,需与后端对应)
|
|
|
|
|
- layList.tableList('List',"{:Url('get_system_agent_list')}",function (){
|
|
|
|
|
|
|
+ layList.tableList('List', "{:Url('groupList')}", function () {
|
|
|
return [
|
|
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: 'ID', sort: true, event: 'id', width: '20%'},
|
|
|
|
|
+ {field: 'group_name', title: '分组名称', width: '60%'},
|
|
|
|
|
+ {field: 'right', title: '操作', align: 'center', toolbar: '#act', width: '20%'},
|
|
|
];
|
|
];
|
|
|
});
|
|
});
|
|
|
- // 自定义方法:快速编辑字段
|
|
|
|
|
- var action= {
|
|
|
|
|
- set_value: function (field, id, value) {
|
|
|
|
|
- layList.baseGet(layList.Url({
|
|
|
|
|
- a: 'set_value',
|
|
|
|
|
- q: {field: field, id: id, value: value}
|
|
|
|
|
- }), function (res) {
|
|
|
|
|
- layList.msg(res.msg);
|
|
|
|
|
- });
|
|
|
|
|
- },
|
|
|
|
|
- }
|
|
|
|
|
- // 搜索回调
|
|
|
|
|
- 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) {
|
|
|
|
|
- layList.msg(res.msg);
|
|
|
|
|
- });
|
|
|
|
|
- }else{
|
|
|
|
|
- layList.baseGet(layList.Url({a:'set_show',p:{is_show:0,id:value}}),function (res) {
|
|
|
|
|
- layList.msg(res.msg);
|
|
|
|
|
- });
|
|
|
|
|
- }
|
|
|
|
|
- });
|
|
|
|
|
- // 快速编辑回调
|
|
|
|
|
- layList.edit(function (obj) {
|
|
|
|
|
- var id=obj.data.id,value=obj.value;
|
|
|
|
|
- switch (obj.field) {
|
|
|
|
|
- case 'name':
|
|
|
|
|
- action.set_value('name',id,value);
|
|
|
|
|
- break;
|
|
|
|
|
- case 'grade':
|
|
|
|
|
- action.set_value('grade',id,value);
|
|
|
|
|
- break;
|
|
|
|
|
- case 'discount':
|
|
|
|
|
- action.set_value('discount',id,value);
|
|
|
|
|
- break;
|
|
|
|
|
- }
|
|
|
|
|
- });
|
|
|
|
|
- // 排序监听
|
|
|
|
|
- layList.sort(['id','grade'],true);
|
|
|
|
|
- // 行工具事件
|
|
|
|
|
- layList.tool(function (event,data,obj) {
|
|
|
|
|
|
|
+ //点击事件绑定
|
|
|
|
|
+ layList.tool(function (event, data, obj) {
|
|
|
switch (event) {
|
|
switch (event) {
|
|
|
- case 'delete':
|
|
|
|
|
- var url=layList.U({a:'delete',q:{id:data.id}});
|
|
|
|
|
- $eb.$swal('delete',function(){
|
|
|
|
|
- $eb.axios.get(url).then(function(res){
|
|
|
|
|
- if(res.status == 200 && res.data.code == 200) {
|
|
|
|
|
- $eb.$swal('success',res.data.msg);
|
|
|
|
|
|
|
+ case 'del':
|
|
|
|
|
+ var url = layList.U({c: 'user.user_group', a: 'delete', q: {id: data.id}});
|
|
|
|
|
+ var code = {title: "操作提示", text: "确定删除该分组?", type: 'info', confirm: '是的,删除'};
|
|
|
|
|
+ $eb.$swal('delete', function () {
|
|
|
|
|
+ $eb.axios.get(url).then(function (res) {
|
|
|
|
|
+ if (res.status == 200 && res.data.code == 200) {
|
|
|
|
|
+ $eb.$swal('success', res.data.msg);
|
|
|
obj.del();
|
|
obj.del();
|
|
|
- }else
|
|
|
|
|
|
|
+ location.reload();
|
|
|
|
|
+ } else
|
|
|
return Promise.reject(res.data.msg || '删除失败')
|
|
return Promise.reject(res.data.msg || '删除失败')
|
|
|
- }).catch(function(err){
|
|
|
|
|
- $eb.$swal('error',err);
|
|
|
|
|
|
|
+ }).catch(function (err) {
|
|
|
|
|
+ $eb.$swal('error', err);
|
|
|
});
|
|
});
|
|
|
- })
|
|
|
|
|
|
|
+ }, code)
|
|
|
break;
|
|
break;
|
|
|
case 'open_image':
|
|
case 'open_image':
|
|
|
- $eb.openImage(data.icon);
|
|
|
|
|
|
|
+ $eb.openImage(data.image);
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 'edit':
|
|
|
|
|
+ $eb.createModalFrame(data.group_name + '-编辑', layList.U({a: 'addGroup', q: {id: data.id}}), {h: 250, w: 720});
|
|
|
break;
|
|
break;
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
- // 下拉操作框-点击收起
|
|
|
|
|
- $(document).click(function (e) {
|
|
|
|
|
- $('.layui-nav-child').hide();
|
|
|
|
|
- })
|
|
|
|
|
- // 下拉操作框-位置计算
|
|
|
|
|
- function dropdown(that){
|
|
|
|
|
- var oEvent = arguments.callee.caller.arguments[0] || event;
|
|
|
|
|
- oEvent.stopPropagation();
|
|
|
|
|
- var offset = $(that).offset();
|
|
|
|
|
- var top=offset.top-$(window).scrollTop();
|
|
|
|
|
- var index = $(that).parents('tr').data('index');
|
|
|
|
|
- $('.layui-nav-child').each(function (key) {
|
|
|
|
|
- if (key != index) {
|
|
|
|
|
- $(this).hide();
|
|
|
|
|
- }
|
|
|
|
|
- })
|
|
|
|
|
- if($(document).height() < top+$(that).next('ul').height()){
|
|
|
|
|
- $(that).next('ul').css({
|
|
|
|
|
- 'padding': 10,
|
|
|
|
|
- 'top': - ($(that).parent('td').height() / 2 + $(that).height() + $(that).next('ul').height()/2),
|
|
|
|
|
- 'min-width': 'inherit',
|
|
|
|
|
- 'position': 'absolute'
|
|
|
|
|
- }).toggle();
|
|
|
|
|
- }else{
|
|
|
|
|
- $(that).next('ul').css({
|
|
|
|
|
- 'padding': 10,
|
|
|
|
|
- 'top':$(that).parent('td').height() / 2 + $(that).height(),
|
|
|
|
|
- 'min-width': 'inherit',
|
|
|
|
|
- 'position': 'absolute'
|
|
|
|
|
- }).toggle();
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
</script>
|
|
</script>
|
|
|
{/block}
|
|
{/block}
|