gongchunyi
21 小时以前 0a251e40e30e7c8a96d71b3b9b6c459d4dfa4b22
src/api/salesManagement/deliveryLedger.js
@@ -17,6 +17,14 @@
    method: "get",
  });
}
// 修改发货台账
export function getDeliveryDetailByShippingNo(query) {
  return request({
    url: "/shippingInfo/getDateilByShippingNo",
    method: "get",
    params: query,
  });
}
export function addOrUpdateDeliveryLedger(query) {
  return request({
@@ -51,4 +59,3 @@
    data,
  });
}