推送项目重构代码

This commit is contained in:
2026-05-31 14:19:15 +08:00
parent a28ea44cab
commit dcc66aa4a9
30 changed files with 1112 additions and 1021 deletions

View File

@@ -58,12 +58,8 @@ export function getAppropriationStats (query) {
})
}
export function checkAppropriationOcrHealth () {
return request({ url: '/hrm/appropriation/ocr-health', method: 'get' })
}
/**
* 通过ossId触发发票OCR识别(返回识别条目,不保存)
* 通过ossId触发发票解析(返回解析条目,不保存)
*/
export function ocrAppropriationInvoice (ossId) {
return request({