|
|
@@ -44,12 +44,12 @@
|
|
|
<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">
|
|
|
- <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="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>
|
|
|
@@ -83,15 +83,15 @@
|
|
|
layList.tableList('List',"{:Url('get_system_agent_list')}",function (){
|
|
|
return [
|
|
|
{field: 'id', title: '编号', sort: true, event:'id', width:'6%', align:"center"},
|
|
|
- {field: 'icon', title: '等级图标', templet:'#icon', align:"center", width:'10%'},
|
|
|
+ // {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: '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%'},
|
|
|
@@ -158,9 +158,9 @@
|
|
|
});
|
|
|
})
|
|
|
break;
|
|
|
- case 'open_image':
|
|
|
- $eb.openImage(data.icon);
|
|
|
- break;
|
|
|
+ // case 'open_image':
|
|
|
+ // $eb.openImage(data.icon);
|
|
|
+ // break;
|
|
|
}
|
|
|
})
|
|
|
// 下拉操作框-点击收起
|