文档
测试

根据门店编号查提货数据

POST
cementTakeGood/queryUntreatedStroreOrderInfo

接口描述

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

请求参数

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

说明 / 示例

//提货单编号 String cementTakeGoodsInfoId; //水泥品牌公司名称 String corporateName; //提货请求日期 String startDateTime; //水泥类型等数据 List<CementTypeInfoDto> cementType; 以下为cementType数据 //提货单编号 String cementTakeGoodsInfoId; //订单编号 String orderInfoId; //水泥品牌公司名称 String orderInfoName; //水泥类型名称 String typeName; //水泥总价格 Double cementAllPrice; //水泥数量 Double cementNumber; //水泥单价 Double cementSinglePrice; //水泥类型Id String cementBrandTypeId; //原数量 Double originalQuantity; //剩余数量 Double remainingQuantity; //下单时间 String startDateTime;