mainList.json 3.1 KB

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