销售车辆发运详情
POST
http://localhost:8080/app/saleWeight/getSaleWeightList
接口描述
车辆销售过磅历史记录
请求参数
参数名
类型
描述
必填
vehicleNo
string
车牌号
必填
startDate
date
开始时间
必填
endDate
date
结束时间
必填
pageNo
int
当前页
必填
pageSize
int
页数
必填
minecode
string
单位
必填
响应参数
参数名
类型
描述
必填
success
boolean
返回状态
必填
total
number
总数
必填
id
string
检斤序列号:"XS10002001140005"
必填
customerName
string
客户名称:"内蒙古盛世伊鑫"
必填
vehicleNo
string
车号
必填
tareWeight
number
皮重
必填
grossWeight
number
毛重
必填
netWeight
number
净重
必填
tareTime
string
空车时间
必填
grossTime
string
重车时间
必填
factoryName
string
厂区名
必填
weightFlag
string
检斤标志:"二次过磅"
必填
shipAmount
BigDecimal
计划发运量
必填
remainAmount
BigDecimal
计划剩余量
必填