修改采购途径
This commit is contained in:
@@ -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 需求部门初审-部门多人逗号分隔
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user