文档
测试

05、查询未领取的采购单

POST
/ware/purchase/unreceive/list

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
page
object
数据字典
必填
totalCount
int
示例:0
必填
pageSize
int
示例:10
必填
totalPage
int
示例:0
必填
currPage
int
示例:1
必填
list
array
数据列表
必填
id
int
示例:1
必填
assigneeId
int
示例:1
必填
assigneeName
string
示例:aa
必填
phone
string
示例:123
必填
priority
int
示例:1
必填
status
int
示例:1
必填
wareId
int
示例:1
必填
amount
int
示例:22
必填
createTime
string
示例:2019-12-12
必填
updateTime
string
示例:2019-12-12
必填

说明 / 示例

~~~json { "msg": "success", "code": 0, "page": { "totalCount": 0, "pageSize": 10, "totalPage": 0, "currPage": 1, "list": [{ "id": 1, "assigneeId": 1, "assigneeName": "aa", "phone": "123", "priority": 1, "status": 1, "wareId": 1, "amount": 22.0000, "createTime": "2019-12-12", "updateTime": "2019-12-12" }] } }