更新采购申请前端

This commit is contained in:
吴红兵
2026-02-08 16:29:04 +08:00
parent 123c28b345
commit 5dc9b39cab
7 changed files with 502 additions and 2506 deletions

View File

@@ -112,3 +112,15 @@ export function getApplyFiles(purchaseId: string | number) {
});
}
/**
* 履约验收关联的合同列表(未被使用的合同)
* @param params 可选参数,如 id 等
*/
export function getContracts(params?: any) {
return request({
url: '/purchase/purchasingapply/getContracts',
method: 'get',
params
});
}