application.json 1.8 KB

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