yyb
4 天以前 dc52ecd3d438f92903e0d32d23f3be31692c7f42
src/api/salesManagement/salesLedger.js
@@ -125,3 +125,13 @@
    params: query
  })
}
// 新增发货信息
export function addShippingInfo(data) {
  return request({
    url: "/shippingInfo/add",
    method: "post",
    data,
  });
}