| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- {
- "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": "subject",
- "head": {
- "html": "<th styles='normalThNode' lable='shortWorkDetail'></th>",
- "width": "30%"
- },
- "content": {
- "html": "<td styles='normalTdNode'>" +
- " <div item='title' styles='documentSubject'></div>" +
- "</td>",
- "items": {
- "title": {},
- "shortWorkDetail":{},
- "workType": {},
- "workLevel": {}
- }
- }
- },
- {
- "name": "progressAction",
- "head": {
- "html": "<th styles='normalThNode' lable='shortProgressAction'></th>",
- "width": "30%"
- },
- "content": {
- "html": "<td styles='normalTdNode'>" +
- " <div item='shortProgressAction' styles='documentSubject'></div>" +
- "</td>",
- "items": {
- "title": {},
- "shortProgressAction":{},
- "shortWorkDetail":{},
- "workType": {},
- "workLevel": {}
- }
- }
- },
- {
- "name": "relativeDepartment",
- "head": {
- "html": "<th styles='normalThNode' lable='relativeDepartment'></th>",
- "width": "15%"
- },
- "content": {
- "html": "<td styles='normalTdNode'>" +
- " <div styles='itemBlock'><div styles='itemInLine' lable='responsibilityOrganizationName' colon='true'></div><div styles='itemInLine' item='responsibilityOrganizationName'></div></div>" +
- " <div styles='itemBlock'><div styles='itemInLine' lable='deployerOrganizationName' colon='true'></div><div styles='itemInLine' item='deployerOrganizationName'></div></div>" +
- " <div styles='itemBlock'><div styles='itemInLine' lable='cooperateOrganizationName' colon='true'></div><div styles='itemInLine' item='cooperateOrganizationName'></div></div>" +
- "</td>",
- "items": {
- "responsibilityOrganizationName": {
- },
- "deployerOrganizationName": {},
- "cooperateOrganizationName": {}
- }
- }
- },
- {
- "name": "relativePerson",
- "head": {
- "html": "<th styles='normalThNode' lable='relativePerson'></th>",
- "width": "10%"
- },
- "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": "timeLimit",
- "head": {
- "html": "<th styles='normalThNode' lable='completeDateLimitStr'></th>",
- "width": "10%"
- },
- "content": {
- "html": "<td styles='normalTdCenterNode' item='completeDateLimitStr'></td>",
- "items": {
- "completeDateLimitStr" : {}
- }
- }
- },
- {
- //"access": "admin",
- "head": {
- "html": "<th styles='normalThNode' lable='action'></th>",
- "width": "15%"
- },
- "content": {
- "html": "<td styles='normalTdCenterNode'>" +
- " <span styles='documentActionNode' item='action_unAppoint'></span>" +
- "</td>",
- "items": {
- "action_unAppoint": {
- //"access": "admin",
- "title": "unAppoint",
- "text": "unAppoint",
- "action": "action_unAppoint",
- "styles": "documentActionNode",
- "mouseoverStyles": "documentActionNode_over",
- "mousedownStyles": "documentActionNode_down"
- },
- "remove": {
- "title": "remove",
- "text": "remove",
- "action": "remove",
- // "condition": "function( d ){ return this.test(d) }",
- "condition": "function( d ){ return true; }",
- "styles": "documentActionNode",
- "mouseoverStyles": "documentActionNode_over",
- "mousedownStyles": "documentActionNode_down"
- }
- }
- }
- }
- ]
- }
|