gaoluyang
2 天以前 36b909e117c3ccc22dd266a94479e2a02335d261
src/api/salesManagement/deliveryLedger.js
@@ -84,3 +84,12 @@
  });
}
// 根据ID获取发货信息
export function getShippingInfoById(id) {
  return request({
    url: "/shippingInfo/getById",
    method: "get",
    params: { id },
  });
}