gaoluyang
2026-06-29 bcefcad229dc22a8994364afc7827aab8123dd79
src/api/salesManagement/returnOrder.js
@@ -51,7 +51,7 @@
  });
}
// 销售退货-根据出库单查询销售订单以及产品信息
// 销售退货-根据出库单查询订单号以及产品信息
// /returnManagement/getByShippingId
export function returnManagementGetByShippingId(query) {
  return request({
@@ -71,6 +71,16 @@
    })
}
// 销售退货-发货信息查询(含批次号)
// /shippingInfo/getForReturn
export function getShippingInfoForReturn(query) {
    return request({
        url: '/shippingInfo/getForReturn',
        method: 'get',
        params: query,
    })
}
// 处理
// /returnManagement/handle
export function returnManagementHandle(data) {