2026-05-07 01a4f6341f6fe4806f45cf7a4c7b3bc450a6a0e0
src/api/salesManagement/deliveryLedger.js
@@ -11,6 +11,13 @@
}
// 修改发货台账
export function getDeliveryDetail(id) {
  return request({
    url: `/shippingInfo/getDateil/${id}`,
    method: "get",
  });
}
export function addOrUpdateDeliveryLedger(query) {
  return request({
    url: "/shippingInfo/update",