文档
测试

运费结算主表查询

POST
http://localhost:8080/app/freightsettlement/getFreightSettlementList

接口描述

暂缓

请求参数

参数名
类型
描述
必填
arrive
string
运往地(单位)
必填
transportId
string
承运单位 (运输公司)
必填
startDate
Date
查询开始时间
必填
endDate
Date
查询开始时间
必填
pageNo
int
当前页
必填
pageSize
int
页数
必填

响应参数

参数名
类型
描述
必填
total
number
示例:1
必填
success
boolean
示例:true
必填
list
array
数据列表
必填
id
string
示例:100000120200320001
必填
createBy
object
数据字典
必填
id
string
示例:1
必填
delFlag
string
示例:0
必填
name
string
示例:李云龙
必填
loginFlag
string
示例:1
必填
admin
boolean
示例:true
必填
roleNames
string
示例:
必填
createDate
string
示例:2020-03-20 10:31:35
必填
updateBy
object
数据字典
必填
id
string
示例:1
必填
delFlag
string
示例:0
必填
name
string
示例:李云龙
必填
loginFlag
string
示例:1
必填
admin
boolean
示例:true
必填
roleNames
string
示例:
必填
updateDate
string
示例:2020-03-20 10:31:35
必填
delFlag
string
示例:0
必填
billdate
string
示例:2020-03-20
必填
transportid
string
示例:4
必填
submitter
object
数据字典
必填
id
string
示例:1
必填
delFlag
string
示例:0
必填
name
string
示例:李云龙
必填
loginFlag
string
示例:1
必填
admin
boolean
示例:true
必填
roleNames
string
示例:
必填
submitunit
object
数据字典
必填
id
string
示例:3
必填
delFlag
string
示例:0
必填
name
string
示例:集团销售部门
必填
sort
number
示例:30
必填
hasChildren
boolean
示例:false
必填
type
string
示例:2
必填
parentId
string
示例:0
必填
arrivestation
object
数据字典
必填
id
string
示例:4
必填
delFlag
string
示例:0
必填
name
string
示例:石圪台
必填
sort
number
示例:30
必填
hasChildren
boolean
示例:false
必填
type
string
示例:2
必填
parentId
string
示例:0
必填
totalnumber
number
示例:14
必填
carnumber
number
示例:1
必填
dmoney
string
示例:壹佰陆拾陆元整
必填
xmoney
number
示例:166
必填
ncupflag
string
示例:0
必填
freightsettlementsubList
array
数据列表
必填
id
string
示例:1
必填
createBy
object
数据字典
必填
id
string
示例:1
必填
delFlag
string
示例:0
必填
loginFlag
string
示例:1
必填
admin
boolean
示例:true
必填
roleNames
string
示例:
必填
createDate
string
示例:2020-03-20 10:31:35
必填
updateBy
object
数据字典
必填
id
string
示例:1
必填
delFlag
string
示例:0
必填
loginFlag
string
示例:1
必填
admin
boolean
示例:true
必填
roleNames
string
示例:
必填
updateDate
string
示例:2020-03-20 10:31:35
必填
delFlag
string
示例:0
必填
mainid
object
数据字典
必填
id
string
示例:100000120200320001
必填
delFlag
string
示例:0
必填
totalnumber
number
示例:0
必填
carnumber
number
示例:0
必填
xmoney
number
示例:0
必填
ncupflag
string
示例:0
必填
minecode
object
数据字典
必填
id
string
示例:2
必填
delFlag
string
示例:0
必填
name
string
示例:特拉不拉
必填
sort
number
示例:30
必填
hasChildren
boolean
示例:false
必填
type
string
示例:2
必填
parentId
string
示例:0
必填
factoryid
string
示例:1
必填
freightprice
number
示例:12
必填
number
number
示例:14
必填
amountmoney
number
示例:168
必填
actualPayment
number
示例:166
必填
deductAmount
number
示例:2
必填
carnumber
number
示例:1
必填
startdate
string
示例:2020-03-18
必填
enddate
string
示例:2020-03-20
必填
factoryname
string
示例:踩坑
必填
transportName
string
示例:安能物流
必填

说明 / 示例

{ "total": 1, "success": true, "list": [ { "id": "100000120200320001", "createBy": { "id": "1", "delFlag": "0", "name": "李云龙", "loginFlag": "1", "admin": true, "roleNames": "" }, "createDate": "2020-03-20 10:31:35", "updateBy": { "id": "1", "delFlag": "0", "name": "李云龙", "loginFlag": "1", "admin": true, "roleNames": "" }, "updateDate": "2020-03-20 10:31:35", "delFlag": "0", "billdate": "2020-03-20",// 单据日期 "transportid": "4", "submitter": { "id": "1", "delFlag": "0", "name": "李云龙",// 单据提交人 "loginFlag": "1", "admin": true, "roleNames": "" }, "submitunit": { "id": "3", "delFlag": "0", "name": "集团销售部门",// 提交人单位 "sort": 30, "hasChildren": false, "type": "2", "parentId": "0" }, "arrivestation": { "id": "4", "delFlag": "0", "name": "石圪台",// 运往地 "sort": 30, "hasChildren": false, "type": "2", "parentId": "0" }, "totalnumber": 14,// 合计数量 "carnumber": 1,// 合计车数 "dmoney": "壹佰陆拾陆元整",// 合计金额大写 "xmoney": 166,// 合计金额小写 "ncupflag": "否",//上传标志 "transportName": "安能物流"// 承运单位 } ] }