option.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "headerAlign": "center",
  3. "align": "center",
  4. "border": true,
  5. "index": true,
  6. "lazy": true,
  7. "tip": false,
  8. "searchShow": false,
  9. "searchMenuPosition": "right",
  10. "searchMenuSpan": 18,
  11. "tree": true,
  12. "selection": true,
  13. "addBtn": false,
  14. "viewBtn": false,
  15. "editBtn": false,
  16. "delBtn": true,
  17. "menuWidth": 80,
  18. "searchLabelWidth": 130,
  19. "column": [
  20. {
  21. "label": "合同号",
  22. "prop": "accSysNo",
  23. "index": 1,
  24. "cell": true,
  25. "width": 220
  26. },
  27. {
  28. "label": "合同日期",
  29. "prop": "accDate",
  30. "index": 2,
  31. "cell": true,
  32. "width": 220
  33. },
  34. {
  35. "label": "客户名称",
  36. "prop": "corpId",
  37. "index": 3,
  38. "cell": true,
  39. "width": 220
  40. },
  41. {
  42. "label": "费用名称",
  43. "prop": "costType",
  44. "index": 4,
  45. "cell": true,
  46. "width": 220
  47. },
  48. {
  49. "label": "单价",
  50. "prop": "price",
  51. "index": 5,
  52. "cell": true,
  53. "width": 120
  54. },
  55. {
  56. "label": "数量",
  57. "prop": "quantity",
  58. "value": 1,
  59. "index": 6,
  60. "cell": true,
  61. "width": 150
  62. },
  63. {
  64. "label": "计价单次",
  65. "prop": "unit",
  66. "index": 7,
  67. "cell": true,
  68. "width": 120
  69. },
  70. {
  71. "label": "金额",
  72. "prop": "amount",
  73. "index": 8,
  74. "cell": true,
  75. "width": 120
  76. },
  77. {
  78. "label": "币别",
  79. "prop": "currency",
  80. "index": 9,
  81. "cell": true,
  82. "width": 120
  83. },
  84. {
  85. "label": "汇率",
  86. "prop": "exchangeRate",
  87. "index": 10,
  88. "cell": true,
  89. "width": 120
  90. },
  91. {
  92. "label": "税率",
  93. "prop": "taxRate",
  94. "index": 11,
  95. "cell": true,
  96. "width": 120
  97. },
  98. {
  99. "label": "备注",
  100. "prop": "remarks",
  101. "index": 12,
  102. "cell": true,
  103. "width": 150
  104. }
  105. ]
  106. }