colums.js 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. export default [{
  2. prop: "spuCode",
  3. label: "产品编码",
  4. width: "150"
  5. },
  6. {
  7. prop: "good_name",
  8. label: "产品名称",
  9. width: "100"
  10. },
  11. // {
  12. // prop: "type_code",
  13. // label: "产品属性编码",
  14. // width:"130"
  15. // },
  16. {
  17. prop: "wsm_supplier",
  18. label: "供应商名称",
  19. width: "180"
  20. },
  21. {
  22. prop: "wsm_name",
  23. label: "仓库名称",
  24. width: "80"
  25. },
  26. {
  27. prop: "companyName",
  28. label: "业务公司名称",
  29. width: "180"
  30. },
  31. {
  32. prop: "wsm_code",
  33. label: "仓库编码",
  34. width: "180"
  35. },
  36. {
  37. prop: "usable_stock",
  38. label: "可用库存",
  39. },
  40. {
  41. prop: "warn_stock",
  42. label: "预警库存",
  43. },
  44. {
  45. prop: "brand_name",
  46. label: "品牌",
  47. width: "70"
  48. },
  49. // {
  50. // prop: "attribute",
  51. // label: "产品型号",
  52. // },
  53. // {
  54. // prop: "good_desc",
  55. // label: "工艺说明",
  56. // },
  57. {
  58. prop: "company_name",
  59. label: "采购人部门",
  60. minWidth: "150px",
  61. },
  62. {
  63. prop: "cgder",
  64. label: "采购人",
  65. },
  66. // {
  67. // prop: "good_type",
  68. // label: "产品类型",
  69. // },
  70. {
  71. prop: "unit",
  72. label: "单位",
  73. width: "50"
  74. },
  75. // {
  76. // prop: "color",
  77. // label: "颜色",
  78. // },
  79. // {
  80. // prop: "material",
  81. // label: "材质",
  82. // },
  83. {
  84. prop: "specinfo",
  85. label: "规格",
  86. "min-width": "150",
  87. _slot_: 'specinfo'
  88. },
  89. {
  90. prop: "",
  91. label: "操作",
  92. fixed: "right",
  93. _noset_: true,
  94. _slot_: "operation",
  95. width: "50"
  96. },
  97. ]