文档
测试

审批流-详情

POST
/BaAuditAction/get

请求参数

参数名
类型
描述
必填
powerid
int
权限ID
可选
id
int
审批流主键ID
必填

响应参数

参数名
类型
描述
必填
result
boolean
示例:true
必填
data
object
数据字典
必填
id
int
主键ID
必填
auditmoduleid
int
业务分类ID
必填
auditname
object
审批流名称
必填
auditversion
int
审批流版本号
必填
finalstatus
int
是否最新版 0否 1是
必填
publishstatus
int
是否发布 0否 1是
必填
publishtime
object
发布时间
必填
workdatestatus
int
是否工作日 0否 1是
必填
weekendstatus
int
是否周六日 0否 1是
必填
holidaystatus
int
是否节假日 0否 1是
必填
deletestatus
int
是否删除 0否 1是
必填
creatorid
object
创建人Id
必填
creatorname
object
创建人名称
必填
createtime
object
创建时间
必填
modifyid
object
最后更新人Id
必填
modifyname
object
最后更新人姓名
必填
modifytime
object
最后更新时间
必填
powerid
int
分级权限id
必填
applyuserList
array
审批使用人员列表
必填
auditid
int
审批流程id
必填
id
int
审批使用人员主键id
必填
usermobile
string
手机号
必填
deletestatus
int
是否删除 0否 1是
必填
userid
string
审批人员id
必填
userimgurl
object
审批人头像
必填
username
string
审批人员姓名
必填
applyorgList
array
审批适用部门列表
必填
auditid
int
审批流程id
必填
deptid
string
适用部门id
必填
id
int
审批适用部门表主键id
必填
deletestatus
int
是否删除 0否 1是
必填
deptinfo
string
部门信息
必填
deptname
string
适用部门名称
必填
nodeList
object
审批节点
必填
1
object
数据字典
必填
auditid
int
审批节点主键id
必填
nodetype
int
节点类型 1.创建 2.审批 3.结束
必填
holdtype
int
滞留类型 1天 2时 3分
必填
sendmsgstatus
int
是否开启消息提醒 0否 1是
必填
sendmsgtype
int
消息提醒类型 1 本地方法 2 回调地址
必填
sendmsgcontent
String
消息提醒类型 方法/回调内容
必填
nodestep
int
审核节点步骤,从1开始
必填
nodename
string
节点名称
必填
approvetype
int
节点审批规则 1.竞争 2.会签
必填
holdmsgstatus
int
是否开启滞留提醒 0否 1是
必填
holdnum
int
滞留数量
必填
holdmsgcontent
String
滞留信息 方法/回调内容
必填
holdmsgtype
int
滞留提醒类型 1 本地方法 2 回调地址.
必填
fieldcode
object
表单字段编码
必填
id
int
审批节点主键id
必填
deletestatus
int
是否删除 0否 1是
必填
choosetype
int
节点选择规则 1.单人 2.多人 3.所有人 4.自己 5.表单字段
必填
countersigntype
int
会签规则
必填
userList
array
审批人员
必填
id
int
审批人员主键id
必填
usermobile
object
用户手机号
必填
deletestatus
int
是否删除 0否 1是
必填
nodeid
int
节点id
必填
userid
string
人员id
必填
userimgurl
string
用户头像url
必填
userdeptname
string
部门名称
必填
username
string
人员姓名
必填
userdeptid
string
部门id
必填
powerList
array
审批权限设置
必填
powerconfigid
int
审批权限字典id
必填
openstatus
int
是否开启 0否 1是
必填
buttonname
string
按钮名称
必填
id
int
审批权限设置id
必填
deletestatus
int
是否删除 0否 1是
必填
backnodestep
int
回退的节点步骤
必填
nodeid
int
节点id
必填
roleList
array
审批角色
必填
roleid
int
审批角色id
必填
id
int
审批角色主键id
必填
deletestatus
int
是否删除 0否 1是
必填
nodeid
int
审批节点id
必填
nodestatus
String
节点状态
必填
message
string
示例:查询成功
必填

说明 / 示例

