application.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "lazy": true,
  3. "tip": false,
  4. "simplePage": false,
  5. "searchShow": true,
  6. "addBtn":false,
  7. "editBtn":false,
  8. "addRowBtn":false,
  9. "cellBtn":false,
  10. "cancelBtn":false,
  11. "refreshBtn": false,
  12. "searchBtn": false,
  13. "searchMenuPosition": "right",
  14. "searchMenuSpan": 24,
  15. "searchSpan": 8,
  16. "align": "center",
  17. "delBtn":true,
  18. "dialogWidth": "60%",
  19. "tree": true,
  20. "border": true,
  21. "index": true,
  22. "selection": false,
  23. "menu": false,
  24. "menuWidth": 0,
  25. "searchIcon": true,
  26. "searchIndex": 2,
  27. "dialogClickModal": false,
  28. "showSummary": true,
  29. "summaryText": "合计",
  30. "sumColumnList": [
  31. {
  32. "name": "amount",
  33. "type": "sum"
  34. },
  35. {
  36. "name": "settlementAmount",
  37. "type": "sum"
  38. }
  39. ],
  40. "column": [
  41. {
  42. "label": "合同号",
  43. "prop": "accSysNo",
  44. "overHidden": true,
  45. "search": true,
  46. "width": 150,
  47. "index": 2
  48. },
  49. {
  50. "label": "提单号",
  51. "prop": "srcBillNo",
  52. "overHidden": true,
  53. "search": true,
  54. "width": 150,
  55. "index": 2
  56. },
  57. {
  58. "label": "客户名称",
  59. "prop": "corpName",
  60. "overHidden": true,
  61. "hide": true,
  62. "search": false,
  63. "width": 150,
  64. "index": 2
  65. },
  66. {
  67. "label": "费用名称",
  68. "prop": "costType",
  69. "overHidden": true,
  70. "hide": true,
  71. "search": true
  72. },
  73. {
  74. "label": "费用名称",
  75. "prop": "itemName",
  76. "overHidden": true,
  77. "width": 150,
  78. "index": 4
  79. },
  80. {
  81. "label": "金额",
  82. "prop": "amount",
  83. "overHidden": true,
  84. "width": 150,
  85. "index": 7
  86. },
  87. {
  88. "label": "结算金额",
  89. "prop": "settlementAmount",
  90. "width": 150,
  91. "overHidden": true,
  92. "index": 8
  93. },
  94. {
  95. "label": "备注",
  96. "prop": "remark",
  97. "overHidden": true,
  98. "index": 13,
  99. "width": 250
  100. }
  101. ]
  102. }