diff --git a/buyer/src/api/order.js b/buyer/src/api/order.js index 579c76d1..c120f60f 100644 --- a/buyer/src/api/order.js +++ b/buyer/src/api/order.js @@ -96,3 +96,22 @@ export function communication (params) { params }); } + +// 退换货服务 提交物流 +export function afterSaleDelivery (params) { + return request({ + url: `/buyer/afterSale/delivery/${params.afterSaleSn}`, + method: Method.POST, + needToken: true, + params + }); +} +// 获取退货可选物流公司 +export function getLogisticsCompany () { + return request({ + url: `/buyer/logistics`, + method: Method.GET, + needToken: true, + params: { pageNumber: 1, pageSize: 200, disabled: 'OPEN' } + }); +} diff --git a/buyer/src/components/invoiceModal/index.vue b/buyer/src/components/invoiceModal/index.vue index b3989fca..024c1582 100644 --- a/buyer/src/components/invoiceModal/index.vue +++ b/buyer/src/components/invoiceModal/index.vue @@ -4,11 +4,6 @@
发票信息
- - + ++ 提交物流信息 +
+