detailsPage.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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": "itemName",
  53. "overHidden": true,
  54. "width": 150,
  55. "index": 4
  56. },
  57. {
  58. "label": "金额",
  59. "prop": "amount",
  60. "overHidden": true,
  61. "width": 150,
  62. "index": 7
  63. },
  64. {
  65. "label": "本次金额",
  66. "prop": "thisAmount",
  67. "overHidden": true,
  68. "width": 150,
  69. "index": 7
  70. },
  71. {
  72. "label": "币别",
  73. "prop": "currency",
  74. "index": 7,
  75. "width": 120
  76. },
  77. {
  78. "label": "备注",
  79. "prop": "remarks",
  80. "overHidden": true,
  81. "index": 13,
  82. "cell": true,
  83. "width": 540
  84. }
  85. ]
  86. }