gaoluyang
4 天以前 a81155c4a46848b6a54352dd169a7af308d7cad3
src/api/salesManagement/deliveryLedger.js
@@ -45,3 +45,12 @@
  });
}
// 批量发货
export function batchAdd(data) {
  return request({
    url: "/shippingInfo/batchAdd",
    method: "post",
    data,
  });
}