username@email.com
2022-01-24 2b177eea6ca44785a6116e91dbadbf7cf5ed2e15
zhengcaioa/zhengcaioa/Views/DailyManagement/HoldPhone.cshtml
@@ -10,13 +10,13 @@
        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 = '';
@@ -30,10 +30,10 @@
                }
            },
            { 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 = '';
@@ -46,7 +46,7 @@
                    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',