customerContact.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "tip": false,
  3. "searchShow": true,
  4. "searchMenuSpan": 6,
  5. "border": true,
  6. "index": true,
  7. "viewBtn": false,
  8. "editBtn": false,
  9. "addBtn": false,
  10. "delBtn": false,
  11. "align": "center",
  12. "menuWidth": 150,
  13. "refreshBtn": false,
  14. "selection": true,
  15. "showSummary": true,
  16. "column": [{
  17. "label": "产品类别",
  18. "prop": "priceCategory",
  19. "index": 1,
  20. "width": 100,
  21. "overHidden": true
  22. },
  23. {
  24. "label": "产品编号",
  25. "prop": "code",
  26. "index": 2,
  27. "width": 100,
  28. "overHidden": true
  29. },
  30. {
  31. "label": "产品名称",
  32. "prop": "cname",
  33. "index": 3,
  34. "width": 100,
  35. "overHidden": true
  36. },
  37. {
  38. "label": "产品属性",
  39. "prop": "itemProp",
  40. "index": 4,
  41. "width": 100,
  42. "overHidden": true,
  43. "cell": true,
  44. "type": "select",
  45. "dicData":[],
  46. "props": {
  47. "label": "dictValue",
  48. "value": "dictKey"
  49. }
  50. },
  51. {
  52. "label": "产品照片",
  53. "prop": "itemUrl",
  54. "index": 5,
  55. "width": 100,
  56. "overHidden": true,
  57. "hide": true
  58. },
  59. {
  60. "label": "产品描述",
  61. "prop": "itemDescription",
  62. "index": 6,
  63. "width": 100,
  64. "overHidden": true,
  65. "cell": true
  66. },
  67. {
  68. "label": "产品型号",
  69. "prop": "itemType",
  70. "index": 7,
  71. "width": 100
  72. },
  73. {
  74. "label": "数量",
  75. "prop": "orderQuantity",
  76. "index": 8,
  77. "width": 100,
  78. "overHidden": true
  79. },
  80. {
  81. "label": "已收数量",
  82. "prop": "actualQuantity",
  83. "index": 9,
  84. "width": 120,
  85. "overHidden": true
  86. },
  87. {
  88. "label": "计价单位",
  89. "prop": "unit",
  90. "index": 10,
  91. "width": 100,
  92. "overHidden": true,
  93. "cell": true,
  94. "type": "select",
  95. "dicUrl": "/api/blade-system/dict-biz/dictionary?code=unit",
  96. "props": {
  97. "label": "dictValue",
  98. "value": "dictValue"
  99. }
  100. },
  101. {
  102. "label": "是否含税",
  103. "prop": "ifTax",
  104. "index": 11,
  105. "width": 100,
  106. "overHidden": true,
  107. "cell": true
  108. },
  109. {
  110. "label": "汇率",
  111. "prop": "taxRate",
  112. "index": 12,
  113. "width": 100,
  114. "overHidden": true,
  115. "cell": true
  116. },
  117. {
  118. "label": "单价",
  119. "prop": "price",
  120. "index": 13,
  121. "width": 100,
  122. "overHidden": true
  123. },
  124. {
  125. "label": "金额",
  126. "prop": "amount",
  127. "index": 14,
  128. "width": 100,
  129. "overHidden": true
  130. },
  131. {
  132. "label": "备注",
  133. "prop": "remarks",
  134. "index": 15,
  135. "width": 100,
  136. "overHidden": true,
  137. "cell": true
  138. }
  139. ]
  140. }