| | |
| | | dataCol = [ |
| | | { label: 'id', name: 'Id', labtype: 'txt', hidden: true }, |
| | | { |
| | | label: '来电时间', name: 'InTime', labtype: 'txt', width: 100, hidden: false, |
| | | label: '来电时间', name: 'InTime', labtype: 'txt', width: 80, hidden: false, |
| | | formatter: function (cellvalue, options, rowObject) { |
| | | return '<a href="javascript: void (0)" onclick="edit(\'' + rowObject.Id + '\');">' + new Date(cellvalue).Format("yyyy-MM-dd hh:mm") + '</a>'; |
| | | } |
| | | }, |
| | | { |
| | | label: '电话类型', name: 'LineType', labtype: 'txt', width: 100, hidden: false, |
| | | label: '电话类型', name: 'LineType', labtype: 'txt', width: 50, hidden: false, |
| | | formatter: function (cellvalue, options, rowObject) { |
| | | let LType = JSON.parse(LineType); |
| | | let value = ''; |
| | |
| | | } |
| | | }, |
| | | { label: '来电单位', name: 'OrderId', labtype: 'txt', hidden: false, width: 200 }, |
| | | { label: '电话号码', name: 'Phone', labtype: 'txt', hidden: false, width: 100}, |
| | | { label: '电话号码', name: 'Phone', labtype: 'txt', hidden: false, width: 50}, |
| | | { label: '电话内容', name: 'Context', labtype: 'txt', hidden: false, width: 200}, |
| | | { |
| | | label: '合作意向', name: 'Intention', labtype: 'txt', width: 100, hidden: false, |
| | | label: '合作意向', name: 'Intention', labtype: 'txt', width: 50, hidden: false, |
| | | formatter: function (cellvalue, options, rowObject) { |
| | | let it = JSON.parse(Intention); |
| | | let value = ''; |
| | |
| | | return value; |
| | | } |
| | | }, |
| | | { label: '接电话人', name: 'UserId', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '接电话人', name: 'UserId', labtype: 'txt', hidden: false, width: 50 }, |
| | | |
| | | { |
| | | label: '操作', name: 'RecStatus', align: "center", align: "center", sortable: false, width: 100, labtype: 'txt', |