简要描述
- 功能
修改
- 权限标签
prj:qualityInspection:update
- 新建 by zj 2022-01-25 13:42:25 星期二
- 修改 by zj 2022-04-24 10:27:40 星期日
添加 添加请求字段pictureAttachmentList现场图片列表
请求URL
{URL}/prj/quality/inspection
请求方式
请求参数
{
"id": 124,
"projectId": 124,
"inspectionDate": "2021-09-08 00:00:00",
"inspectionParts": "检查部位",
"principalMemberId": 123,
"resultInfo": "检查情况",
"modifyProposed": "纠正预防措施",
"remark": "备注",
"attachmentList":[
{
"name":"文件",
"url":"www.baidu.cin",
"createTime":"2021-09-07",
"createByName":"上传人姓名"
},
{
"name":"文件",
"url":"www.baidu.cin",
"createTime":"2021-09-07",
"createByName":"上传人姓名"
}
],
"pictureAttachmentList":[
{
"name":"文件",
"url":"www.baidu.cin",
"createTime":"2021-09-07",
"createByName":"上传人姓名"
},
{
"name":"文件",
"url":"www.baidu.cin",
"createTime":"2021-09-07",
"createByName":"上传人姓名"
}
]
}
参数
参数名 |
必选 |
类型 |
说明 |
id |
是 |
number |
数据id |
projectId |
是 |
number |
项目id |
inspectionDate |
是 |
date |
检查日期 |
inspectionParts |
是 |
string |
检查部位 |
principalMemberId |
是 |
number |
检查人 id |
resultInfo |
是 |
string |
检查情况 |
modifyProposed |
否 |
string |
纠正预防措施 |
remark |
否 |
string |
备注 |
attachmentList |
否 |
list |
附件列表 |
name |
否 |
string |
文件名 |
url |
否 |
string |
文件路径 |
createTime |
是 |
date |
上传时间 |
createByName |
是 |
string |
上传人姓名 |
pictureAttachmentList |
否 |
List |
现场图片列表 |
name |
否 |
string |
文件名 |
url |
否 |
string |
文件路径 |
createTime |
是 |
date |
上传时间 |
createByName |
是 |
string |
上传人姓名 |
返回示例
{
"code": 0,
"data": {},
"message": ""
}
返回参数说明
参数名 |
类型 |
说明 |
code |
int |
返回结果 0 成功 500 异常 |
message |
int |
返回信息 |
data |
object |
返回结果 |