文档
测试

查询出属于当前分销人员的门店提货数据

POST
https://zdlrceshi1.utools.club/cementTakeGoods/findCementTakeGoodsInfoByResponiblePhone

接口描述

根据分销人员手机号查询出门店提货数据

请求参数

参数名
类型
描述
必填
ResponiblePhone
String
分销人员手机号
必填
cementTakeGoodsStatus
String
提货订单的状态(1:申请提货,2:提货完成)
必填
1
申请提货
必填
2
提货中
必填
startPage
Integer
页码
必填
pageSize
Integer
页面大小,默认为10条
必填

说明 / 示例

//提货单编号 String cementTakeGoodsInfoId; //水泥品牌公司名称 String corporateName; //水泥类型等数据 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;