columns.js 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. const columns = [
  2. { type: 'selection', fixed: 'left', _noset_: true },
  3. {
  4. prop: 'returnCode',
  5. label: '售后申请单',
  6. width: '160'
  7. },
  8. {
  9. prop: 'outCode',
  10. label: '发货单编号',
  11. width: '160'
  12. },
  13. {
  14. prop: 'orderCode',
  15. label: '订单编号',
  16. width: '160'
  17. },
  18. {
  19. prop: 'status',
  20. label: '状态',
  21. _slot_: 'status',
  22. width: '120px'
  23. },
  24. {
  25. prop: 'use_type',
  26. label: '平台类型',
  27. _slot_: 'use_type',
  28. width: '80'
  29. },
  30. {
  31. prop: 'has_account',
  32. label: '供应商端',
  33. _slot_: 'has_account',
  34. width: '70px'
  35. },
  36. // {
  37. // prop: 'order_source',
  38. // label: '订单来源',
  39. // _slot_: 'order_source',
  40. // width: '90px'
  41. // },
  42. {
  43. prop: 'order_source',
  44. label: '订单来源',
  45. _slot_: 'order_source',
  46. width: '100'
  47. },
  48. {
  49. prop: 'order_type',
  50. label: '商品类型',
  51. _slot_: 'order_type',
  52. width: '100'
  53. },
  54. // {
  55. // prop: "orderCode",
  56. // label: "销售订单编号",
  57. // width:"160"
  58. // },
  59. {
  60. prop: 'total_num',
  61. label: '出库总数'
  62. },
  63. {
  64. prop: 'good_code',
  65. label: '商品编码',
  66. width: '140'
  67. },
  68. {
  69. prop: 'good_name',
  70. label: '商品名称',
  71. width: '150'
  72. },
  73. {
  74. prop: 'customer_code',
  75. label: '客户公司编码',
  76. width: '150'
  77. },
  78. {
  79. prop: 'customer_name',
  80. label: '客户公司名称',
  81. width: '150'
  82. },
  83. {
  84. prop: 'companyNo',
  85. label: '业务公司编码',
  86. width: '150'
  87. },
  88. {
  89. prop: 'companyName',
  90. label: '业务公司名称',
  91. width: '150'
  92. },
  93. {
  94. prop: 'supplierNo',
  95. label: '供应商编码',
  96. width: '150'
  97. },
  98. {
  99. prop: 'supplierName',
  100. label: '供应商名称',
  101. width: '150'
  102. },
  103. // {
  104. // prop:"error_num",
  105. // label:"异常数量",
  106. // },
  107. // {
  108. // prop:"error_msg",
  109. // label:"异常原因",
  110. // },
  111. // {
  112. // prop: 'except_code',
  113. // label: '期望意愿',
  114. // _slot_: 'except_code',
  115. // width: 100
  116. // },
  117. {
  118. prop: 'company_name',
  119. label: '申请人部门',
  120. minWidth: '150px'
  121. },
  122. {
  123. prop: 'apply_name',
  124. label: '申请人'
  125. },
  126. {
  127. prop: 'addtime',
  128. label: '添加时间',
  129. width: 150
  130. },
  131. {
  132. prop: '',
  133. label: '操作',
  134. fixed: 'right',
  135. _noset_: true,
  136. _slot_: 'operation',
  137. width: 80
  138. }
  139. ]
  140. const sellshowColumns = [
  141. {
  142. prop: 'returnCode',
  143. label: '售后申请单号',
  144. span: 6
  145. },
  146. {
  147. prop: 'outCode',
  148. label: '发货单编号',
  149. span: 6
  150. },
  151. {
  152. prop: 'orderCode',
  153. label: '销售订单编号',
  154. span: 6
  155. },
  156. {
  157. prop: 'status',
  158. label: '售后申请单状态',
  159. _slot_: 'status',
  160. span: 6
  161. },
  162. {
  163. prop: 'order_type',
  164. label: '订单类别',
  165. _slot_: 'order_type',
  166. span: 6
  167. },
  168. {
  169. prop: 'order_source',
  170. label: '订单来源',
  171. _slot_: 'order_source',
  172. span: 6
  173. },
  174. {
  175. prop: 'is_stock',
  176. label: '商品类型',
  177. _slot_: 'is_stock',
  178. span: 6
  179. },
  180. {
  181. prop: 'apply_name',
  182. label: '申请人',
  183. span: 6
  184. },
  185. {
  186. prop: 'is_receive',
  187. label: '期望结果',
  188. _slot_: 'is_receive',
  189. span: 12
  190. },
  191. {
  192. prop: 'companyName',
  193. label: '业务公司名称',
  194. _slot_: 'company',
  195. span: 12
  196. },
  197. {
  198. prop: 'supplierName',
  199. label: '供应商名称',
  200. _slot_: 'supplier',
  201. span: 12
  202. },
  203. {
  204. prop: 'customer_name',
  205. label: '客户名称',
  206. _slot_: 'customer',
  207. span: 12
  208. },
  209. {
  210. prop: 'addtime',
  211. label: '创建时间',
  212. span: 6
  213. },
  214. {
  215. prop: 'error_num',
  216. label: '异常数量',
  217. span: 6
  218. },
  219. {
  220. prop: 'total_num',
  221. label: '发货总数量',
  222. span: 6
  223. },
  224. {
  225. prop: 'error_msg',
  226. label: '异常原因',
  227. span: 6
  228. },
  229. {
  230. prop: 'loop_total',
  231. _slot_: 'loop_total',
  232. label: '更改次数',
  233. span: 12
  234. },
  235. {
  236. prop: 'addr',
  237. label: '客户退回地址',
  238. _slot_: 'addr',
  239. span: 12
  240. },
  241. {
  242. prop: 'error_img',
  243. label: '异常图片',
  244. _slot_: 'error_img',
  245. span: 12
  246. },
  247. {
  248. prop: 'wsm_name',
  249. label: '业务公司退回仓库',
  250. span: 12,
  251. _slot_: 'returnWsm'
  252. },
  253. {
  254. prop: 'post_fee',
  255. label: '退货物流费用',
  256. span: 6
  257. },
  258. {
  259. prop: 'post_company',
  260. label: '退货物流公司',
  261. span: 6
  262. },
  263. {
  264. prop: 'post_code',
  265. label: '退货物流单号',
  266. span: 12
  267. },
  268. {
  269. prop: 'error_remark',
  270. label: '备注',
  271. span: 24
  272. }
  273. ]
  274. export { columns, sellshowColumns }