yyb
2026-05-08 eef2bdb568e03f1cfb1deba99fb36c85f2086e42
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",