mainList.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "lazy": true,
  3. "tip": false,
  4. "searchMenuPosition": "right",
  5. "simplePage": true,
  6. "searchShow": true,
  7. "dialogWidth": "60%",
  8. "addBtn": false,
  9. "tree": true,
  10. "border": true,
  11. "index": true,
  12. "selection": true,
  13. "viewBtn": false,
  14. "editBtn": false,
  15. "delBtn": false,
  16. "menuWidth": 180,
  17. "dialogClickModal": false,
  18. "searchLabelWidth": 120,
  19. "searchIcon": true,
  20. "searchIndex": 2,
  21. "searchSpan": 8,
  22. "column": [
  23. {
  24. "label": "大字(规格编码)",
  25. "prop": "code",
  26. "search": true,
  27. "index": 1,
  28. "width": 120
  29. },
  30. {
  31. "label": "名称",
  32. "prop": "cname",
  33. "search": true,
  34. "index": 1,
  35. "width": 100
  36. },
  37. {
  38. "label": "花纹",
  39. "prop": "brandItem",
  40. "search": true,
  41. "index": 1,
  42. "width": 100
  43. },
  44. {
  45. "label": "产地",
  46. "prop": "placeProduction",
  47. "search": true,
  48. "index": 1,
  49. "width": 100
  50. },
  51. {
  52. "label": "规格",
  53. "prop": "typeno",
  54. "search": true,
  55. "index": 1,
  56. "width": 100
  57. },
  58. {
  59. "label": "规格1",
  60. "prop": "typenoOne",
  61. "search": true,
  62. "index": 1,
  63. "width": 100
  64. },
  65. {
  66. "label": "品牌",
  67. "prop": "brand",
  68. "search": true,
  69. "index": 1,
  70. "width": 100
  71. },
  72. {
  73. "label": "总库存",
  74. "prop": "balanceQuantity",
  75. "search": false,
  76. "index": 1,
  77. "width": 100,
  78. "cell": true
  79. },
  80. {
  81. "label": "内贸锁定",
  82. "prop": "lockingQuantity",
  83. "search": false,
  84. "index": 1,
  85. "width": 100,
  86. "cell": true
  87. },
  88. {
  89. "label": "可用库存",
  90. "prop": "surplusRouteQuantity",
  91. "search": false,
  92. "index": 1,
  93. "width": 100,
  94. "cell": true
  95. },
  96. {
  97. "label": "供应商",
  98. "prop": "corpName",
  99. "search": false,
  100. "index": 1,
  101. "width": 100
  102. },
  103. {
  104. "label": "创建日期",
  105. "type": "date",
  106. "unlinkPanels": true,
  107. "searchRange": true,
  108. "prop": "createTime",
  109. "search": true,
  110. "index": 1,
  111. "width": 100,
  112. "format": "yyyy-MM-dd",
  113. "valueFormat": "yyyy-MM-dd",
  114. "overHidden": true,
  115. "pickerOptions": {}
  116. },
  117. {
  118. "label": "创建人",
  119. "prop": "createUserName",
  120. "search": false,
  121. "index": 1,
  122. "width": 100
  123. },
  124. {
  125. "label": "更新日期",
  126. "prop": "updateTime",
  127. "search": false,
  128. "index": 1,
  129. "width": 100
  130. },
  131. {
  132. "label": "更新人",
  133. "prop": "updateUserName",
  134. "search": false,
  135. "index": 1,
  136. "width": 100
  137. }
  138. ]
  139. }