文档
测试

车辆发运情况汇总

POST
http://localhost:8080/app/buyWeight/sumBuyWeightForTransport

接口描述

内部客户采购检斤明细汇总

请求参数

参数名
类型
描述
必填
transportId
string
运输公司
必填
startDate
Date
空车开始时间
必填
endDate
Date
空车结束时间
必填
mineCode
int
矿别
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
errorCode
string
示例:-1
必填
msg
string
示例:查询成功!
必填
list
array
数据列表
必填
id
string
检斤序列号:XS10002001150006
必填
createBy
object
创建时间
必填
id
string
示例:1
必填
delFlag
string
示例:0
必填
loginFlag
string
示例:1
必填
roleNames
string
示例:
必填
admin
boolean
示例:true
必填
createDate
string
示例:2020-01-15 16:35:42
必填
updateBy
object
数据字典
必填
id
string
示例:1
必填
delFlag
string
示例:0
必填
loginFlag
string
示例:1
必填
roleNames
string
示例:
必填
admin
boolean
示例:true
必填
updateDate
string
示例:2020-02-25 10:16:52
必填
delFlag
string
示例:0
必填
planno
string
订单编号:10002020011000007
必填
mineCode
object
采购单位
必填
id
string
示例:4
必填
delFlag
string
示例:0
必填
name
string
示例:石圪台
必填
sort
number
示例:30
必填
hasChildren
boolean
示例:false
必填
type
string
示例:2
必填
parentId
string
示例:0
必填
custno
object
数据字典
必填
id
string
示例:10000020191230002
必填
delFlag
string
示例:0
必填
custName
string
示例:宁夏梓恒有限公司
必填
companyId
object
数据字典
必填
id
string
示例:1
必填
delFlag
string
示例:0
必填
sort
number
示例:30
必填
hasChildren
boolean
示例:false
必填
type
string
示例:2
必填
parentId
string
示例:0
必填
varno
object
物资
必填
id
string
示例:3
必填
delFlag
string
示例:0
必填
vname
string
示例:大块
必填
vehicleno
string
车号:京A43574
必填
tareWeight
number
皮重:0
必填
grossWeight
number
毛重:2
必填
netWeight
number
净重:0
必填
standardWeight
number
标重:18
必填
weightTime
string
重车时间:2020-02-15 16:35:29
必填
tarePoundName
string
空车磅号:
必填
grossPoundName
string
重车磅号:0
必填
transType
string
运输方式:外部采购
必填
tareFlag
string
空车出厂标志:否
必填
dispatchno
object
派车计划
必填
id
string
示例:100020200113030
必填
delFlag
string
示例:0
必填
preloading
number
示例:0
必填
tareWeight
number
示例:0
必填
grossWeight
number
示例:0
必填
netWeight
number
示例:0
必填
planRemainder
number
计划剩余量:10
必填
tarePhoto
string
空车图片:
必填
warehouse
string
重车图片:
必填
mkVarno
string
煤管系统煤种:1
必填
mkVarkind
string
示例:4
必填
axle
string
车轴数:0
必填
planType
string
订单类型:1
必填
preloading
number
预装量:123
必填
unit
string
示例:吨
必填
weightFlag
string
空重车:一次过磅
必填
weightType
string
示例:2
必填
settlementFlag
string
运费结算标志:0
必填
price
number
单价:0
必填
tareTime
date
空车时间
必填
factoryMineName
string
采购方厂区名
必填
factoryName
stirng
客户方厂区名
必填
customerName
string
客户
必填
customerId
string
客户id
必填
total
number
示例:0
必填

说明 / 示例

{ "success": true, "errorCode": "-1", "msg": "查询成功", "list": [ { "mineCode": "2", "netWeight": 15.6, //净重 "transportName": "安能物流",//运输公司 "transportId": "4", "customerId": 4, "mineName": "特拉不拉", //采购单位 "vehicleNumber": 1, //车数 "variteyName": "煤矸石", //物资 "customerName": "石圪台" //供货单位 }, { "mineCode": "13", "netWeight": 13.3, "transportName": "安能物流", "transportId": "4", "customerId": 4, "mineName": "温家梁三号", "vehicleNumber": 1, "variteyName": "末煤(一)", "customerName": "石圪台" } ], "total": 0 }