文档
测试

采购派车查询

POST
http://localhost:8080/app/dispatch/getBuyDispatchList

请求参数

参数名
类型
描述
必填
customerId
string
客户
必填
minecode
string
单位
必填
supplycode
string
供货单位
必填
transportId
string
运输公司
必填
vehicleNo
string
车号
必填
startDate
string
示例:2020/01/15 00:00:00
必填
endDate
string
示例:2020/04/15 00:00:00
必填
dispatchFlag
string
流程标志 0:已派车 1:已过毛重 2:已完成
必填
pageNo
number
当前页
必填
pageSize
number
页数
必填

响应参数

参数名
类型
描述
必填
total
number
示例:1
必填
success
boolean
示例:true
必填
list
array
数据列表
必填
id
string
示例:CG10000012003200031
必填
remarks
string
示例:
必填
createBy
object
数据字典
必填
id
string
示例:1
必填
delFlag
string
示例:0
必填
loginFlag
string
示例:1
必填
roleNames
string
示例:
必填
admin
boolean
示例:true
必填
createDate
string
示例:2020-03-20 09:17:10
必填
updateBy
object
数据字典
必填
id
string
示例:1
必填
delFlag
string
示例:0
必填
loginFlag
string
示例:1
必填
roleNames
string
示例:
必填
admin
boolean
示例:true
必填
updateDate
string
示例:2020-03-20 09:17:10
必填
delFlag
string
示例:0
必填
planno
string
示例:100000120200320001
必填
mineCode
object
数据字典
必填
id
string
示例:6
必填
delFlag
string
示例:0
必填
name
string
示例:巴图塔集装站
必填
sort
number
示例:30
必填
hasChildren
boolean
示例:false
必填
type
string
示例:2
必填
parentId
string
示例:0
必填
vehicleno
string
示例:贵K12345
必填
transitcom
object
数据字典
必填
id
string
示例:5
必填
delFlag
string
示例:0
必填
name
string
示例:通达运输公司
必填
custno
object
数据字典
必填
id
string
示例:2
必填
delFlag
string
示例:0
必填
custName
string
示例:特拉不拉
必填
varno
object
数据字典
必填
id
string
示例:100020191230003
必填
delFlag
string
示例:0
必填
vname
string
示例:三号加工煤踩坑
必填
supplyCode
object
数据字典
必填
id
string
示例:2
必填
delFlag
string
示例:0
必填
name
string
示例:特拉不拉
必填
sort
number
示例:30
必填
hasChildren
boolean
示例:false
必填
type
string
示例:2
必填
parentId
string
示例:0
必填
bourn
object
数据字典
必填
id
string
示例:6
必填
delFlag
string
示例:0
必填
name
string
示例:内蒙古自治区
必填
sort
number
示例:30
必填
hasChildren
boolean
示例:false
必填
parentId
string
示例:0
必填
factoryno
string
示例:1
必填
factoryName
string
示例:踩坑
必填
factorynoMine
string
示例:14
必填
factoryMineName
string
示例:巴图塔集装站
必填
processFlag
string
示例:已派车
必填
source
string
示例:0
必填
dispatchType
string
示例:1
必填
dispatchTypeName
string
示例:内部派车
必填
preloading
number
示例:10
必填
dirver
object
数据字典
必填
id
string
示例:张超
必填
delFlag
string
示例:0
必填
tareweight
number
示例:0
必填
weightlimit
number
示例:0
必填
saleDispatchNo
string
示例:XS10000012003200054
必填
tareWeight
number
示例:0
必填
grossWeight
number
示例:0
必填
netWeight
number
示例:0
必填
validTime
string
示例:2020-03-21 09:17:10
必填

说明 / 示例

{ "total": 1, "success": true, "list": [ { "id": "CG10000012003200031",//派车编号 "remarks": "", "createBy": { "id": "1", "delFlag": "0", "loginFlag": "1", "roleNames": "", "admin": true }, "createDate": "2020-03-20 09:17:10", "updateBy": { "id": "1", "delFlag": "0", "loginFlag": "1", "roleNames": "", "admin": true }, "updateDate": "2020-03-20 09:17:10", "delFlag": "0", "planno": "100000120200320001",// 计划编号 "mineCode": { "id": "6", "delFlag": "0", "name": "巴图塔集装站",// 采购单位 "sort": 30, "hasChildren": false, "type": "2", "parentId": "0" }, "vehicleno": "贵K12345",// 车号 "transitcom": { "id": "5", "delFlag": "0", "name": "通达运输公司"// 运输公司 }, "custno": { "id": "2", "delFlag": "0", "custName": "特拉不拉" //供货商/单位 }, "varno": { "id": "100020191230003", "delFlag": "0", "vname": "三号加工煤踩坑"// 物资 }, "supplyCode": { "id": "2", "delFlag": "0", "name": "特拉不拉", "sort": 30, "hasChildren": false, "type": "2", "parentId": "0" }, "bourn": { "id": "6", "delFlag": "0", "name": "内蒙古自治区",// 运往地 "sort": 30, "hasChildren": false, "parentId": "0" }, "factoryno": "1", "factoryName": "踩坑",//供货厂区 "factorynoMine": "14", "factoryMineName": "巴图塔集装站",//采购厂区 "processFlag": "已派车",//流程标志 "source": "PC手工录入",//派车来源 "dispatchType": "1", "dispatchTypeName": "内部派车",//派车类型 "preloading": 10,//原发量(吨) "dirver": { "id": "张超", "delFlag": "0", "tareweight": 0, "weightlimit": 0 }, "saleDispatchNo": "XS10000012003200054", "tareWeight": 0, "grossWeight": 0, "netWeight": 0, "validTime": "2020-03-21 09:17:10"//有效截止日期 } ] }