文档
测试

05、查询未领取的采购单

GET
/ware/purchase/unreceive/list

请求参数

```json ```

响应数据

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