首页 > 其他 > 详细

layui templet

时间:2019-02-19 17:17:23      阅读:483      评论:0      收藏:0      [点我收藏+]
function toUrl(refUrl) {
window.open(refUrl, "服务报告", "_blank");
}
function mm(logName,sourceType,refUrl) {
/* */
if (sourceType===‘TSE_MM‘||sourceType===‘FAE_MM‘) {
return ‘<a style="text-decoration :underline ; text-underline: #00a0e9;" onclick="toUrl(\‘‘+refUrl+‘\‘)">‘+logName+‘</a>‘;
} else {
return logName;
}
}
layui.use([‘jquery‘, ‘table‘, ‘laypage‘, ‘form‘], function () {
$ = layui.jquery;
var table = layui.table;
var forLineId=$("#forLineId").val();
table.render({
id: ‘dit‘
,elem: ‘#dit‘
,method:"post"
, url: $("#PageContext").val() + ‘/workLog/listPage?forLineId=‘+forLineId
, cols: [[
{type: ‘numbers‘, width: ‘5%‘},
{field: ‘logDate‘, width: ‘15%‘, title: ‘服务日期‘, sort: false},
{field: ‘userName‘, width: ‘12%‘, title: ‘服务人‘, sort: false},
{field: ‘logName‘, width: ‘68%‘, title: ‘服务内容‘, sort: false,templet:‘<div>{{ mm(d.logName,d.sourceType,d.refUrl)}}</div>‘}
]]
, page: true
, limit: 10//每页条数
, limits: [10, 20, 30, 40, 50]
, height: 480
});

layui templet

原文:https://www.cnblogs.com/albert-think/p/10401843.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!