columns.js 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. export default [
  2. { type: 'selection', fixed: 'left', _noset_: true },
  3. {
  4. prop: 'outChildCode',
  5. label: '发货工单号',
  6. width: '160'
  7. },
  8. {
  9. prop: 'orderCode',
  10. label: '确认单编号',
  11. width: '160'
  12. },
  13. {
  14. prop: 'outCode',
  15. label: '确认单编号',
  16. width: '160'
  17. },
  18. {
  19. prop: 'companyNo',
  20. label: '业务公司编号',
  21. width: '160'
  22. },
  23. {
  24. prop: 'companyName',
  25. label: '业务公司编号',
  26. width: '160'
  27. },
  28. {
  29. prop: 'customer_code',
  30. label: '客户编号',
  31. width: '160'
  32. },
  33. {
  34. prop: 'customer_name',
  35. label: '客户名称',
  36. width: '160'
  37. },
  38. {
  39. prop: 'supplierNo',
  40. label: '供应商编号 ',
  41. width: '160'
  42. },
  43. {
  44. prop: 'supplierName',
  45. label: '供应商名称',
  46. width: '160'
  47. },
  48. {
  49. prop: 'supplierNo',
  50. label: '供应商编号 ',
  51. width: '160'
  52. },
  53. {
  54. prop: 'spuCode',
  55. label: '商品成本编码',
  56. width: '160'
  57. },
  58. {
  59. prop: 'skuCode',
  60. label: '商品上线编码',
  61. width: '160'
  62. },
  63. {
  64. prop: 'order_type',
  65. label: '商品类型',
  66. _slot_: 'order_type',
  67. width: '85'
  68. },
  69. {
  70. prop: 'order_source',
  71. label: '订单来源',
  72. _slot_: 'order_source',
  73. width: '85'
  74. },
  75. {
  76. prop: 'num',
  77. label: '总数量',
  78. width: '70'
  79. },
  80. {
  81. prop: 'status',
  82. label: '状态',
  83. _slot_: 'status',
  84. width: '120px'
  85. },
  86. // {
  87. // prop: 'send_status',
  88. // label: '分单状态',
  89. // _slot_: 'send_status',
  90. // width: '120px'
  91. // },
  92. {
  93. prop: 'wsm_code',
  94. label: '仓库编号',
  95. width: '160'
  96. },
  97. {
  98. prop: 'addtime',
  99. label: '下单时间',
  100. sortable: true,
  101. width: 150
  102. },
  103. {
  104. prop: 'apply_name',
  105. label: '申请人',
  106. width: '80'
  107. },
  108. {
  109. prop: '',
  110. width: 50,
  111. label: '操作',
  112. fixed: 'right',
  113. _noset_: true,
  114. _slot_: 'operation'
  115. }
  116. ]
  117. // page 是 string 页码
  118. // size 是 string 页码数
  119. // cgdNo 是 string 采购单编号
  120. // returnCode 是 string 退货单编号
  121. // good_type_code 是 string 商品属性
  122. // good_name 是 string 商品名称
  123. // status 是 string 状态