文档
测试

查询出指定提货单的数据

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

接口描述

根据指定提货单号查询数据

请求参数

参数名
类型
描述
必填
cementTakeGoodsInfoId
String
提货单编号
必填

说明 / 示例

//提货单编号 String cementTakeGoodsInfoId; //收货人 String userName; //电话 String Phone; //地址 String address; //水泥品牌 String corporateName; //购买内容---水泥类型及数量等 List<CementTypeInfoDtoThree> cementTypeInfoDtoList; //总数量 Double totalCountNum; //总价格 Double totalPrice; //提货时间 String takeDeliveryStartDateTime; //订单号 String cementOrderInfoId; //下单时间 String orderInfoStartTime; //支付方式 String orderInfoType; //提货方式 String deliveryType; //司机身份证 String driverIdentityCard; //司机姓名 String driverName; //车牌 List<Object> carNumber; //水泥公司 List<BlueCementCompanyInfo> blueCementCompanyInfos; //开户信息 List<BlueMCBInfo> blueMCBInfos; //客户信息 List<BlueMCBInfo> customerMCBInfos; //提货单来源1:用户、2门店 String orderInfoFromId; //是否与蓝色App绑定 String bindingStatus; //水泥厂户头 String cementPlantAccount; 注意:cementTypeInfoDtoList //水泥类型名称 String typeName; //水泥总价格 Double cementAllPrice; //水泥数量 Double cementNumber; //水泥单价 Double cementSinglePrice; //水泥类型Id String cementBrandTypeId; //剩余数量 Double remainingQuantity; //水泥总数量 Double totalQuantity;