columns.js 4.7 KB

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