| | |
| | | { |
| | | 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>"; |
| | | } |
| | | }, |
| | | |
| | | |
| | | |