mainList.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "lazy": true,
  3. "tip": false,
  4. "simplePage": true,
  5. "searchShow": true,
  6. "searchMenuSpan": 24,
  7. "dialogWidth": "60%",
  8. "align": "center",
  9. "height": "auto",
  10. "searchSpan": 8,
  11. "searchMenuPosition": "right",
  12. "border": true,
  13. "index": true,
  14. "selection": true,
  15. "viewBtn": false,
  16. "editBtn": false,
  17. "delBtn": false,
  18. "menuWidth": 180,
  19. "stripe": true,
  20. "dialogClickModal": false,
  21. "searchLabelWidth": 120,
  22. "searchIcon": true,
  23. "searchIndex": 2,
  24. "addBtn":false,
  25. "headerAlign": "center",
  26. "column": [
  27. {
  28. "label": "业务类型",
  29. "prop": "processType",
  30. "type": "select",
  31. "hide": true,
  32. "dicData": [
  33. {
  34. "label": "付费审批",
  35. "value": "付费审批"
  36. },
  37. {
  38. "label": "销售订单",
  39. "value": "销售订单"
  40. },
  41. {
  42. "label": "采购订单",
  43. "value": "采购订单"
  44. },
  45. {
  46. "label": "付费申请",
  47. "value": "付费申请"
  48. }
  49. ],
  50. "search": true,
  51. "overHidden": true,
  52. "width": 200,
  53. "index": 1
  54. },
  55. {
  56. "label": "业务类型",
  57. "prop": "checkType",
  58. "search": false,
  59. "overHidden": true,
  60. "width": 180,
  61. "index": 2
  62. },
  63. {
  64. "label": "审核状态",
  65. "prop": "auditStatus",
  66. "type": "select",
  67. "dicUrl": "/api/blade-system/dict-biz/dictionary?code=auditStatus",
  68. "props": {
  69. "label": "dictValue",
  70. "value": "dictKey"
  71. },
  72. "search": true,
  73. "searchValue": "S",
  74. "overHidden": true,
  75. "width": 200,
  76. "index": 3
  77. },
  78. {
  79. "label": "往来单位",
  80. "prop": "corpsId",
  81. "search": true,
  82. "hide": true,
  83. "overHidden": true,
  84. "width": 200,
  85. "index": 4
  86. },
  87. {
  88. "label": "往来单位",
  89. "prop": "corpsName",
  90. "overHidden": true,
  91. "width": 200,
  92. "index": 5
  93. },
  94. {
  95. "label": "业务编号",
  96. "prop": "orderNo",
  97. "search": true,
  98. "overHidden": true,
  99. "width": 180,
  100. "index": 6
  101. },
  102. {
  103. "label": "申请人",
  104. "prop": "sendName",
  105. "overHidden": true,
  106. "search": true,
  107. "index": 7,
  108. "width": 150
  109. },
  110. {
  111. "label": "申请日期",
  112. "prop": "sendTime",
  113. "type": "date",
  114. "format": "yyyy-MM-dd HH:mm:ss",
  115. "valueFormat": "yyyy-MM-dd HH:mm:ss",
  116. "unlinkPanels": true,
  117. "searchRange": true,
  118. "search": true,
  119. "overHidden": true,
  120. "index": 8,
  121. "width":200
  122. }
  123. ]
  124. }