priceLibrary.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "border": true,
  3. "index": true,
  4. "viewBtn": false,
  5. "editBtn": false,
  6. "delBtn": false,
  7. "addBtn": false,
  8. "menu":false,
  9. "align": "center",
  10. "menuWidth": "180",
  11. "selection": true,
  12. "tip":false,
  13. "column": [{
  14. "label": "商品名称",
  15. "prop": "cname",
  16. "index": 1,
  17. "width": 100,
  18. "overHidden": true
  19. },
  20. {
  21. "label": "规格",
  22. "prop": "specs",
  23. "index": 2,
  24. "width": 100,
  25. "overHidden": true
  26. },
  27. {
  28. "label": "产品属性",
  29. "prop": "goodNature",
  30. "index": 3,
  31. "width": 100,
  32. "overHidden": true
  33. },
  34. {
  35. "label": "供应商",
  36. "prop": "corpName",
  37. "index": 4,
  38. "width": 100,
  39. "overHidden": true
  40. },
  41. {
  42. "label": "币别",
  43. "prop": "currency",
  44. "index": 5,
  45. "width": 100,
  46. "overHidden": true
  47. },
  48. {
  49. "label": "FOB系数",
  50. "prop": "coefficient",
  51. "index": 6,
  52. "width": 100,
  53. "overHidden": true
  54. },
  55. {
  56. "label": "最新价格",
  57. "prop": "price",
  58. "index": 7,
  59. "width": 100,
  60. "overHidden": true
  61. },
  62. {
  63. "label": "历史价格1",
  64. "prop": "priceOne",
  65. "index": 8,
  66. "width": 100,
  67. "overHidden": true
  68. },
  69. {
  70. "label": "历史价格1日期",
  71. "prop": "priceOneTime",
  72. "index": 9,
  73. "width": 100,
  74. "overHidden": true
  75. },
  76. {
  77. "label": "历史价格2",
  78. "prop": "priceTwo",
  79. "index": 10,
  80. "width": 100,
  81. "overHidden": true
  82. },
  83. {
  84. "label": "历史价格2日期",
  85. "prop": "priceTwoTime",
  86. "index": 11,
  87. "width": 100,
  88. "overHidden": true
  89. },
  90. {
  91. "label": "历史价格3",
  92. "prop": "priceThree",
  93. "index": 12,
  94. "width": 100,
  95. "overHidden": true
  96. },
  97. {
  98. "label": "历史价格3日期",
  99. "prop": "priceThreeTime",
  100. "index": 13,
  101. "width": 100,
  102. "overHidden": true
  103. },
  104. {
  105. "label": "备注",
  106. "prop": "remarks",
  107. "index": 14,
  108. "width": 100,
  109. "overHidden": true
  110. },
  111. {
  112. "label": "有效期开始",
  113. "prop": "startTime",
  114. "index": 15,
  115. "width": 100,
  116. "overHidden": true
  117. },
  118. {
  119. "label": "有效期结束",
  120. "prop": "endTime",
  121. "index": 16,
  122. "width": 100,
  123. "overHidden": true
  124. },
  125. {
  126. "label": "业务员",
  127. "prop": "person",
  128. "index": 17,
  129. "width": 100,
  130. "overHidden": true
  131. }
  132. ]
  133. }