文档
测试

查询订单

GET
orderinfo/vieworderinfobyid

接口描述

若是区域负责人 会查出门店 状态为 203 参数在data中取 通过门店编号 来请求此接口 vieworderinfobyidtem 参数为:status startPage pageSize id

请求参数

参数名
类型
描述
必填
startPage
开始页 默认 1
必填
pageSize
每页显示多少 默认 10
必填
status
默认不传是全部 1 其他的跟小程序一样
必填

响应参数

参数名
类型
描述
必填
sign
对门店来说 sign为true 就是需要负责人点击的
必填

说明 / 示例

{ "status": 200, "msg": "OK", "data": [ { "orderInfoId": "1320184658834755584", "userInfoId": "4ORIzKbfp58XsbCPOZGSEMKX8rtEDh", "cementBrandId": 48350296, "orderInfoName": "贵州中诚水泥有限公司", "cementOrderInfos": [ { "cementBrandTypeName": "P.O42.5散", "cementNumber": 60.0, "cementSinglePrice": 270.0, "cementAllPrice": 16200.0 } ], "receivingGoods": "冉凯", "receivingGoodsTime": "", "receiveGoodsRemarks": "", "orderInfoStartTime": "2020-10-25 10:05:25", "orderInfoEndTime": "2020-11-02 17:26:49", "cementGoodsAllCount": 60.0, "cementGoodsAllPrice": 16200.0, "orderInfoStatus": 3, "orderInfoType": 2, "carNumbers": [ { "number": "贵AC3962" } ], "userPhone": "17585443051", "receivingGoodsAddress": "贵州省|黔南布依族苗族自治州|荔波县|黔南|准备提交", "receivingGoodsPeoplePhone": "19985308242", "isInvoice": "否", "orderInfoFromId": "大客户", "sign": null, "actualCount": 59.82, //实际出厂数量 "actualAllPrice": 16151.4 //实际价格 } ], "ok": true }