查询员工报账单列表
GET
/ext/getUserReimbursementForm查询用户报账单据列表
请求参数
Query 参数
appId
string
签名所用的应用ID
timestamp
string
签名所用的时间戳
sig
string
签名
userId
integer
用户id
phone
string
用户手机号
status
integer
报销状态
page
integer
当前页
pageSize
integer
每页显示的记录数量
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
状态码
data
array [object {27}]
结果集
applicant
string
报账申请人
显示在报账单中的申请人名字
applyCode
string
审批单号
applyStatus
integer
报账状态
avatarUrl
string
可选
certificate
null
凭证
createTime
string
创建时间
creator
object
创建者
hasRedSpot
boolean
可选
headUrl
string
头像
instanceId
string
可选
invoiceList
array [object {21}]
报账明细
modelId
integer
单据类型
name
string
提交人名称
nickName
string
可选
preTax
integer
税前金额
qrString
string
可选
recordingInfo
object
入账公司
remark
string
备注
sheetNumber
string
单号
tax
integer
税额
templateName
string
模板名称
title
string
单据标题
topicImage
string
报账单主题图
totalAmount
integer
总金额
updateTime
string
更新时间
uuid
string
报账单UUID
wfTime
object
审批流程时间
message
string
消息
示例
{
"code": 10000,
"data": [
{
"applicant": "某某",
"applyCode": "xxxxxxx",
"applyStatus": 9,
"avatarUrl": "https://xxxxxx",
"certificate": null,
"createTime": "2021-07-12 16:46:01",
"creator": {
"atpId": 0,
"company": "xxxxxxx",
"headUrl": "https://xxxxxxx",
"name": "xxxx",
"tel": "xxxxxx",
"title": "xxxxx",
"workNumber": "xxxxxx",
"uuid": "xxxxx"
},
"hasRedSpot": false,
"headUrl": "https://xxxxxx",
"instanceId": "0",
"invoiceList": [
{
"applyMoney": 79,
"applyStatus": 9,
"costTag": "办公用品",
"costTagId": 9678160,
"costTagImg": "https://xxxxxxxxx",
"createTime": "2021-06-06 12:54:41",
"creator": "xxxxxx",
"externalUUID": "xxxxxx",
"feeFlag": 0,
"images": [
"https://xxxxxxxxx"
],
"invoiceDate": "2021-02-02 00:00:00",
"invoiceSource": "notocr",
"invoiceType": "invoiceEleNormal",
"invoice_no": "76185114",
"money": 79,
"remark": "",
"taxAmount": 9.09,
"taxRate": null,
"tel": null,
"updateTime": "2021-07-12 17:01:58",
"uuid": "xxxx"
}
],
"modelId": 1,
"name": "xxxxx",
"nickName": "xxxxxx",
"preTax": 3063,
"qrString": "https://xxxxxxxx",
"recordingInfo": {
"company": "某某公司",
"companyId": 0,
"department": "某某部门",
"project": "某某项目"
},
"remark": "某某事由",
"sheetNumber": "xxxxx",
"tax": 0,
"templateName": "xxx",
"title": "某某差旅报销标题",
"topicImage": "/wbz/images/banner.png",
"totalAmount": 3063,
"updateTime": "2021-07-12 17:01:58",
"uuid": "xxxx",
"wfTime": {
"endTime": "2021-07-12 16:57:56",
"paymentTime": "2021-07-12 17:01:59",
"reviewTime": "2021-07-12 16:59:23",
"submitTime": "2021-07-12 16:56:59"
}
}
],
"message": "成功"
}
最后修改时间: 4 个月前