{ "result": true, "data": { "id": 1, "auditmoduleid": 1, "auditname": null, "auditversion": 1, "finalstatus": 0, "publishstatus": 0, "publishtime": null, "workdatestatus": 0, "weekendstatus": 0, "holidaystatus": 0, "deletestatus": 0, "creatorid": null, "creatorname": null, "createtime": null, "modifyid": null, "modifyname": null, "modifytime": null, "powerid": 1, "applyorgList": [], "applyuserList": [ { "auditid": 1, "id": 1, "usermobile": "18234035171", "deletestatus": 0, "userid": "1", "userimgurl": null, "username": "审批人1" }, { "auditid": 1, "id": 2, "usermobile": "18234035171", "deletestatus": 0, "userid": "1", "userimgurl": null, "username": "审批人2" } ], "nodeList": [ { "auditid": 1, "nodetype": 1, "nodestatus": null, "holdmsgtype": null, "holdtype": 2, "sendmsgstatus": 0, "sendmsgtype": null, "roleList": [], "nodestep": 1, "nodename": "发起节点", "sendmsgcontent": null, "approvetype": 1, "userList": [], "holdmsgstatus": 0, "holdmsgcontent": null, "holdnum": 1, "fieldcode": null, "id": 1, "deletestatus": 0, "choosetype": 1, "powerList": [ { "powerconfigid": 1, "openstatus": 1, "buttonname": "撤销", "id": 1, "deletestatus": 0, "backnodestep": 0, "nodeid": 1 } ], "countersigntype": 1 }, { "auditid": 1, "nodetype": 2, "nodestatus": null, "holdmsgtype": null, "holdtype": 3, "sendmsgstatus": 0, "sendmsgtype": null, "roleList": [ { "roleid": 1, "rolename": null, "id": 1, "deletestatus": 0, "nodeid": 2 }, { "roleid": 2, "rolename": null, "id": 2, "deletestatus": 0, "nodeid": 2 } ], "nodestep": 2, "nodename": "一级审批", "sendmsgcontent": null, "approvetype": 2, "userList": [ { "userdeptname": null, "id": 1, "usermobile": null, "deletestatus": 0, "nodeid": 2, "userid": "1", "userimgurl": null, "username": "测试人员", "userdeptid": null }, { "userdeptname": null, "id": 2, "usermobile": null, "deletestatus": 0, "nodeid": 2, "userid": "2", "userimgurl": null, "username": "测试人员", "userdeptid": null }, { "userdeptname": null, "id": 3, "usermobile": null, "deletestatus": 0, "nodeid": 2, "userid": "3", "userimgurl": null, "username": "测试人员", "userdeptid": null } ], "holdmsgstatus": 1, "holdmsgcontent": null, "holdnum": 2, "fieldcode": null, "id": 2, "deletestatus": 0, "choosetype": 2, "powerList": [ { "powerconfigid": 2, "openstatus": 1, "buttonname": "确认", "id": 2, "deletestatus": 0, "backnodestep": 0, "nodeid": 2 }, { "powerconfigid": 3, "openstatus": 1, "buttonname": "转审", "id": 3, "deletestatus": 0, "backnodestep": 0, "nodeid": 2 }, { "powerconfigid": 4, "openstatus": 1, "buttonname": "回退", "id": 4, "deletestatus": 0, "backnodestep": 1, "nodeid": 2 }, { "powerconfigid": 5, "openstatus": 1, "buttonname": "取回", "id": 5, "deletestatus": 0, "backnodestep": 0, "nodeid": 2 }, { "powerconfigid": 6, "openstatus": 1, "buttonname": "暂停", "id": 6, "deletestatus": 0, "backnodestep": 0, "nodeid": 2 } ], "countersigntype": 2 }, { "auditid": 1, "nodetype": 2, "nodestatus": null, "holdmsgtype": null, "holdtype": 2, "sendmsgstatus": 0, "sendmsgtype": null, "roleList": [ { "roleid": 1, "rolename": null, "id": 3, "deletestatus": 0, "nodeid": 3 } ], "nodestep": 3, "nodename": "二级审批", "sendmsgcontent": null, "approvetype": 2, "userList": [ { "userdeptname": null, "id": 4, "usermobile": null, "deletestatus": 0, "nodeid": 3, "userid": "1", "userimgurl": null, "username": "测试人员", "userdeptid": null }, { "userdeptname": null, "id": 5, "usermobile": null, "deletestatus": 0, "nodeid": 3, "userid": "2", "userimgurl": null, "username": "测试人员", "userdeptid": null }, { "userdeptname": null, "id": 6, "usermobile": null, "deletestatus": 0, "nodeid": 3, "userid": "3", "userimgurl": null, "username": "测试人员", "userdeptid": null } ], "holdmsgstatus": 1, "holdmsgcontent": null, "holdnum": 3, "fieldcode": null, "id": 3, "deletestatus": 0, "choosetype": 2, "powerList": [ { "powerconfigid": 2, "openstatus": 1, "buttonname": "确认", "id": 7, "deletestatus": 0, "backnodestep": 0, "nodeid": 3 }, { "powerconfigid": 3, "openstatus": 1, "buttonname": "转审", "id": 8, "deletestatus": 0, "backnodestep": 0, "nodeid": 3 }, { "powerconfigid": 4, "openstatus": 1, "buttonname": "回退", "id": 9, "deletestatus": 0, "backnodestep": 2, "nodeid": 3 }, { "powerconfigid": 5, "openstatus": 1, "buttonname": "取回", "id": 10, "deletestatus": 0, "backnodestep": 0, "nodeid": 3 }, { "powerconfigid": 6, "openstatus": 1, "buttonname": "暂停", "id": 11, "deletestatus": 0, "backnodestep": 0, "nodeid": 3 } ], "countersigntype": 1 }, { "auditid": 1, "nodetype": 2, "nodestatus": null, "holdmsgtype": null, "holdtype": 3, "sendmsgstatus": 0, "sendmsgtype": null, "roleList": [ { "roleid": 1, "rolename": null, "id": 4, "deletestatus": 0, "nodeid": 4 } ], "nodestep": 4, "nodename": "三级审批", "sendmsgcontent": null, "approvetype": 1, "userList": [ { "userdeptname": null, "id": 7, "usermobile": null, "deletestatus": 0, "nodeid": 4, "userid": "1", "userimgurl": null, "username": "测试人员", "userdeptid": null }, { "userdeptname": null, "id": 8, "usermobile": null, "deletestatus": 0, "nodeid": 4, "userid": "2", "userimgurl": null, "username": "测试人员", "userdeptid": null }, { "userdeptname": null, "id": 9, "usermobile": null, "deletestatus": 0, "nodeid": 4, "userid": "3", "userimgurl": null, "username": "测试人员", "userdeptid": null } ], "holdmsgstatus": 1, "holdmsgcontent": null, "holdnum": 4, "fieldcode": null, "id": 4, "deletestatus": 0, "choosetype": 4, "powerList": [ { "powerconfigid": 2, "openstatus": 1, "buttonname": "确认", "id": 12, "deletestatus": 0, "backnodestep": 0, "nodeid": 4 }, { "powerconfigid": 3, "openstatus": 1, "buttonname": "转审", "id": 13, "deletestatus": 0, "backnodestep": 0, "nodeid": 4 }, { "powerconfigid": 4, "openstatus": 1, "buttonname": "回退", "id": 14, "deletestatus": 0, "backnodestep": 3, "nodeid": 4 }, { "powerconfigid": 5, "openstatus": 1, "buttonname": "取回", "id": 15, "deletestatus": 0, "backnodestep": 0, "nodeid": 4 }, { "powerconfigid": 6, "openstatus": 1, "buttonname": "暂停", "id": 16, "deletestatus": 0, "backnodestep": 0, "nodeid": 4 } ], "countersigntype": 1 }, { "auditid": 1, "nodetype": 3, "nodestatus": null, "holdmsgtype": null, "holdtype": 3, "sendmsgstatus": 0, "sendmsgtype": null, "roleList": [ { "roleid": 2, "rolename": null, "id": 5, "deletestatus": 0, "nodeid": 5 } ], "nodestep": 5, "nodename": "审批结束", "sendmsgcontent": null, "approvetype": 1, "userList": [ { "userdeptname": null, "id": 10, "usermobile": null, "deletestatus": 0, "nodeid": 5, "userid": "1", "userimgurl": null, "username": "测试人员", "userdeptid": null }, { "userdeptname": null, "id": 11, "usermobile": null, "deletestatus": 0, "nodeid": 5, "userid": "2", "userimgurl": null, "username": "测试人员", "userdeptid": null }, { "userdeptname": null, "id": 12, "usermobile": null, "deletestatus": 0, "nodeid": 5, "userid": "3", "userimgurl": null, "username": "测试人员", "userdeptid": null }, { "userdeptname": "", "id": 13, "usermobile": "", "deletestatus": 0, "nodeid": 5, "userid": "4", "userimgurl": "", "username": "测试人员", "userdeptid": "" } ], "holdmsgstatus": 1, "holdmsgcontent": null, "holdnum": 5, "fieldcode": null, "id": 5, "deletestatus": 0, "choosetype": 2, "powerList": [ { "powerconfigid": 7, "openstatus": 1, "buttonname": "终止", "id": 17, "deletestatus": 0, "backnodestep": 0, "nodeid": 5 }, { "powerconfigid": 8, "openstatus": 1, "buttonname": "回退", "id": 18, "deletestatus": 0, "backnodestep": 4, "nodeid": 5 }, { "powerconfigid": 9, "openstatus": 1, "buttonname": "转审", "id": 19, "deletestatus": 0, "backnodestep": 0, "nodeid": 5 }, { "powerconfigid": 10, "openstatus": 1, "buttonname": "暂停", "id": 20, "deletestatus": 0, "backnodestep": 0, "nodeid": 5 } ], "countersigntype": 1 } ] }, "message": "查询成功" }