文档
测试

采购退货列表

POST
http://127.0.0.1:2010/admin_api/returned/returned_list

请求参数

参数名
类型
描述
必填
sw
模糊查询 (物流号)
必填
returned_no
退货单号
必填
supplier_id
供应商id
必填

说明 / 示例

{ "code": 0, "msg": "", "data": { "count": 10, "totalPages": 1, "pageSize": 30, "currentPage": 1, "data": [ { "id": 3, "seller_id": 1, "supplier_id": 3, "warehouse_id": 3, "purchase_id": 34, "total_price": 123, "total_quantity": 1, "remark": "无", "returned_no": "RT2021092523069913307", "returned_time": "2021-09-25 23:06:37", "shippment_no": "", "status": 0, "add_time": "2021-09-22 16:31:39", "supplier_name": "测试", "contact": "小小", "phone": "13512341234", "country": "中国", "provinces": "", "city": "广东", "address": "广州天河" }, { "id": 2, "seller_id": 1, "supplier_id": 2, "warehouse_id": 1, "purchase_id": 33, "total_price": 0, "total_quantity": 1, "remark": "", "returned_no": "RT2021092509574106349", "returned_time": "2021-09-25 09:57:42", "shippment_no": "", "status": 0, "add_time": "2021-09-17 15:00:07", "supplier_name": "小巨亏", "contact": "龙杰", "phone": "123123123", "country": "zhongguo", "provinces": "aaaaa", "city": "2", "address": "" }, { "id": 3, "seller_id": 1, "supplier_id": 3, "warehouse_id": 3, "purchase_id": 32, "total_price": 0, "total_quantity": 1, "remark": "无", "returned_no": "RT2021092509563917107", "returned_time": "2021-09-25 09:56:59", "shippment_no": "", "status": 0, "add_time": "2021-09-22 16:31:39", "supplier_name": "测试", "contact": "小小", "phone": "13512341234", "country": "中国", "provinces": "", "city": "广东", "address": "广州天河" }, { "id": 2, "seller_id": 1, "supplier_id": 2, "warehouse_id": 1, "purchase_id": 30, "total_price": 123, "total_quantity": 1, "remark": "", "returned_no": "RT2021092509548791482", "returned_time": "2021-09-25 09:54:23", "shippment_no": "", "status": 0, "add_time": "2021-09-17 15:00:07", "supplier_name": "小巨亏", "contact": "龙杰", "phone": "123123123", "country": "zhongguo", "provinces": "aaaaa", "city": "2", "address": "" }, { "id": 2, "seller_id": 1, "supplier_id": 2, "warehouse_id": 3, "purchase_id": 29, "total_price": 123, "total_quantity": 1, "remark": "", "returned_no": "RT2021092417087634930", "returned_time": "2021-09-24 17:08:12", "shippment_no": "", "status": 0, "add_time": "2021-09-17 15:00:07", "supplier_name": "小巨亏", "contact": "龙杰", "phone": "123123123", "country": "zhongguo", "provinces": "aaaaa", "city": "2", "address": "" }, { "id": 4, "seller_id": 1, "supplier_id": 4, "warehouse_id": 1, "purchase_id": 5, "total_price": 312, "total_quantity": 1, "remark": "11111111", "returned_no": "RT2021092417020182523", "returned_time": "2021-09-24 17:02:35", "shippment_no": "", "status": 0, "add_time": "2021-09-22 16:43:24", "supplier_name": "11111111", "contact": "11111111", "phone": "11111111", "country": "11111111", "provinces": null, "city": "11111111", "address": "11111111" }, { "id": 1, "seller_id": 1, "supplier_id": 1, "warehouse_id": 1, "purchase_id": 8, "total_price": 20, "total_quantity": 2, "remark": null, "returned_no": "RT2021092417029972537", "returned_time": "2021-09-24 17:02:24", "shippment_no": "", "status": 0, "add_time": "2021-09-17 11:03:37", "supplier_name": "小聚科技", "contact": "张三", "phone": "1787777222", "country": null, "provinces": null, "city": null, "address": null }, { "id": 1, "seller_id": 1, "supplier_id": 1, "warehouse_id": 1, "purchase_id": 7, "total_price": 20, "total_quantity": 2, "remark": null, "returned_no": "RT2021092417022240210", "returned_time": "2021-09-24 17:02:24", "shippment_no": "", "status": 0, "add_time": "2021-09-17 11:03:37", "supplier_name": "小聚科技", "contact": "张三", "phone": "1787777222", "country": null, "provinces": null, "city": null, "address": null }, { "id": 2, "seller_id": 1, "supplier_id": 2, "warehouse_id": 3, "purchase_id": 16, "total_price": 0, "total_quantity": 0, "remark": "", "returned_no": "RT2021092417025976956", "returned_time": "2021-09-24 17:02:19", "shippment_no": "", "status": 0, "add_time": "2021-09-17 15:00:07", "supplier_name": "小巨亏", "contact": "龙杰", "phone": "123123123", "country": "zhongguo", "provinces": "aaaaa", "city": "2", "address": "" }, { "id": 1, "seller_id": 1, "supplier_id": 1, "warehouse_id": 1, "purchase_id": 2, "total_price": 210, "total_quantity": 10, "remark": null, "returned_no": "RT2021091813501736187", "returned_time": "2021-09-18 13:50:06", "shippment_no": "12312321", "status": 0, "add_time": "2021-09-17 11:03:37", "supplier_name": "小聚科技", "contact": "张三", "phone": "1787777222", "country": null, "provinces": null, "city": null, "address": null } ] } }