detailsPage.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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. "searchMenuSpan": 6,
  13. "align": "center",
  14. "delBtn":false,
  15. "dialogWidth": "60%",
  16. "tree": true,
  17. "border": true,
  18. "index": true,
  19. "stripe": true,
  20. "selection": false,
  21. "menuWidth": 150,
  22. "dialogClickModal": false,
  23. "showSummary": true,
  24. "summaryText": "合计",
  25. "sumColumnList": [
  26. {
  27. "name": "amount",
  28. "type": "sum"
  29. },
  30. {
  31. "name": "thisAmount",
  32. "type": "sum"
  33. }
  34. ],
  35. "column": [
  36. {
  37. "label": "合同号",
  38. "prop": "srcOrderno",
  39. "overHidden": true,
  40. "width": 200,
  41. "index": 2
  42. },
  43. {
  44. "label": "提单号",
  45. "prop": "billNo",
  46. "overHidden": true,
  47. "width": 200,
  48. "index": 3
  49. },
  50. {
  51. "label": "箱号",
  52. "prop": "srcSysno",
  53. "overHidden": true,
  54. "width": 200,
  55. "index": 3
  56. },
  57. {
  58. "label": "费用名称",
  59. "prop": "itemName",
  60. "overHidden": true,
  61. "width": 150,
  62. "index": 4
  63. },
  64. {
  65. "label": "金额",
  66. "prop": "amount",
  67. "overHidden": true,
  68. "width": 150,
  69. "index": 7
  70. },
  71. {
  72. "label": "对账金额",
  73. "prop": "checkAmount",
  74. "overHidden": true,
  75. "width": 150,
  76. "index": 7
  77. },
  78. {
  79. "label": "本次金额",
  80. "prop": "thisAmount",
  81. "overHidden": true,
  82. "width": 150,
  83. "index": 7
  84. },
  85. {
  86. "label": "币别",
  87. "prop": "currency",
  88. "index": 7,
  89. "width": 120
  90. },
  91. {
  92. "label": "日期起",
  93. "prop": "rentStartDate",
  94. "type": "datetime",
  95. "format": "yyyy-MM-dd",
  96. "valueFormat": "yyyy-MM-dd HH:mm:ss",
  97. "index": 8,
  98. "width": 180
  99. },
  100. {
  101. "label": "日期止",
  102. "prop": "rentEndDate",
  103. "type": "datetime",
  104. "format": "yyyy-MM-dd",
  105. "valueFormat": "yyyy-MM-dd HH:mm:ss",
  106. "index": 9,
  107. "width": 180
  108. },
  109. {
  110. "label": "备注",
  111. "prop": "remarks",
  112. "overHidden": true,
  113. "index": 13,
  114. "cell": true,
  115. "width": 540
  116. }
  117. ]
  118. }