Explorar o código

工作内容列表 点击内容名称展示详情

user5 %!s(int64=5) %!d(string=hai) anos
pai
achega
b98bc057db

+ 7 - 1
src/main/webapp/webpage/modules/projectcontentinfo/projectcontentinfoForm.jsp

@@ -576,7 +576,13 @@
                 cols: [[
                     {type: 'numbers', title: '编号' ,width:80},
                     {field: 'type', title: '内容类型',width:180},
-                    {field: 'name', title: '内容名称'},
+                    {field: 'name',title: '内容名称',templet:function(d){
+                        if(null != d.name){
+                            return "<a class=\"attention-info\" href=\"#\" onclick=\"openDialogView('查看工作内容详情', '${ctx}/projectcontentinfo/projectcontentinfo/form?view=contentView&dictType=${dictType}&id=${id}&parentIds=${parentIds}&infoId="+d.id+"','95%', '95%')\">" + d.name + "</a>";
+						}else{
+                            return "";
+                        }
+                        }},
                     {field: 'masterName', title: '负责人',width:100},
                     {field: 'createDate', title: '创建日期',width:100},
                     {templet: complain, title: '操作',width:130}