{ "viewSetting": { "html": "
" }, "viewHeadSetting":{ "html":"" }, "viewBodySetting":{ "html":"" }, "headSetting": { "html": "" }, "documentSetting": { "html": "", "mouseoverStyles": "documentNode_over", "action": "open" }, "items": [ // { // "name": "$checkbox", // "head": { // "html": "", // "width": "5%" // }, // "content": { // "html": "", // //"condition": "function(d){ return d.status==0 ? true : false }", // "value": "" // } // }, { "name": "subject", "head": { "html": "", "width": "40%" }, "content": { "html": "" + "
" + "
" + "
" + "
" + "", "items": { "subject": {}, "defaultWorkType": {}, "defaultWorkLevel": {} } } }, { "name": "relativeDepartment", "head": { "html": "", "width": "20%" }, "content": { "html": "" + "
" + "
" + "
" + "", "items": { "dutyDepartent": { "value": "function(d){ return d.dutyDepartent }" }, "doDepartment": {}, "secondDepartment": {} } } }, { "name": "relativePerson", "head": { "html": "", "width": "15%" }, "content": { "html": "" + "
" + "
" + "
" + "", "items": { "dutyPerson": {}, "doPerson": {}, "secondPerson": {} } } }, { "name": "timeLimit", "head": { "html": "", "width": "15%" }, "content": { "html": "", "items": { "timeLimit" : {} } } }, { //"access": "admin", "head": { "html": "", "width": "10%" }, "content": { "html": "" + " " + " " + "", "items": { "action_comfirm": { //"access": "admin", "title": "comfirm", "text": "comfirm", "action": "action_comfirm", "styles": "documentActionNode", "mouseoverStyles": "documentActionNode_over", "mousedownStyles": "documentActionNode_down" }, "action_split": { "title": "split", "text": "split", "action": "action_split", "condition": "function( d ){ return true }", "styles": "documentActionNode", "mouseoverStyles": "documentActionNode_over", "mousedownStyles": "documentActionNode_down" } } } } ] }