mainList.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. {
  2. "headerAlign": "center",
  3. "align": "center",
  4. "border": true,
  5. "index": true,
  6. "lazy": true,
  7. "tip": false,
  8. "searchShow": true,
  9. "height": "auto",
  10. "searchMenuPosition": "right",
  11. "searchSpan": 8,
  12. "searchMenuSpan": 8,
  13. "tree": true,
  14. "selection": false,
  15. "addBtn": false,
  16. "viewBtn": false,
  17. "editBtn": false,
  18. "delBtn": false,
  19. "menuWidth": 150,
  20. "menu": false,
  21. "searchIcon": true,
  22. "stripe": true,
  23. "searchIndex": 2,
  24. "searchLabelWidth": 100,
  25. "stripe": true,
  26. "showSummary": true,
  27. "summaryText": "合计",
  28. "sumColumnList": [
  29. {
  30. "name": "surplusRouteQuantity",
  31. "type": "sum",
  32. "decimals": 6
  33. },
  34. {
  35. "name": "inQuantity",
  36. "type": "sum",
  37. "decimals": 6
  38. },
  39. {
  40. "name": "inWeight",
  41. "type": "sum",
  42. "decimals": 6
  43. },
  44. {
  45. "name": "outQuantity",
  46. "type": "sum",
  47. "decimals": 6
  48. },
  49. {
  50. "name": "outWeight",
  51. "type": "sum",
  52. "decimals": 6
  53. },
  54. {
  55. "name": "balanceQuantity",
  56. "type": "sum",
  57. "decimals": 6
  58. },
  59. {
  60. "name": "balanceWeight",
  61. "type": "sum",
  62. "decimals": 6
  63. }
  64. ],
  65. "column": [
  66. {
  67. "label": "合同号",
  68. "prop": "contractNumber",
  69. "overHidden": true,
  70. "search": true,
  71. "index": 1,
  72. "width": 150
  73. },
  74. {
  75. "label": "提单号",
  76. "overHidden": true,
  77. "search": true,
  78. "prop": "billNo",
  79. "index": 2,
  80. "width": 150
  81. },
  82. {
  83. "label": "可用库存",
  84. "prop": "surplusRouteQuantity",
  85. "overHidden": true,
  86. "index": 3,
  87. "width": 120
  88. },
  89. {
  90. "label": "入库件数",
  91. "prop": "inQuantity",
  92. "overHidden": true,
  93. "index": 4,
  94. "width": 120
  95. },
  96. {
  97. "label": "入库发票重量",
  98. "prop": "inWeight",
  99. "overHidden": true,
  100. "index": 5,
  101. "width": 120
  102. },
  103. {
  104. "label": "出库件数",
  105. "prop": "outQuantity",
  106. "overHidden": true,
  107. "index": 6,
  108. "width": 120
  109. },
  110. {
  111. "label": "出库发票重量",
  112. "prop": "outWeight",
  113. "overHidden": true,
  114. "index": 7,
  115. "width": 120
  116. },
  117. {
  118. "label": "结余件数",
  119. "prop": "balanceQuantity",
  120. "overHidden": true,
  121. "index": 8,
  122. "width": 120
  123. },
  124. {
  125. "label": "结余重量",
  126. "prop": "balanceWeight",
  127. "overHidden": true,
  128. "index": 9,
  129. "width": 120
  130. },
  131. {
  132. "label": "货物名称",
  133. "search": true,
  134. "overHidden": true,
  135. "index": 10,
  136. "width": 220,
  137. "prop": "cname"
  138. },
  139. {
  140. "label": "箱号",
  141. "prop": "cntrNo",
  142. "index": 11,
  143. "overHidden": true,
  144. "width": 120
  145. },
  146. {
  147. "label": "仓库",
  148. "prop": "stockName",
  149. "index": 12,
  150. "overHidden": true,
  151. "width": 120
  152. },
  153. {
  154. "label": "创建日期",
  155. "search": true,
  156. "prop": "createTime",
  157. "format": "yyyy-MM-dd",
  158. "valueFormat": "yyyy-MM-dd",
  159. "type": "date",
  160. "unlinkPanels": true,
  161. "searchRange": true,
  162. "overHidden": true,
  163. "index": 13,
  164. "width": 150
  165. },
  166. {
  167. "label": "是否区分箱号",
  168. "search": true,
  169. "prop": "isCntrON",
  170. "type": "select",
  171. "overHidden": true,
  172. "searchValue": "1",
  173. "dicData": [{
  174. "label": "否",
  175. "value": "1"
  176. }, {
  177. "label": "是",
  178. "value": "0"
  179. }],
  180. "hide": true,
  181. "index": 14
  182. }
  183. ]
  184. }