gongchunyi
2026-08-11 414859998dce99e01212fba9a1d0d93f1ca4457f
src/api/procurementManagement/paymentLedger.js
@@ -27,3 +27,12 @@
    params,
  });
}
/** 新增付款 */
export function savePayment(data) {
  return request({
    url: "/purchase/report/savePayment",
    method: "post",
    data,
  });
}