username@email.com
2021-08-06 04e051727c2d44f36362fc09b94f9d2b24afa69a
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>";
                }
            },