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