9 天以前 e7b4dbf658552ce7a66caa742bd55a75ac4d82e5
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",