修改采购途径

This commit is contained in:
吴红兵
2026-03-10 21:02:11 +08:00
parent d92cb8634b
commit 63034bd182
3 changed files with 53 additions and 47 deletions

View File

@@ -115,9 +115,9 @@ export function revokeAgent(applyId: number | string) {
}
/**
* 保存实施采购方式(分步骤实施采购-第一步)
* 保存实施采购途径(分步骤实施采购-第一步)
* @param id 采购申请ID
* @param implementType 实施采购方式1-自行组织采购2-委托代理采购
* @param implementType 实施采购途径1-自行组织采购2-委托代理采购
*/
export function saveImplementType(id: number | string, implementType: string) {
return request({
@@ -179,7 +179,7 @@ export function getContracts(params?: any) {
* 实施采购:上传招标文件并关联到申请单(可同时保存采购代表人方式与人员)
* @param id 采购申请ID
* @param fileIds 已上传的招标文件ID列表fileType=130
* @param implementType 实施采购方式 1:自行组织采购 2:委托代理采购
* @param implementType 实施采购途径 1:自行组织采购 2:委托代理采购
* @param representorTeacherNo 需求部门初审-指定采购代表人(单人)
* @param representors 需求部门初审-部门多人逗号分隔
*/