mainList.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. {
  2. "headerAlign": "center",
  3. "align": "center",
  4. "border": true,
  5. "index": true,
  6. "lazy": true,
  7. "tip": false,
  8. "searchShow": true,
  9. "searchMenuPosition": "right",
  10. "searchSpan": 8,
  11. "searchMenuSpan": 16,
  12. "tree": true,
  13. "selection": false,
  14. "addBtn": false,
  15. "viewBtn": false,
  16. "editBtn": false,
  17. "delBtn": false,
  18. "menuWidth": 150,
  19. "menu": false,
  20. "searchIcon": true,
  21. "searchIndex": 2,
  22. "searchLabelWidth": 100,
  23. "showSummary": true,
  24. "summaryText": "合计",
  25. "sumColumnList": [
  26. {
  27. "name": "inAmount",
  28. "type": "sum"
  29. },
  30. {
  31. "name": "outAmount",
  32. "type": "sum"
  33. },
  34. {
  35. "name": "balanceAmount",
  36. "type": "sum"
  37. }
  38. ],
  39. "column": [
  40. {
  41. "label": "合同号",
  42. "prop": "contractNumber",
  43. "overHidden": true,
  44. "search": true,
  45. "index": 1,
  46. "width": 150
  47. },
  48. {
  49. "label": "提单号",
  50. "overHidden": true,
  51. "search": true,
  52. "prop": "billNo",
  53. "index": 2,
  54. "width": 150
  55. },
  56. {
  57. "label": "货物名称",
  58. "search": true,
  59. "overHidden": true,
  60. "index": 3,
  61. "width": 220,
  62. "prop": "cname"
  63. },
  64. {
  65. "label": "箱号",
  66. "prop": "cntrNo",
  67. "index": 4,
  68. "overHidden": true,
  69. "width": 120
  70. },
  71. {
  72. "label": "采购日期",
  73. "search": true,
  74. "prop": "createTime",
  75. "format": "yyyy-MM-dd",
  76. "valueFormat": "yyyy-MM-dd",
  77. "type": "date",
  78. "unlinkPanels": true,
  79. "searchRange": true,
  80. "overHidden": true,
  81. "index": 5,
  82. "width": 150
  83. },
  84. {
  85. "label": "入库件数",
  86. "prop": "inQuantity",
  87. "overHidden": true,
  88. "index": 6,
  89. "width": 120
  90. },
  91. {
  92. "label": "入库发票重量",
  93. "prop": "inWeight",
  94. "overHidden": true,
  95. "index": 7,
  96. "width": 120
  97. },
  98. {
  99. "label": "入库金额",
  100. "prop": "inAmount",
  101. "overHidden": true,
  102. "index": 8,
  103. "width": 120
  104. },
  105. {
  106. "label": "出库件数",
  107. "prop": "outQuantity",
  108. "overHidden": true,
  109. "index": 9,
  110. "width": 120
  111. },
  112. {
  113. "label": "出库发票重量",
  114. "prop": "outWeight",
  115. "overHidden": true,
  116. "index": 10,
  117. "width": 120
  118. },
  119. {
  120. "label": "出库金额",
  121. "prop": "outAmount",
  122. "overHidden": true,
  123. "index": 11,
  124. "width": 120
  125. },
  126. {
  127. "label": "结余件数",
  128. "prop": "balanceQuantity",
  129. "overHidden": true,
  130. "index": 12,
  131. "width": 120
  132. },
  133. {
  134. "label": "结余重量",
  135. "prop": "balanceWeight",
  136. "overHidden": true,
  137. "index": 13,
  138. "width": 120
  139. },
  140. {
  141. "label": "结余金额",
  142. "prop": "balanceAmount",
  143. "overHidden": true,
  144. "index": 14,
  145. "width": 120
  146. }
  147. ]
  148. }