文档
测试

根据人员手机号查询出大客户订单

POST
cementTakeGoods/queryLargeCustomerOrderInfo

接口描述

测试地址:https://zdlrceshi.utools.club/

请求参数

参数名
类型
描述
必填
salemanPhone
String
销售人员手机号
必填
orderInfoStatus
String
订单状态 (1:申请提货中,10:提货申请通过以及已完成提货)
必填
userInfoId
客户id
必填
orderInfoName
水泥厂名称
可选
carNumberId
车牌
可选
receivingGoodsAddress
收货地址
可选
orderInfoStartTime
下单日期
可选
startPage
Integer
页码
可选
pageSize
页面容量
可选

说明 / 示例

{ "cementTakeGoodsInfoId": "5326970157826901", "corporateName": "贵州三都西南水泥有限公司", "cementType": [ { "cementTakeGoodsInfoId": "5326970157826901", "orderInfoId": "1302883159427518464", "orderInfoName": "贵州三都西南水泥有限公司", "typeName": "P.O42.5散", "cementAllPrice": 245, "cementNumber": 1, "cementSinglePrice": 245, "cementBrandTypeId": "3", "originalQuantity": 1, "remainingQuantity": null } ] } //提货单编号 String cementTakeGoodsInfoId; //水泥品牌公司名称 String corporateName; //提货请求日期 String startDateTime; //提货单编号 String cementTakeGoodsInfoId; //订单编号 String orderInfoId; //水泥品牌公司名称 String orderInfoName; //水泥类型名称 String typeName; //水泥总价格 Double cementAllPrice; //水泥数量 Double cementNumber; //水泥单价 Double cementSinglePrice; //水泥类型Id String cementBrandTypeId; //原数量 Double originalQuantity; //剩余数量 Double remainingQuantity; //下单时间 String startDateTime;