文档
测试

损坏明细

POST
api/cost/Engineeringleader/shInfo

接口描述

损坏明细

请求参数

参数名
类型
描述
必填
id
int
id
必填

响应参数

参数名
类型
描述
必填
id
int
id
必填
user_nickname
string
提交人
必填
create_time
string
时间
必填
detail
array
数据集合
必填
department
string
部门名称
必填
list
array
必填
name
string
损坏物品名称
必填
num
int
数量
必填

说明 / 示例

```{ "code": 1, "msg": "获取成功", "time": "1675564023", "data": { "total": 1, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": 1, "uid": 6, "create_time": "2023-02-05", "detail": [ { "department": "客房部", "room_no": "801", "list": [ { "name": "花洒", "num": 1 }, { "name": "水龙头", "num": 2 } ] }, { "department": "厨房部", "list": [ { "name": "蒸锅", "num": 1 } ] } ], "user_nickname": "王经理" } ] } } ```