gongchunyi
5 天以前 29c6fba98e14f331b6bbc9768bd9f1c9dbde60e4
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,
    });
}