LR-20210131IOQH\Administrator
2021-08-10 d4a6d65f5e449c3e5464aa18ae97bf8953987217
zhengcaioa/zhengcaioa/Views/AdmDocDoc/Index.cshtml
@@ -19,13 +19,19 @@
            {
                label: '公文号', name: 'DocNo', labtype: 'txt', hidden: false, width: 100,
                formatter: function (cellvalue, options, rowObject) {
                    return "<a onclick=\"OpenWindow('" + cellvalue.replace(/'/g, '') + "','98%','100%', '/AdmDocDoc/Edit?id=" + rowObject.Id + "')\"  >" + cellvalue + "</a>";
                    return "<a onclick=\"OpenWindow('" + cellvalue.replace(/'/g, '') + "','100%','100%', '/AdmDocDoc/Edit?id=" + rowObject.Id + "')\"  >" + cellvalue + "</a>";
                }
            },
            { label: '公文名称', name: 'DocTitle', labtype: 'txt', hidden: false, width: 100 },
            { label: '发文部门', name: 'DocDeptName', labtype: 'txt', hidden: false, width: 100 },
            { label: '打印状态', name: 'PrintStatusName', labtype: 'txt', hidden: false, width: 100 },
            {
                label: '打印', name: 'print', labtype: 'txt', hidden: false, width: 100,
                formatter: function (cellvalue, options, rowObject) {
                    return "<a onclick=\"OpenWindow('打印','100%','100%', '/AdmDocDoc/Print?id=" + rowObject.Id + "')\"  >打印</a>";
                }
            },