mainList.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "lazy": true,
  3. "tip": false,
  4. "simplePage": true,
  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": true,
  22. "menu": false,
  23. "menuWidth": 0,
  24. "dialogClickModal": false,
  25. "column": [
  26. {
  27. "label": "合同号",
  28. "prop": "accSysNo",
  29. "overHidden": true,
  30. "search": true,
  31. "width": 150,
  32. "index": 2
  33. },
  34. {
  35. "label": "提单号",
  36. "prop": "srcBillNo",
  37. "overHidden": true,
  38. "search": true,
  39. "width": 150,
  40. "index": 2
  41. },
  42. {
  43. "label": "客户名称",
  44. "prop": "corpName",
  45. "overHidden": true,
  46. "hide": true,
  47. "search": false,
  48. "width": 150,
  49. "index": 2
  50. },
  51. {
  52. "label": "费用名称",
  53. "prop": "costType",
  54. "overHidden": true,
  55. "hide": true,
  56. "search": true
  57. },
  58. {
  59. "label": "费用名称",
  60. "prop": "itemName",
  61. "overHidden": true,
  62. "width": 150,
  63. "index": 4
  64. },
  65. {
  66. "label": "金额",
  67. "prop": "amount",
  68. "overHidden": true,
  69. "width": 150,
  70. "index": 7
  71. },
  72. {
  73. "label": "结算金额",
  74. "prop": "settlementAmount",
  75. "width": 150,
  76. "overHidden": true,
  77. "index": 8
  78. },
  79. {
  80. "label": "备注",
  81. "prop": "remark",
  82. "overHidden": true,
  83. "index": 13,
  84. "width": 250
  85. }
  86. ]
  87. }