feeInfo.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "tip": false,
  3. "addBtn": false,
  4. "editBtn": false,
  5. "addRowBtn": false,
  6. "cellBtn": false,
  7. "cancelBtn": false,
  8. "delBtn":false,
  9. "border": true,
  10. "index": true,
  11. "selection": true,
  12. "refreshBtn": false,
  13. "menuWidth": 130,
  14. "align":"center",
  15. "showSummary": true,
  16. "lazy": true,
  17. "simplePage": true,
  18. "dialogWidth": "60%",
  19. "tree": true,
  20. "dialogClickModal": false,
  21. "column": [
  22. {
  23. "label": "结算单位",
  24. "prop": "corpId",
  25. "index": 1,
  26. "overHidden": true,
  27. "width": 220
  28. },
  29. {
  30. "label": "费用名称",
  31. "prop": "feeName",
  32. "index": 2,
  33. "width": 220,
  34. "overHidden": true
  35. },
  36. {
  37. "label": "英文名称",
  38. "prop": "ename",
  39. "index": 3,
  40. "width": 220,
  41. "overHidden": true
  42. },
  43. {
  44. "label": "单价",
  45. "prop": "price",
  46. "index": 4,
  47. "slot": true,
  48. "overHidden": true,
  49. "width": 150
  50. },
  51. {
  52. "label": "数量",
  53. "prop": "quantity",
  54. "index": 5,
  55. "overHidden": true,
  56. "width": 150
  57. },
  58. {
  59. "label": "金额",
  60. "prop": "amount",
  61. "index": 6,
  62. "cell": true,
  63. "overHidden": true,
  64. "width": 150
  65. },
  66. {
  67. "label": "结算金额",
  68. "prop": "settlmentAmount",
  69. "index": 7,
  70. "overHidden": true,
  71. "width": 150
  72. },
  73. {
  74. "label": "币别",
  75. "prop": "currency",
  76. "index": 8,
  77. "overHidden": true,
  78. "width": 150
  79. },
  80. {
  81. "label": "汇率",
  82. "prop": "exchangeRate",
  83. "index": 9,
  84. "overHidden": true,
  85. "width": 150
  86. },
  87. {
  88. "label": "计价单位",
  89. "prop": "unit",
  90. "index": 10,
  91. "slot": true,
  92. "overHidden": true,
  93. "width": 150
  94. },
  95. {
  96. "label": "备注",
  97. "prop": "remarks",
  98. "index": 11,
  99. "cell": true,
  100. "overHidden": true,
  101. "width": 150
  102. }
  103. ]
  104. }