| | |
| | | <!-- <a class="layui-btn layui-btn-primary layui-btn-xs" lay-event="qrcode">小程序码</a> --> |
| | | <a class="layui-btn layui-btn-primary layui-btn-xs" lay-event="achievement">推广费</a> |
| | | <a class="layui-btn layui-btn-primary layui-btn-xs" lay-event="detail">查看</a> |
| | | <a class="layui-btn layui-btn-xs" lay-event="edit">审核</a> |
| | | <a class="layui-btn layui-btn-xs {{d.verifyStatus!=1?'layui-btn-danger' :''}} " lay-event="edit">{{d.verifyStatus==1?'修改' :'审核'}} </a> |
| | | <a class="layui-btn layui-btn-danger layui-btn-xs" data-dropdown="#CoreCmsDistributionTbDelDrop{{d.LAY_NUM}}" no-shade="true">删除</a> |
| | | <div class="dropdown-menu-nav dropdown-popconfirm dropdown-top-right layui-hide" id="CoreCmsDistributionTbDelDrop{{d.LAY_NUM}}" |
| | | style="max-width: 200px; white-space: normal; min-width: auto; margin-left: 10px;"> |
| | |
| | | // { field: 'weixin', title: '微信号', sort: false, width: 100 }, |
| | | { field: 'profession', title: '行业', sort: false, width: 100 }, |
| | | // { field: 'qq', title: 'qq号', sort: false, width: 90 }, |
| | | { field: 'sales', title: '年营业额(元)', sort: false, width: 100 }, |
| | | { field: 'sales', title: '年营业额(元)', sort: true, width: 100 }, |
| | | { field: 'storeName', title: '店铺名称', sort: false,width: 133 }, |
| | | { field: 'address', title: '地址', sort: false, width: 270 }, |
| | | |
| | | // { field: 'storeCoordinate', title: '店铺坐标', sort: false }, |
| | | // { |
| | |
| | | // } |
| | | // } |
| | | // }, |
| | | { field: 'schoolName', title: '学校名称', sort: false,width: 133 }, |
| | | { field: 'schoolName', title: '学校名称', sort: true, width: 133 }, |
| | | |
| | | { |
| | | field: 'idCradNumber', title: '身份证', width: 120, sort: false, |
| | | templet: function (d) { |
| | |
| | | admin.popup({ |
| | | shadeClose: false, |
| | | title: '编辑数据', |
| | | area: ['640px', '300px'], |
| | | area: ['640px', '350px'], |
| | | id: 'LAY-popup-CoreCmsDistribution-edit', |
| | | success: function (layero, index) { |
| | | view(this.id).render('distribution/distributor/edit', { data: e.data }).done(function () { |
| | |
| | | admin.popup({ |
| | | shadeClose: false, |
| | | title: '查看详情', |
| | | area: ['700px', '550px'], |
| | | area: ['700px', '600px'], |
| | | id: 'LAY-popup-CoreCmsDistribution-details', |
| | | success: function (layero, index) { |
| | | view(this.id).render('distribution/distributor/details', { data: e.data }).done(function () { |