mainList.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "lazy": true,
  3. "tip": false,
  4. "simplePage": true,
  5. "searchShow": true,
  6. "searchMenuPosition": "right",
  7. "dialogWidth": "60%",
  8. "tree": true,
  9. "border": true,
  10. "index": true,
  11. "selection": true,
  12. "viewBtn": false,
  13. "editBtn": false,
  14. "delBtn": false,
  15. "menuWidth": 300,
  16. "dialogClickModal": false,
  17. "searchLabelWidth": 100,
  18. "searchIcon": true,
  19. "searchIndex": 3,
  20. "showSummary": true,
  21. "summaryText": "合计",
  22. "sumColumnList": [
  23. {
  24. "name": "deliveryAmount",
  25. "type": "sum"
  26. },
  27. {
  28. "name": "purchaseAmount",
  29. "type": "sum"
  30. }
  31. ],
  32. "column":[
  33. {
  34. "label": "系统编号",
  35. "prop": "sysNo",
  36. "search": true,
  37. "index": 1,
  38. "width":100
  39. },
  40. {
  41. "type": "select",
  42. "dicUrl": "/api/blade-system/dict-biz/dictionary?code=procurement_method",
  43. "props": {
  44. "label": "dictValue",
  45. "value": "dictValue"
  46. },
  47. "label": "采购方式",
  48. "prop": "purchaseMode",
  49. "search": true,
  50. "index": 1,
  51. "width":100
  52. },{
  53. "label": "供应商",
  54. "prop": "corpId",
  55. "search": true,
  56. "index": 2,
  57. "width":100
  58. },{
  59. "label": "所属公司",
  60. "prop": "salesCompany",
  61. "search": true,
  62. "index": 5,
  63. "width":100
  64. },{
  65. "label": "匹配订单号",
  66. "prop": "srcOrderNo",
  67. "search": true,
  68. "index": 6,
  69. "width":100
  70. },{
  71. "label": "仓库名称",
  72. "prop": "storageId",
  73. "search": true,
  74. "index": 7,
  75. "width":100
  76. },{
  77. "label": "入库金额",
  78. "prop": "deliveryAmount",
  79. "search": true,
  80. "index": 8,
  81. "width":100
  82. },{
  83. "label": "采购金额",
  84. "prop": "purchaseAmount",
  85. "search": true,
  86. "index": 8,
  87. "width":100
  88. },{
  89. "label": "入库数量",
  90. "prop": "totalQuantity",
  91. "search": true,
  92. "index": 8,
  93. "width":100
  94. },{
  95. "type": "date",
  96. "unlinkPanels": true,
  97. "searchRange": true,
  98. "label": "入库日期",
  99. "format": "yyyy-MM-dd",
  100. "valueFormat": "yyyy-MM-dd",
  101. "prop": "businessDate",
  102. "search": true,
  103. "index": 8,
  104. "width":100,
  105. "pickerOptions": {}
  106. },{
  107. "type": "date",
  108. "unlinkPanels": true,
  109. "searchRange": true,
  110. "format": "yyyy-MM-dd",
  111. "valueFormat": "yyyy-MM-dd",
  112. "label": "制单时间",
  113. "prop": "createTime",
  114. "search": true,
  115. "index": 8,
  116. "width":100,
  117. "pickerOptions": {}
  118. },{
  119. "label": "合同日期",
  120. "type": "date",
  121. "unlinkPanels": true,
  122. "searchRange": true,
  123. "prop": "businesDate",
  124. "search": true,
  125. "index": 9,
  126. "width":100,
  127. "format": "yyyy-MM-dd",
  128. "valueFormat": "yyyy-MM-dd",
  129. "overHidden": true,
  130. "pickerOptions": {}
  131. }
  132. ]
  133. }