tableCols.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. [
  2. {
  3. "prop": "",
  4. "label": "",
  5. "width": "60",
  6. "type":"selection"
  7. },
  8. {
  9. "prop": "billNo",
  10. "label": "单据编号",
  11. "width": "200"
  12. },
  13. {
  14. "prop": "platform",
  15. "label": "平台",
  16. "width": "200"
  17. },
  18. {
  19. "prop": "orderNo",
  20. "label": "平台订单号",
  21. "width": "250"
  22. },
  23. {
  24. "prop": "totalAmount",
  25. "label": "总金额",
  26. "width": "80"
  27. },
  28. {
  29. "prop": "status",
  30. "label": "单据状态",
  31. "width": "90"
  32. },
  33. {
  34. "prop": "businessDate",
  35. "label": "业务日期",
  36. "width": "110"
  37. },
  38. {
  39. "prop": "settleStatus",
  40. "label": "对账状态",
  41. "width": "110"
  42. },
  43. {
  44. "prop": "settleAmount",
  45. "label": "已对账金额",
  46. "width": "110"
  47. },
  48. {
  49. "prop": "unsettleAmount",
  50. "label": "未对账金额",
  51. "width": "110"
  52. },
  53. {
  54. "prop": "differenceProcessingStatus",
  55. "label": "差异处理状态",
  56. "width": "110"
  57. },
  58. {
  59. "prop": "differenceProcessingAmount",
  60. "label": "差异处理金额",
  61. "width": "110"
  62. },
  63. {
  64. "prop": "differenceProcessingRamarks",
  65. "label": "差异处理原因",
  66. "width": "130"
  67. },
  68. {
  69. "prop": "reconStatus",
  70. "label": "退款状态",
  71. "width": "110"
  72. },
  73. {
  74. "prop": "unsettlementMoney",
  75. "label": "未退款金额",
  76. "width": "110"
  77. },
  78. {
  79. "prop": "settlementMoney",
  80. "label": "已退款金额",
  81. "width": "110"
  82. },
  83. {
  84. "prop": "orderType",
  85. "label": "单据类型",
  86. "width": "110",
  87. "type":""
  88. },
  89. {
  90. "prop": "orderTotalAmount",
  91. "label": "订单总金额",
  92. "width": "110"
  93. },
  94. {
  95. "prop": "commission",
  96. "label": "佣金",
  97. "width": "110"
  98. },
  99. {
  100. "prop": "integral",
  101. "label": "积分",
  102. "width": "110"
  103. },
  104. {
  105. "prop": "platformCoupon",
  106. "label": "平台优惠卷",
  107. "width": "110"
  108. },
  109. {
  110. "prop": "companyCoupon",
  111. "label": "公司优惠卷",
  112. "width": "110"
  113. },
  114. {
  115. "prop": "insurance",
  116. "label": "保险",
  117. "width": "110"
  118. },
  119. {
  120. "prop": "freight",
  121. "label": "运费",
  122. "width": "110"
  123. },
  124. {
  125. "prop": "sellerPayment",
  126. "label": "买家支付金额",
  127. "width": "120"
  128. }
  129. ]