mainList.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. {
  2. "lazy": true,
  3. "tip": false,
  4. "simplePage": true,
  5. "searchShow": true,
  6. "searchMenuSpan": 16,
  7. "dialogWidth": "60%",
  8. "height": "auto",
  9. "align": "center",
  10. "searchSpan": 8,
  11. "searchMenuPosition": "right",
  12. "tree": true,
  13. "border": true,
  14. "index": true,
  15. "viewBtn": false,
  16. "editBtn": false,
  17. "delBtn": false,
  18. "menuWidth": 80,
  19. "dialogClickModal": false,
  20. "searchLabelWidth": 120,
  21. "searchIcon": true,
  22. "searchIndex": 2,
  23. "stripe": true,
  24. "addBtn":false,
  25. "expand": false,
  26. "expandWidth": 38,
  27. "selectionWidth": 40,
  28. "showSummary": true,
  29. "summaryText": "合计",
  30. "sumColumnList": [
  31. {
  32. "name": "amount",
  33. "type": "sum"
  34. }
  35. ],
  36. "column": [
  37. {
  38. "label": "合同号",
  39. "prop": "srcOrderno",
  40. "index": 2,
  41. "overHidden": true,
  42. "searchOrder": 1,
  43. "search": true,
  44. "width": 150
  45. },
  46. {
  47. "label": "提单号",
  48. "prop": "billNo",
  49. "overHidden": true,
  50. "search": true,
  51. "searchOrder": 2,
  52. "width": 150,
  53. "index": 2
  54. },
  55. {
  56. "label": "客户名称",
  57. "prop": "corpId",
  58. "search": true,
  59. "searchOrder": 3,
  60. "overHidden": true,
  61. "width": 180,
  62. "index": 3
  63. },
  64. {
  65. "label": "所属公司",
  66. "prop": "belongToCorpId",
  67. "overHidden": true,
  68. "width": 180,
  69. "index": 3
  70. },
  71. {
  72. "label": "单据状态",
  73. "prop": "checkStatus",
  74. "type": "select",
  75. "search": true,
  76. "overHidden": true,
  77. "index": 1,
  78. "width": 120,
  79. "dicData": [
  80. {
  81. "label": "录入",
  82. "value":"录入"
  83. },
  84. {
  85. "label": "审批提交",
  86. "value": "审批提交"
  87. },
  88. {
  89. "label": "审批中",
  90. "value": "审批中"
  91. },
  92. {
  93. "label": "审批通过",
  94. "value": "审批通过"
  95. }
  96. ]
  97. },
  98. {
  99. "label": "人民币金额",
  100. "prop": "amount",
  101. "overHidden": true,
  102. "width": 120,
  103. "index": 4
  104. },
  105. {
  106. "label": "外币金额",
  107. "prop": "foreignAmount",
  108. "overHidden": true,
  109. "width": 120,
  110. "index": 4
  111. },
  112. {
  113. "label": "开户银行",
  114. "prop": "accountBank",
  115. "overHidden": true,
  116. "width": 150,
  117. "index": 5
  118. },
  119. {
  120. "label": "银行账户",
  121. "prop": "accountName",
  122. "search": true,
  123. "overHidden": true,
  124. "width": 150,
  125. "index": 6
  126. },
  127. {
  128. "label": "银行账号",
  129. "prop": "accountNo",
  130. "overHidden": true,
  131. "width": 150,
  132. "index": 7
  133. },
  134. {
  135. "label": "创建人",
  136. "prop": "createUserName",
  137. "overHidden": true,
  138. "index": 8,
  139. "width":100
  140. },
  141. {
  142. "label": "创建日期",
  143. "prop": "createTime",
  144. "type": "date",
  145. "search": true,
  146. "searchRange": true,
  147. "unlinkPanels": true,
  148. "overHidden": true,
  149. "index": 9,
  150. "width":160
  151. },
  152. {
  153. "label": "修改人",
  154. "prop": "updateUserName",
  155. "overHidden": true,
  156. "index": 10,
  157. "width":100
  158. },
  159. {
  160. "label": "修改日期",
  161. "prop": "updateTime",
  162. "type": "date",
  163. "format": "yyyy-MM-dd HH:mm:ss",
  164. "overHidden": true,
  165. "index": 11,
  166. "width":160
  167. },
  168. {
  169. "label": "备注",
  170. "overHidden": true,
  171. "search": true,
  172. "prop": "remark",
  173. "index": 10,
  174. "width": 200
  175. }
  176. ]
  177. }