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