view.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "name": "",
  3. "id": "",
  4. "query": "",
  5. "alias": "",
  6. "description": "",
  7. "display": true,
  8. "type": "View",
  9. "data": {
  10. "exportGrid": true,
  11. "exportGoupGrid": true,
  12. "where": {
  13. "accessible": false,
  14. "scope": "work",
  15. "applicationList": [],
  16. "processList": [],
  17. "dateRange": {
  18. "dateRangeType": "none",
  19. "dateEffectType": "start",
  20. "year": "",
  21. "month": "",
  22. "date": "",
  23. "season": 0,
  24. "week": 0,
  25. "adjust": 0,
  26. "start": "",
  27. "completed": ""
  28. },
  29. "creatorPersonList": [],
  30. "creatorUnitList": [],
  31. "creatorIdentityList": []
  32. },
  33. "noDataText" : "未找到数据",
  34. "selectList": [],
  35. "filterList": [],
  36. "orderList": [],
  37. "group": {},
  38. "columnList": [],
  39. "calculate": {},
  40. "afterGridScriptText": "",
  41. "afterGroupGridScriptText": "",
  42. "afterCalculateGridScriptText": "",
  43. "events": {
  44. "queryLoad" : {
  45. "code": "",
  46. "html": ""
  47. },
  48. "postLoad": {
  49. "code": "",
  50. "html": ""
  51. },
  52. "postLoadPageData" : {
  53. "code": "",
  54. "html": ""
  55. },
  56. "postLoadPage": {
  57. "code": "",
  58. "html": ""
  59. },
  60. "queryLoadItemRow": {
  61. "code": "",
  62. "html": ""
  63. },
  64. "postLoadItemRow": {
  65. "code": "",
  66. "html": ""
  67. },
  68. "queryLoadCategoryRow": {
  69. "code": "",
  70. "html": ""
  71. },
  72. "postLoadCategoryRow": {
  73. "code": "",
  74. "html": ""
  75. },
  76. "selectRow" : {
  77. "code": "",
  78. "html": ""
  79. },
  80. "unselectRow" : {
  81. "code": "",
  82. "html": ""
  83. },
  84. "export": {
  85. "code": "",
  86. "html": ""
  87. },
  88. "exportRow": {
  89. "code": "",
  90. "html": ""
  91. }
  92. }
  93. },
  94. "availableIdentityList": [],
  95. "availableUnitList": []
  96. }