文档
测试

查询报销单详情

GET
http://121.40.203.111:8146/v2/expenses/fromInfo

请求参数

参数名
类型
描述
必填
fromId
int
报销单id 示例 :12
必填

响应参数

参数名
类型
描述
必填
memberName
string
用户名字 示例:徐峥
必填
deptName
string
部门名称 示例:null
必填
travelFromResp
object
差旅费
必填
fromJoinList
array
住宿费列表表 示例:null
必填
fromMailList
array
邮寄费列表 示例:null
必填
fromServerList
array
招待费列表 示例:null
必填
fromTrafficList
array
交通费列表 示例:null
必填
fromTravelList
array
差旅费列表 数据列表
必填
id
int
示例:79
必填
taskId
string
示例:202002025076
必填
taskName
string
示例:中移互联网公司星和权益合作落地
必填
startOff
string
示例:武汉
必填
endOff
string
示例:广州
必填
startOfftime
int
示例:1590314400
必填
vehicle
string
示例:{"name":"火车","value":"n2"}
必填
seats
string
示例:gg
必填
amount
string
示例:500
必填
info
object
示例:null
必填
createTime
int
示例:1597201047
必填
fromInfoId
int
示例:275
必填
fromWorkList
array
办公费列表 数据列表
必填
id
int
示例:14
必填
taskId
string
示例:202002025002
必填
taskName
string
示例:部门管理
必填
workName
string
示例:nnnnn
必填
buyDate
int
示例:1597201020000
必填
norms
string
示例:nn
必填
number
int
示例:22
必填
amount
string
示例:2255
必填
purpose
string
示例:bhhhh
必填
fromInfoId
int
示例:280
必填
createTime
int
示例:1597201131
必填
fromServerList
array
招待费列表 示例:null
必填
fromTrafficList
array
交通费列表 示例:null
必填
fromMailList
array
邮寄费列表 示例:null
必填
fromWorkList
array
办公费列表
必填
id
int
办公费表主键id 示例:14
必填
taskId
string
任务id 示例:202002025002
必填
taskName
string
任务名字 示例:部门管理
必填
workName
string
办公用品名称 示例:nnnnn
必填
buyDate
int
购买日期 示例:1597201020000
必填
norms
string
规格 示例:nn
必填
number
int
数量 示例:22
必填
amount
string
报销金额 示例:2255
必填
purpose
string
用途 示例:bhhhh
必填
fromInfoId
int
示例:280
必填
createTime
int
创建时间 示例:1597201131
必填
totalAmount
string
合计金额 示例:0
必填

说明 / 示例

``` { "flag": true, "code": "1000", "data": { "memberName": "徐峥", "deptName": null, "travelFromResp": { "fromJoinList": null, "fromMailList": null, "fromServerList": null, "fromTrafficList": null, "fromTravelList": [ { "id": 79, "taskId": "202002025076", "taskName": "中移互联网公司星和权益合作落地", "startOff": "武汉", "endOff": "广州", "startOfftime": 1590314400, "vehicle": "火车", "seats": "gg", "amount": "500", "info": null, "createTime": 1597201047, "fromInfoId": 275 }, { "id": 80, "taskId": "202002025076", "taskName": "中移互联网公司星和权益合作落地", "startOff": "广州", "endOff": "武汉", "startOfftime": 1590660000, "vehicle": "火车", "seats": "hhh", "amount": "500", "info": null, "createTime": 1597201047, "fromInfoId": 275 }, { "id": 81, "taskId": "20200325005", "taskName": "贵州星和权益SP业务合作落地", "startOff": "武汉", "endOff": "贵阳", "startOfftime": 1589169600, "vehicle": "飞机", "seats": null, "amount": null, "info": null, "createTime": 1597201047, "fromInfoId": 276 }, { "id": 82, "taskId": "20200325005", "taskName": "贵州星和权益SP业务合作落地", "startOff": "贵阳", "endOff": "广州", "startOfftime": 1589324400, "vehicle": "飞机", "seats": null, "amount": null, "info": null, "createTime": 1597201047, "fromInfoId": 277 }, { "id": 83, "taskId": "20200325005", "taskName": "贵州星和权益SP业务合作落地", "startOff": "广州", "endOff": "深圳", "startOfftime": 1589414400, "vehicle": "{\"name\":\"火车\",\"value\":\"n2\"}", "seats": null, "amount": null, "info": null, "createTime": 1597201047, "fromInfoId": 278 }, { "id": 84, "taskId": "20200325005", "taskName": "贵州星和权益SP业务合作落地", "startOff": "深圳", "endOff": "武汉", "startOfftime": 1589446800, "vehicle": "{\"name\":\"火车\",\"value\":\"n2\"}", "seats": null, "amount": null, "info": null, "createTime": 1597201047, "fromInfoId": 279 } ], "fromWorkList": [ { "id": 14, "taskId": "202002025002", "taskName": "部门管理", "workName": "nnnnn", "buyDate": 1597201020000, "norms": "nn", "number": 22, "amount": "2255", "purpose": "bhhhh", "fromInfoId": 280, "createTime": 1597201131 } ] }, "fromServerList": null, "fromTrafficList": null, "fromMailList": null, "fromWorkList": [ { "id": 14, "taskId": "202002025002", "taskName": "部门管理", "workName": "nnnnn", "buyDate": 1597201020000, "norms": "nn", "number": 22, "amount": "2255", "purpose": "bhhhh", "fromInfoId": 280, "createTime": 1597201131 } ], "totalAmount": "0" }, "message": "成功" } ```