{ "viewSetting": { "html": "
" }, "headSetting": { "html": "" }, "documentSetting": { "html": "", //"mouseoverStyles": "documentNode_over", "action": "open" }, "items": [ { "name": "subject", "head": { "html": "", "width": "40%" }, "content": { "html": "" + "
" + "", "items": { "title": {"value" : "function(d){ return d.workOrCenter=='CENTER'?d.centerTitle:d.title }"}, "workDetail": {"value" : "function(d){ return d.workOrCenter=='CENTER'?d.centerTitle:d.title }"}, "centerTitle":{} } } }, { "name": "relativeDepartment", "head": { "html": "", "width": "20%" }, "content": { "html": "" + "
" + "
" + "
" + "", "items": { "responsibilityUnitName": { }, "deployerUnitName": { }, "cooperateUnitNameList": { } } } }, { "name": "relativePerson", "head": { "html": "", "width": "15%" }, "content": { "html": "" + "
" + "
" + "
" + "", "items": { "responsibilityEmployeeName": { //"value":"function(d){return '2222222222222222'}" }, "deployerName": { //"value":"function(d){return d.deployerName.split('@')[0]}" }, "cooperateEmployeeNameList": { } } } }, { "name": "timeLimit", "head": { "html": "", "width": "15%" }, "content": { "html": "", "items": { "completeDateLimitStr" : {} } } }, { "name": "action", "head": { "html": "", "width": "10%" }, "content": { "html": "" + // " " + // " " + // " " + "", "items": { "action_view": { //"access": "admin", "title": "action_view", "text": "action_view", "action": "action_view", "condition": "function( d ){ return this.editActionReturn(d) }", "styles": "documentActionNode", "mouseoverStyles": "documentActionNode_over", "mousedownStyles": "documentActionNode_down" }, "action_edit": { //"access": "admin", "title": "action_edit", "text": "action_edit", "action": "action_edit", "condition": "function( d ){ return this.editActionReturn(d) }", "styles": "documentActionNode", "mouseoverStyles": "documentActionNode_over", "mousedownStyles": "documentActionNode_down" }, "action_archive": { "title": "action_archive", "text": "action_archive", "action": "action_archive", "condition": "function( d ){ return this.archiveActionReturn(d) }", "styles": "documentActionNode", "mouseoverStyles": "documentActionNode_over", "mousedownStyles": "documentActionNode_down" }, "action_delete": { "title": "action_delete", "text": "action_delete", "action": "action_delete", "condition": "function( d ){ return this.removeActionReturn(d) }", "styles": "documentActionNode", "mouseoverStyles": "documentActionNode_over", "mousedownStyles": "documentActionNode_down" } } } } ] }