detailsPage.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. "selection": false,
  20. "menuWidth": 150,
  21. "dialogClickModal": false,
  22. "showSummary": true,
  23. "summaryText": "合计",
  24. "sumColumnList": [
  25. {
  26. "name": "amount",
  27. "type": "sum"
  28. },
  29. {
  30. "name": "thisAmount",
  31. "type": "sum"
  32. }
  33. ],
  34. "column": [
  35. {
  36. "label": "合同号",
  37. "prop": "srcOrderno",
  38. "overHidden": true,
  39. "width": 200,
  40. "index": 2
  41. },
  42. {
  43. "label": "提单号",
  44. "prop": "billNo",
  45. "overHidden": true,
  46. "width": 200,
  47. "index": 3
  48. },
  49. {
  50. "label": "费用名称",
  51. "prop": "itemName",
  52. "overHidden": true,
  53. "width": 200,
  54. "index": 4
  55. },
  56. {
  57. "label": "金额",
  58. "prop": "amount",
  59. "overHidden": true,
  60. "width": 150,
  61. "index": 7
  62. },
  63. {
  64. "label": "本次金额",
  65. "prop": "thisAmount",
  66. "overHidden": true,
  67. "width": 150,
  68. "index": 7
  69. },
  70. {
  71. "label": "币别",
  72. "prop": "currency",
  73. "index": 7,
  74. "width": 120
  75. },
  76. {
  77. "label": "备注",
  78. "prop": "remarks",
  79. "overHidden": true,
  80. "index": 13,
  81. "cell": true,
  82. "width": 500
  83. }
  84. ]
  85. }