<title>商品评价表</title>
|
<!--当前位置开始-->
|
<div class="layui-card layadmin-header">
|
<div class="layui-breadcrumb" lay-filter="breadcrumb">
|
<script type="text/html" template lay-done="layui.data.updateMainBreadcrumb();">
|
</script>
|
</div>
|
</div>
|
<!--当前位置结束-->
|
<style>
|
/* 重写样式 */
|
</style>
|
<script type="text/html" template lay-type="Post" lay-url="{{ layui.setter.apiUrl }}Api/CoreCmsGoodsComment/GetIndex" lay-done="layui.data.done(d);">
|
|
</script>
|
<div class="table-body">
|
<table id="LAY-app-CoreCmsGoodsComment-tableBox" lay-filter="LAY-app-CoreCmsGoodsComment-tableBox"></table>
|
</div>
|
|
<script type="text/html" id="LAY-app-CoreCmsGoodsComment-tableBox-bar">
|
<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-danger layui-btn-xs" data-dropdown="#CoreCmsGoodsCommentTbDelDrop{{d.LAY_NUM}}" no-shade="true">删除</a>
|
<div class="dropdown-menu-nav dropdown-popconfirm dropdown-top-right layui-hide" id="CoreCmsGoodsCommentTbDelDrop{{d.LAY_NUM}}"
|
style="max-width: 200px;white-space: normal;min-width: auto;margin-left: 10px;">
|
<div class="dropdown-anchor"></div>
|
<div class="dropdown-popconfirm-title">
|
<i class="layui-icon layui-icon-help"></i>
|
确定要删除吗?
|
</div>
|
<div class="dropdown-popconfirm-btn">
|
<a class="layui-btn layui-btn-primary cursor" btn-cancel>取消</a>
|
<a class="layui-btn layui-btn-normal cursor" lay-event="del">确定</a>
|
</div>
|
</div>
|
</script>
|
|
<script type="text/html" id="LAY-app-CoreCmsGoodsComment-toolbar">
|
<div class="layui-form coreshop-toolbar-search-form">
|
<div class="layui-form-item">
|
|
<div class="layui-inline">
|
<div class="layui-input-inline">
|
<select name="score">
|
<option value="">请选择评价星级</option>
|
<option value="1">★</option>
|
<option value="2">★★</option>
|
<option value="3">★★★</option>
|
<option value="4">★★★★</option>
|
<option value="5">★★★★★</option>
|
</select>
|
</div>
|
</div>
|
<div class="layui-inline">
|
<div class="layui-input-inline">
|
<input type="text" name="nickName" placeholder="请输入评价用户名称" class="layui-input">
|
</div>
|
</div>
|
<div class="layui-inline">
|
<div class="layui-input-inline">
|
<input type="text" name="goodName" placeholder="请输入商品名称" class="layui-input">
|
</div>
|
</div>
|
<div class="layui-inline">
|
<div class="layui-input-inline">
|
<input type="text" name="orderId" placeholder="请输入评价订单ID" class="layui-input">
|
</div>
|
</div>
|
<div class="layui-inline">
|
<div class="layui-input-inline">
|
<select name="isDisplay">
|
<option value="">请选择前台显示</option>
|
<option value="True">是</option>
|
<option value="False">否</option>
|
</select>
|
</div>
|
</div>
|
<div class="layui-inline">
|
<div class="layui-input-inline core-time-input">
|
<input type="text" name="createTime" id="searchTime-CoreCmsGoodsComment-createTime" placeholder="请输入创建时间" class="layui-input">
|
</div>
|
</div>
|
<div class="layui-inline">
|
<button class="layui-btn layui-btn-sm" lay-submit lay-filter="LAY-app-CoreCmsGoodsComment-search"><i class="layui-icon layui-icon-search"></i>筛选</button>
|
</div>
|
</div>
|
</div>
|
</script>
|
|
<script>
|
var indexData;
|
var debug = layui.setter.debug;
|
layui.data.done = function (d) {
|
//开启调试情况下获取接口赋值数据
|
if (debug) { console.log(d); }
|
|
indexData = d.data;
|
layui.use(['index', 'table', 'laydate', 'util', 'coredropdown', 'coreHelper'],
|
function () {
|
var $ = layui.$
|
, admin = layui.admin
|
, table = layui.table
|
, form = layui.form
|
, laydate = layui.laydate
|
, setter = layui.setter
|
, coreHelper = layui.coreHelper
|
, util = layui.util
|
, view = layui.view;
|
|
|
//重载form
|
form.render();
|
|
var searchwhere;
|
//监听搜索
|
form.on('submit(LAY-app-CoreCmsGoodsComment-search)',
|
function (data) {
|
var field = data.field;
|
searchwhere = field;
|
//执行重载
|
table.reloadData('LAY-app-CoreCmsGoodsComment-tableBox', { where: field });
|
});
|
//数据绑定
|
table.render({
|
elem: '#LAY-app-CoreCmsGoodsComment-tableBox',
|
url: layui.setter.apiUrl + 'Api/CoreCmsGoodsComment/GetPageList',
|
method: 'POST',
|
toolbar: '#LAY-app-CoreCmsGoodsComment-toolbar',
|
defaultToolbar: ['filter', 'print', 'exports'],
|
height: 'full-127',//面包屑142px,搜索框4行172,3行137,2行102,1行67
|
page: true,
|
limit: 30,
|
limits: [10, 15, 20, 25, 30, 50, 100, 200],
|
text: { none: '暂无相关数据' },
|
cols: [
|
[
|
{ type: "checkbox", fixed: "left" },
|
{ field: 'id', title: '序列', width: 60, sort: false },
|
{
|
field: 'nickName', title: '用户', sort: false, templet: function (d) {
|
return '<a href="javascript:void(0);" onclick=layui.coreHelper.viewImage("' + d.avatarImage + '")><image style="max-width:28px;max-height:28px;" src="' + d.avatarImage + '"/></a> ' + d.nickName
|
}
|
},
|
{ field: 'mobile', title: '联系方式', sort: false, width: 100 },
|
{
|
field: 'score', title: '评星', sort: false, width: 100, templet: function (d) {
|
var html = '';
|
for (var i = 0; i < d.score; i++) {
|
html += '<i class="layui-icon layui-icon-rate-solid"></i>';
|
}
|
return html;
|
}
|
},
|
{
|
field: 'goodName', title: '购买商品', sort: false, templet: function (d) {
|
return d.goodName + '【' + d.addon + '】'
|
}
|
},
|
//{ field: 'orderId', title: '评价订单', sort: false, width: 125 },
|
{
|
field: 'images', title: '图集', width: 180, sort: false,
|
templet: function (d) {
|
if (d.imagesArr && d.imagesArr.length > 0) {
|
var html = '';
|
for (var i = 0; i < d.imagesArr.length; i++) {
|
html += '<a href="javascript:void(0);" onclick=layui.coreHelper.viewImage("' + d.imagesArr[i] + '")><image style="max-width:28px;max-height:28px;" src="' + d.imagesArr[i] + '?x-oss-process=image/resize,m_lfit,h_200,w_200"/></a> '
|
}
|
return html;
|
} else {
|
return '<a href="javascript:void(0);" onclick=layui.coreHelper.viewImage("' + setter.noImagePicUrl + '")><image style="max-width:30px;max-height:30px;" src="' + setter.noImagePicUrl + '"/></a>';
|
}
|
}
|
},
|
{ field: 'contentBody', title: '评价内容', sort: false, width: 205 },
|
{ field: 'sellerContent', title: '商家回复', sort: false, width: 105 },
|
{ field: 'isDisplay', title: '前台显示', width: 80, templet: '#switch_isDisplay', sort: false, unresize: true },
|
{ field: 'createTime', title: '创建时间', width: 130, sort: false },
|
{ width: 142, align: 'center', title: '操作', fixed: 'right', toolbar: '#LAY-app-CoreCmsGoodsComment-tableBox-bar' }
|
]
|
]
|
});
|
//监听排序事件
|
table.on('sort(LAY-app-CoreCmsGoodsComment-tableBox)', function (obj) {
|
table.reloadData('LAY-app-CoreCmsGoodsComment-tableBox', {
|
initSort: obj, //记录初始排序,如果不设的话,将无法标记表头的排序状态。
|
where: { //请求参数(注意:这里面的参数可任意定义,并非下面固定的格式)
|
orderField: obj.field, //排序字段
|
orderDirection: obj.type //排序方式
|
}
|
});
|
});
|
//监听行双击事件
|
table.on('rowDouble(LAY-app-CoreCmsGoodsComment-tableBox)', function (obj) {
|
//查看详情
|
doDetails(obj);
|
});
|
//头工具栏事件
|
table.on('toolbar(LAY-app-CoreCmsGoodsComment-tableBox)', function (obj) {
|
var checkStatus = table.checkStatus(obj.config.id);
|
switch (obj.event) {
|
case 'batchDelete':
|
doBatchDelete(checkStatus);
|
break;
|
};
|
});
|
//监听工具条
|
table.on('tool(LAY-app-CoreCmsGoodsComment-tableBox)',
|
function (obj) {
|
if (obj.event === 'detail') {
|
doDetails(obj);
|
} else if (obj.event === 'del') {
|
doDelete(obj);
|
} else if (obj.event === 'edit') {
|
doEdit(obj)
|
}
|
});
|
|
//执行编辑操作
|
function doEdit(obj) {
|
coreHelper.Post("Api/CoreCmsGoodsComment/GetEdit", { id: obj.data.id }, function (e) {
|
if (e.code === 0) {
|
admin.popup({
|
shadeClose: false,
|
title: '回复商品评价',
|
area: ['1000px', '90%'],
|
id: 'LAY-popup-CoreCmsGoodsComment-edit',
|
success: function (layero, index) {
|
view(this.id).render('good/goodscomment/edit', { data: e.data }).done(function () {
|
//监听提交
|
form.on('submit(LAY-app-CoreCmsGoodsComment-editForm-submit)',
|
function (data) {
|
var field = data.field; //获取提交的字段
|
|
field.isDisplay = field.isDisplay == 'on';
|
|
if (debug) { console.log(field); } //开启调试返回数据
|
//提交 Ajax 成功后,关闭当前弹层并重载表格
|
coreHelper.Post("Api/CoreCmsGoodsComment/DoEdit", field, function (e) {
|
console.log(e)
|
if (e.code === 0) {
|
layui.table.reloadData('LAY-app-CoreCmsGoodsComment-tableBox'); //重载表格
|
layer.close(index); //再执行关闭
|
layer.msg(e.msg);
|
} else {
|
layer.msg(e.msg);
|
}
|
});
|
});
|
})
|
// 禁止弹窗出现滚动条
|
//$(layero).children('.layui-layer-content').css('overflow', 'visible');
|
}
|
, btn: ['确定', '取消']
|
, yes: function (index, layero) {
|
layero.contents().find("#LAY-app-CoreCmsGoodsComment-editForm-submit").click();
|
}
|
});
|
} else {
|
layer.msg(e.msg);
|
}
|
});
|
}
|
//执行预览操作
|
function doDetails(obj) {
|
coreHelper.Post("Api/CoreCmsGoodsComment/GetDetails", { id: obj.data.id }, function (e) {
|
if (e.code === 0) {
|
admin.popup({
|
shadeClose: false,
|
title: '查看详情',
|
area: ['1000px', '90%'],
|
id: 'LAY-popup-CoreCmsGoodsComment-details',
|
success: function (layero, index) {
|
view(this.id).render('good/goodscomment/details', { data: e.data }).done(function () {
|
form.render();
|
});
|
// 禁止弹窗出现滚动条
|
//$(layero).children('.layui-layer-content').css('overflow', 'visible');
|
}
|
});
|
} else {
|
layer.msg(e.msg);
|
}
|
});
|
}
|
//执行单个删除
|
function doDelete(obj) {
|
coreHelper.Post("Api/CoreCmsGoodsComment/DoDelete", { id: obj.data.id }, function (e) {
|
if (debug) { console.log(e); } //开启调试返回数据
|
table.reloadData('LAY-app-CoreCmsGoodsComment-tableBox');
|
layer.msg(e.msg);
|
});
|
}
|
|
//监听 表格复选框操作
|
|
layui.form.on('switch(switch_isDisplay)', function (obj) {
|
coreHelper.Post("Api/CoreCmsGoodsComment/DoSetisDisplay", { id: this.value, data: obj.elem.checked }, function (e) {
|
if (debug) { console.log(e); } //开启调试返回数据
|
//table.reloadData('LAY-app-CoreCmsGoodsComment-tableBox');
|
layer.msg(e.msg);
|
});
|
});
|
laydate.render({
|
elem: '#searchTime-CoreCmsGoodsComment-createTime',
|
type: 'datetime',
|
range: '到',
|
});
|
});
|
};
|
</script>
|
|
<!--设置前台显示-->
|
<script type="text/html" id="switch_isDisplay">
|
<input type="checkbox" name="switch_isDisplay" value="{{d.id}}" lay-skin="switch" lay-text="开启|关闭" lay-filter="switch_isDisplay" {{ d.isDisplay ? 'checked' : '' }}>
|
</script>
|