文档
测试

发运情况汇总

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

接口描述

煤矿销售报表数据

请求参数

参数名
类型
描述
必填
mineCode
string
煤矿编号
必填
startDate
date
重车开始时间
必填
endDate
date
重车结束时间
必填
customerId
string
客户id
必填
incustnoId
string
内部客户id
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
errorCode
string
示例:-1
必填
msg
string
示例:查询成功!
必填
list
array
数据列表
必填
delFlag
string
示例:0
必填
mineCode
object
单位
必填
id
string
示例:2
必填
delFlag
string
示例:0
必填
name
string
示例:特拉不拉
必填
sort
number
示例:30
必填
hasChildren
boolean
示例:false
必填
type
string
示例:2
必填
parentId
string
示例:0
必填
varNo
object
物资
必填
id
string
示例:100020191230003
必填
delFlag
string
示例:0
必填
vname
string
示例:三号加工煤踩坑
必填
netWeight
number
总发运量:12001
必填
mkVarno
string
煤管系统煤种:
必填
mkVarkind
string
煤管系统煤种大类:4
必填
shipAmount
number
计划发运量:0
必填
remainAmount
number
计划剩余量:0
必填
customerId
string
客户id:10000020191230003
必填
customerName
string
客户名:内蒙古盛世伊鑫
必填
vehicleNo
string
总车数
必填
total
number
示例:0
必填

说明 / 示例

{ "success": true, "errorCode": "-1", "msg": "查询成功", "list": [ { "mineCode": "2", "netWeight": 9, //净重 "totalMoney": 18, //总金额 "customerId": "13", "mineName": "特拉不拉", //煤矿 "vehicleNumber": 1, //车数 "variteyName": "末煤(一)",//物资 "varPrice": 8, //物资单价 "customerName": "温家梁三号" //客户 }, { "mineCode": "2", "netWeight": 14.5, "totalMoney": 145, "customerId": "4", "mineName": "特拉不拉", "vehicleNumber": 1, "variteyName": "末煤(一)", "varPrice": 10, "customerName": "石圪台" }, { "mineCode": "2", "netWeight": 21.7, "totalMoney": 217, "customerId": "10000020191230002", "mineName": "特拉不拉", "vehicleNumber": 2, "variteyName": "末煤(一)", "varPrice": 10, "customerName": "宁夏梓恒有限公司" }, { "mineCode": "2", "netWeight": 4, "totalMoney": 22, "customerId": "10000020191230002", "mineName": "特拉不拉", "vehicleNumber": 1, "variteyName": "末煤(一)", "varPrice": 8, "customerName": "宁夏梓恒有限公司" } ], "total": 0 }