文档
测试

查询未领取的采购单

GET
/ware/purchase/unreceive/list

响应示例

```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" } ] } } ```