文档
测试

供应商预选表

GET
/api/supplierpreselectiontable

请求头

参数名
类型
描述
必填
token
string
使用jwtUtil加密获取token
必填

请求参数

参数名
类型
描述
必填
supplierIds
string
供应商ids,逗号隔开
必填
projectId
int
总需求id
必填
isScreen
int·
是否排除不满足供应商 1/yes/是 0/no/不
必填

返回参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:SUCCESS
必填
data
object
数据字典
必填
projectRequirementList
array
项目子需求集合
必填
id
int
id
必填
requirementName
string
需求名称
必填
comment
string
需求描述
必填
requirementLevel
string
需求对能力的要求: H/M/L
必填
supplierList
array
供应商集合
必填
supplierName
string
供应商名称
必填
projectRequirementList
array
项目子需求集合
必填
id
int
id
必填
supplierScore
object
项目子需求对应的能力的得分
必填
supplierLevel
int
得分 0/1/2
必填
performanceScore
int
得分 0-10
必填
supplierComment
string
得分描述
必填