| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- {
- "viewSetting": {
- "html": "<table width='100%' border='0' cellpadding='5' cellspacing='0' styles='editTable'></table>"
- },
- "headSetting": {
- "html": "<tr styles='viewHeadNode'></tr>"
- },
- "documentSetting": {
- "html": "<tr styles='documentNode'></tr>",
- // "mouseoverStyles": "documentNode_over",
- "action": "open"
- },
- "items": [
- {
- "name": "viewProgressDescription",
- "head": {
- "html": "<th styles='normalThNode' lable='viewProgressAction'></th>",
- "width": "20%"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- "<div item='name' styles='documentSubject'></div>" +
- "</td>",
- "items": {
- "name":{},
- "responsibilityOrganizationName": {},
- "deployerOrganizationName": {},
- "cooperateOrganizationName": {}
- }
- }
- },
- {
- "name": "viewProgressDescription",
- "head": {
- "html": "<th styles='normalThNode' lable='viewProgressDescription'></th>",
- "width": "20%"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- "<div item='shortProgressAction' styles='documentSubject'></div>" +
- "</td>",
- "items": {
- "name":{},
- "shortProgressAction":{},
- "responsibilityOrganizationName": {},
- "deployerOrganizationName": {},
- "cooperateOrganizationName": {}
- }
- }
- },
- {
- "name": "viewWorkPlan",
- "head": {
- "html": "<th styles='normalThNode' lable='viewWorkPlan'></th>",
- "width": "20%"
- },
- "content": {
- "html": "<td styles='normalTdNode'>" +
- " <div styles='itemBlock'><div styles='itemInLine' lable='responsibilityEmployeeName' colon='true'></div><div styles='itemInLine' item='responsibilityEmployeeName'></div></div>" +
- " <div styles='itemBlock'><div styles='itemInLine' lable='deployerName' colon='true'></div><div styles='itemInLine' item='deployerName'></div></div>" +
- " <div styles='itemBlock'><div styles='itemInLine' lable='cooperateEmployeeName' colon='true'></div><div styles='itemInLine' item='cooperateEmployeeName'></div></div>" +
- "</td>",
- "items": {
- "responsibilityEmployeeName": {},
- "deployerName": {},
- "cooperateEmployeeName": {}
- }
- }
- },
- {
- "name": "viewAdminSuperviseInfo",
- "head": {
- "html": "<th styles='normalThNode' lable='viewAdminSuperviseInfo'></th>",
- "width": "20%"
- },
- "content": {
- "html": "<td styles='normalTdCenterNode' item='completeDateLimitStr'></td>",
- "items": {
- "completeDateLimitStr" : {}
- }
- }
- },
- {
- "name": "viewLeaderOpinion",
- "head": {
- "html": "<th styles='normalThNode' lable='viewLeaderOpinion'></th>",
- "width": "15%",
- },
- "content": {
- "html": "<td styles='normalTdCenterNode' item='completeDateLimitStr'></td>",
- "items": {
- "completeDateLimitStr" : {}
- }
- }
- },
- {
- //"access": "admin",
- "head": {
- "html": "<th styles='normalThNode' lable='viewAction'></th>",
- "width": "10%"
- },
- "content": {
- "html": "<td styles='normalTdCenterNode'>" +
- // " <span styles='documentActionNode' item='action_comfirm'></span>" +
- // " <span styles='documentActionNode' item='action_split'></span>" +
- // " <span styles='documentActionNode' item='action_edit'></span>" +
- // " <span styles='documentActionNode' item='remove'></span>" +
- "</td>",
- "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 this.splitActionReturn(d) }",
- "styles": "documentActionNode",
- "mouseoverStyles": "documentActionNode_over",
- "mousedownStyles": "documentActionNode_down"
- },
- "action_edit": {
- "title": "edit",
- "text": "edit",
- "action": "action_edit",
- "condition": "function( d ){ return this.editActionReturn(d) }",
- "styles": "documentActionNode",
- "mouseoverStyles": "documentActionNode_over",
- "mousedownStyles": "documentActionNode_down"
- },
- "remove": {
- "title": "remove",
- "text": "remove",
- "action": "remove",
- "condition": "function( d ){ return this.removeActionReturn(d) }",
- "styles": "documentActionNode",
- "mouseoverStyles": "documentActionNode_over",
- "mousedownStyles": "documentActionNode_down"
- }
- }
- }
- }
- ]
- }
|