文档
测试

倒运车辆发运详情

POST
http://localhost:8080/app/saleWeight/getTransWeightList

接口描述

车辆销售过磅历史记录

请求参数

参数名
类型
描述
必填
vehicleNo
string
车牌号
必填
startDate
date
开始时间
必填
endDate
date
结束时间
必填
pageNo
int
当前页
必填
pageSize
int
页数
必填
minecode
string
单位
必填

响应参数

参数名
类型
描述
必填
success
boolean
返回状态
必填
total
number
总数
必填
list
array
必填
id
string
检斤序列号:"XS10002001140005"
必填
customerName
string
客户名称:"内蒙古盛世伊鑫"
必填
varNo
string
物资
必填
id
物资id
必填
vname
物资名
必填
vehicleNo
string
车号
必填
tareWeight
number
皮重
必填
grossWeight
number
毛重
必填
netWeight
number
净重
必填
tareTime
string
空车时间
必填
grossTime
string
重车时间
必填
mineCode
office
公司
必填
id
string
公司id
必填
name
stirng
公司名
必填
factoryName
string
厂区名
必填
weightFlag
string
检斤标志:"二次过磅"
必填
shipAmount
BigDecimal
计划发运量
必填
remainAmount
BigDecimal
计划剩余量
必填

说明 / 示例

{ "total": 1, "success": true, "list": [ { "id": "WLJT22004130001",//磅单编号 "createBy": { "id": "1", "delFlag": "0", "loginFlag": "1", "admin": true, "roleNames": "" }, "createDate": "2020-04-13 15:44:21", "updateBy": { "id": "1", "delFlag": "0", "loginFlag": "1", "admin": true, "roleNames": "" }, "updateDate": "2020-04-13 15:44:57", "delFlag": "0", "weightType": "自动检斤",//检斤类型 "minecode": { "id": "2", "delFlag": "0", "name": "特拉不拉",//单位 "sort": 30, "hasChildren": false, "type": "2", "parentId": "0" }, "factoryNo": "2", "factoryName": "煤场",//装货厂区 "loadPlaceNo": "13", "loadPlaceName": "选块仓库",//装货地点 "unloadPlaceNo": "10", "unloadPlaceName": "原煤仓库",//卸货地点 "varno": { "id": "100000120200324003", "delFlag": "0", "vname": "枣煤一三-三六"//物资 }, "vehicleno": "京A45621",//车号 "tareWeight": 3,//皮重(吨) "grossWeight": 8,//毛重(吨) "netWeight": 5,//净重(吨) "tareTime": "2020-04-13 15:44:21",//空车时间 "weightTime": "2020-04-13 15:44:57",//重车时间 "tarePound": "13", "grossPound": "13", "weightFlag": "二次过磅",//检斤标志 "dispatchno": "DY10000012004130013", "dispatchType": "厂外倒运",//派车类型 "planno": "100000120200413001", "shipRemainder": 100,//计划发运量(吨) "planRemainder": 95,//计划剩余量(吨) "unloadfactory": "1", "unloadfactoryName": "踩坑",//卸货厂区 "tarePoundName": "特拉布拉一号地磅",//空车磅号 "grossPoundName": "特拉布拉一号地磅"//重车磅号 } ] }