|
@@ -114,12 +114,12 @@
|
|
|
<form:input path="createBy.name" htmlEscape="false" maxlength="200" class=" form-control layui-input"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="layui-item query athird">
|
|
|
+ <%--<div class="layui-item query athird">
|
|
|
<label class="layui-form-label">阅读状态:</label>
|
|
|
<div class="layui-input-block">
|
|
|
<form:radiobuttons path="status" class="i-checks" items="${fns:getDictList('oa_notify_status')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>--%>
|
|
|
<div style="clear:both;"></div>
|
|
|
</div>
|
|
|
</form:form>
|
|
@@ -152,20 +152,20 @@
|
|
|
// {checkbox: true, fixed: true},
|
|
|
{field:'index',align:'center', width:40,title: '序号'}
|
|
|
,{field:'number',align:'center', title: '公告编号', minWidth:150,templet:function(d){
|
|
|
- var xml = "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('查看公告', '${ctx}/oa/oaNotify/form?id=" + d.id + "&view=view','95%','95%')\">" +
|
|
|
+ var xml = "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('查看公告', '${ctx}/oa/oaNotify/view?id=" + d.id + "&view=view','95%','95%')\">" +
|
|
|
"<span title=" + d.number + ">" + d.number + "</span></a>";
|
|
|
return xml;
|
|
|
}}
|
|
|
- ,{field:'title',align:'center', title: '公告标题', minWidth:150,templet:function(d){
|
|
|
+ ,{field:'title',align:'center', title: '公告标题', minWidth:150/*,templet:function(d){
|
|
|
var xml = "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('查看公告', '${ctx}/oa/oaNotify/form?id=" + d.id + "&view=view','95%','95%')\">" +
|
|
|
"<span title=" + d.title + ">" + d.title + "</span></a>";
|
|
|
return xml;
|
|
|
- }}
|
|
|
+ }*/}
|
|
|
,{field:'type',align:'center', title: '公告类型', width:80}
|
|
|
,{field:'content',align:'center', title: '公告内容', minWidth:200,templet:function(d){
|
|
|
return "<span title='"+ d.title +"'>" + d.title + "</span>";
|
|
|
}}
|
|
|
- ,{field:'status',align:'center', title: '公告状态', width:80}
|
|
|
+ /*,{field:'status',align:'center', title: '公告状态', width:80}*/
|
|
|
,{field:'startDate', align:'center',title: '开始时间',width:150}
|
|
|
,{field:'endDate', align:'center',title: '结束时间',width:150}
|
|
|
/*,{field:'vtatus', align:'center',title: '查阅状态', width:80}*/
|