|
@@ -625,7 +625,7 @@ function initSmsTable() {
|
|
|
skin: 'line',
|
|
|
cols: [[
|
|
|
{width:80, title: '序号', type: 'numbers'},
|
|
|
- {field:'sendName', title: '部门名称'},
|
|
|
+ {field:'sendContent', title: '部门名称'},
|
|
|
{title: '提醒人员', templet: function(d) {
|
|
|
return d.sendName;
|
|
|
}},
|
|
@@ -724,27 +724,27 @@ function reloadSmsTable() {
|
|
|
]]
|
|
|
});
|
|
|
|
|
|
- // //网站短信记录
|
|
|
- // table.reload('w-sms-website-table', {
|
|
|
- // url: '/websitesms/getWebsiteSms',
|
|
|
- // page: false,
|
|
|
- // cols: [[
|
|
|
- // {width:80, title: '序号', type: 'numbers'},
|
|
|
- // {field:'deptname', title: '部门名称'},
|
|
|
- // {title: '提醒人员', templet: function(d) {
|
|
|
- // return d.sendName;
|
|
|
- // }},
|
|
|
- // {title: '提醒号码', templet: function(d) {
|
|
|
- // return d.leadPhone;
|
|
|
- // }},
|
|
|
- // {title: '提醒记录', templet: function(d) {
|
|
|
- // return d.createTime;
|
|
|
- // }},
|
|
|
- // {title: '操作', templet: function(d) {
|
|
|
- // return '<a style="color:#1276ff;cursor: pointer;" onclick="details(\''+ d.id +'\')">详情</a>';
|
|
|
- // }}
|
|
|
- // ]]
|
|
|
- // });
|
|
|
+ //网站短信记录
|
|
|
+ table.reload('w-sms-website-table', {
|
|
|
+ url: '/websitesms/getWebsiteSms',
|
|
|
+ page: false,
|
|
|
+ cols: [[
|
|
|
+ {width:80, title: '序号', type: 'numbers'},
|
|
|
+ {field:'sendContent', title: '部门名称'},
|
|
|
+ {title: '提醒人员', templet: function(d) {
|
|
|
+ return d.sendName;
|
|
|
+ }},
|
|
|
+ {title: '提醒号码', templet: function(d) {
|
|
|
+ return d.leadPhone;
|
|
|
+ }},
|
|
|
+ {title: '提醒记录', templet: function(d) {
|
|
|
+ return d.createTime;
|
|
|
+ }},
|
|
|
+ {title: '操作', templet: function(d) {
|
|
|
+ return '<a style="color:#1276ff;cursor: pointer;" onclick="details(\''+ d.id +'\')">详情</a>';
|
|
|
+ }}
|
|
|
+ ]]
|
|
|
+ });
|
|
|
|
|
|
// //修改人员信息
|
|
|
// table.render({
|