|
@@ -27,7 +27,6 @@
|
|
|
<label class="layui-form-label">门店名称</label>
|
|
|
<div class="layui-input-block">
|
|
|
<input type="text" name="name" class="layui-input" placeholder="请输入门店名称,关键字,编号">
|
|
|
- <input type="hidden" name="type" value="{$type}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-inline">
|
|
@@ -93,10 +92,8 @@
|
|
|
{field: 'id', title: 'ID', sort: true, event: 'id', width: '4%'},
|
|
|
{field: 'image', title: '门店图片', templet: '#headimgurl', width: '6%'},
|
|
|
{field: 'name', title: '门店名称', width: '10%'},
|
|
|
- {field: 'cate_name', title: '分类', width: '10%'},
|
|
|
{field: 'phone', title: '门店电话', width: '10%'},
|
|
|
{field: 'address', title: '地址', templet: '#address'},
|
|
|
- {field: 'count', title: '销量'},
|
|
|
{field: 'day_time', title: '营业时间', width: '15%'},
|
|
|
// {field: 'valid_time', title: '核销有效日期', width: '11%'},
|
|
|
{field: 'status', title: '是否显示', templet: "#checkboxstatus", width: '8%'},
|