ZN
2026-03-09 97f49ad547a051a6875271457bde89160f2a136b
src/api/procurementManagement/procurementLedger.js
@@ -114,4 +114,12 @@
        method: "delete",
        data: id,
    });
}
// 查询采购详情
export function getPurchaseByCode(id) {
    return request({
        url: "/purchase/ledger/getPurchaseByCode",
        method: "get",
        params: id,
    });
}