-
- 当前模板排行信息
周排行
月排行
季度排行
年度排行
案例文章
推荐的的流程模板
请稍后...
Code
1078
钉钉(自建应用)有费用单审批通过时,畅捷通T+Cloud自动生成凭证
<p>业务人员通过钉钉提交报销、请款等费用单据审批,审批通过后此单据会自动同步至畅捷通T+生成凭证,节省了财务人员手动录入的时间成本。</p>
zh-Hans
2022-06-13T03:23:48.000Z
2022-06-13T03:23:48.000Z
2023-08-26T02:25:55.000Z
el4061lf
业务人员通过钉钉提交报销、请款等费用单据审批,审批通过后此单据会自动同步至畅捷通T+生成凭证,节省了财务人员手动录入的时间成本。
anyone
Or6TAeFfTngo
official
pc1265
passed
孙浩
el4061lf
孙浩
[
{
"app_id": 69,
"action_type": "1",
"sort": "1",
"action_id": 395,
"desc": "当审批流程结束时",
"note": null
},
{
"app_id": 69,
"action_type": "2",
"sort": "2",
"action_id": 406,
"desc": "根据审批实例ID查询审批实例详情",
"note": null
},
{
"app_id": 145,
"action_type": "2",
"sort": "3",
"action_id": 1993,
"desc": "创建新的财务凭证",
"note": null
}
]
6
true
1.5
{
"1": [],
"2": [
{
"key": "process_instance_id",
"label": "审批实例ID",
"type": "string",
"required": true,
"help_txt": "可以从触发动作中或者执行动作获取审批实例ID列表中获取"
},
{
"key": "is_file",
"label": "是否获取审批中的附件",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "true",
"label": "是"
},
{
"key": "false",
"label": "否"
}
],
"help_txt": "获取审批实例中的附件,并提供附件的下载链接。附件在平台最多保存30天,评论中上传的附件暂时不支持获取下载链接",
"defaulttext": "true"
}
],
"3": [
{
"key": "ExternalCode",
"label": "外部编码",
"required": true,
"help_txt": "字符长度需要小<0",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "DocType",
"label": "凭证基础信息",
"required": true,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "凭证字",
"required": true,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Name",
"label": "凭证类别名称",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
}
]
},
{
"key": "VoucherDate",
"label": "制单日期",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "IsModifiedCode",
"label": "是否修改编号",
"required": false,
"help_txt": "手工编码时必录",
"type": "boolean",
"dropdown": false,
"choices": []
},
{
"key": "AttachedVoucherNum",
"label": "附单据数",
"required": false,
"help_txt": "数字0-9999之间",
"type": "number",
"dropdown": false,
"choices": []
},
{
"key": "Memo",
"label": "备注",
"required": false,
"help_txt": "字符串长度<50",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Entrys",
"label": "凭证详情",
"required": true,
"help_txt": "",
"type": "group",
"dropdown": false,
"items": [
{
"key": "Summary",
"label": "摘要",
"required": false,
"help_txt": "字符串长度需<200",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Account",
"label": "科目档案",
"required": true,
"help_txt": "必须是末级科目",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "科目编号"
}
]
},
{
"key": "ExchangeRate",
"label": "汇率",
"required": true,
"help_txt": "科目启用外币核算必填,否则默认1",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Currency",
"label": "货币",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "货币编码",
"help_txt": "举例:RMB"
}
]
},
{
"key": "AmountCr",
"label": "贷方本币",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "QuantityCr",
"label": "贷方数量",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "AmountDr",
"label": "借方本币",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "QuantityDr",
"label": "借方数量",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Price",
"label": "单价",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Unit",
"label": "计量单位",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "计量单位编码"
}
]
}
]
},
{
"key": "AuxInfos",
"label": "辅助核算项",
"required": false,
"help_txt": "",
"type": "group",
"dropdown": false,
"items": [
{
"key": "Clerk",
"label": "业务员",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "业务员编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "结算方式",
"label": "结算方式",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "结算方式编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "BankAccount",
"label": "账号",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "账号编",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccDepartment",
"label": "部门",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "部门编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccInventory",
"label": "存货",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "存货编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccProject",
"label": "项目",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "项目编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccPerson",
"label": "个人(员工)",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "个人(员工)编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccCustomer",
"label": "客户(往来单位)",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "客户(往来单位)编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "BillNo",
"label": "票据号",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false
},
{
"key": "BillDate",
"label": "票据日期",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false
},
{
"key": "ExAuxAcc1",
"label": "扩展辅助项1",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "扩展辅助项1编码",
"help_txt": "举例: 01"
}
]
}
]
}
]
}
[]
[]
[
{
"id": 25,
"name": "钉钉(自建应用)",
"description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>",
"popular": 216,
"published_at": "2021-10-25T03:01:37.000Z",
"created_at": "2021-10-25T03:01:35.000Z",
"updated_at": "2023-01-28T09:03:31.000Z",
"app_id": "69",
"category": "Teamwork",
"locale": "zh-Hans",
"short_description": "阿里协同OA系统",
"available": true,
"appid": null,
"website": "https://www.dingtalk.com",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1811,
"name": "Dingding.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "Dingding_ac75c3cf81",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 9.4,
"url": "/uploads/Dingding_ac75c3cf81.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-26T02:46:50.000Z",
"updated_at": "2022-01-26T02:46:50.000Z"
}
},
{
"id": 108,
"name": "畅捷通T+Cloud",
"description": "<p>T+Cloud是畅捷通ERP产品T+的云端升级版,通过PC/手机端随时随地管理财务、进销存、批量订货、生产管理、多门店经营等企业常见需求,轻松打通企业管理“人财货客”全链条。</p>",
"popular": 190,
"published_at": "2021-10-25T08:50:23.000Z",
"created_at": "2021-10-25T08:50:20.000Z",
"updated_at": "2022-07-26T11:08:05.000Z",
"app_id": "145",
"category": "ERP",
"locale": "zh-Hans",
"short_description": "财务报销系统",
"available": true,
"appid": null,
"website": "https://www.chanjet.com/",
"video": null,
"videos": 23,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1916,
"name": "tcloud.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "tcloud_4fc78310fe",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 145.91,
"url": "/uploads/tcloud_4fc78310fe.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-28T10:00:02.000Z",
"updated_at": "2022-01-28T10:00:02.000Z"
}
}
]
[
{
"id": 8,
"name": "财务ERP",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:44.000Z",
"created_at": "2022-05-20T08:13:35.000Z",
"updated_at": "2022-05-30T07:29:44.000Z",
"sort": 4
},
{
"id": 5,
"name": "办公协同",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:32.000Z",
"created_at": "2022-05-20T08:12:53.000Z",
"updated_at": "2022-05-30T07:29:32.000Z",
"sort": 8
}
]
[
{
"id": 2059,
"key": null,
"published_at": "2022-06-09T11:45:19.000Z",
"created_at": "2022-06-09T11:45:19.000Z",
"updated_at": "2022-06-09T11:45:19.000Z",
"action_id": "1993",
"action_name": "创建凭证",
"error": null,
"description": "创建新的财务凭证",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 357,
"key": null,
"published_at": "2021-11-29T09:59:07.000Z",
"created_at": "2021-11-29T09:59:05.000Z",
"updated_at": "2022-06-29T06:51:54.000Z",
"action_id": "395",
"action_name": "当审批流程结束时",
"error": null,
"description": "当钉钉(自建应用)有审批流程结束时,触发流程",
"action_type": "trigger",
"app": null,
"template": null
},
{
"id": 366,
"key": null,
"published_at": "2021-11-29T10:03:55.000Z",
"created_at": "2021-11-29T10:03:53.000Z",
"updated_at": "2021-11-29T10:03:55.000Z",
"action_id": "406",
"action_name": "查询审批实例详情",
"error": null,
"description": "钉钉(自建应用)查询审批实例详情",
"action_type": "action",
"app": null,
"template": null
}
]
[]
[]
100+
100+
100+
100+
72
Msg
1078
钉钉(自建应用)有费用单审批通过时,畅捷通T+Cloud自动生成凭证
<p>业务人员通过钉钉提交报销、请款等费用单据审批,审批通过后此单据会自动同步至畅捷通T+生成凭证,节省了财务人员手动录入的时间成本。</p>
zh-Hans
2022-06-13T03:23:48.000Z
2022-06-13T03:23:48.000Z
2023-08-26T02:25:55.000Z
el4061lf
业务人员通过钉钉提交报销、请款等费用单据审批,审批通过后此单据会自动同步至畅捷通T+生成凭证,节省了财务人员手动录入的时间成本。
anyone
Or6TAeFfTngo
official
pc1265
passed
孙浩
el4061lf
孙浩
[
{
"app_id": 69,
"action_type": "1",
"sort": "1",
"action_id": 395,
"desc": "当审批流程结束时",
"note": null
},
{
"app_id": 69,
"action_type": "2",
"sort": "2",
"action_id": 406,
"desc": "根据审批实例ID查询审批实例详情",
"note": null
},
{
"app_id": 145,
"action_type": "2",
"sort": "3",
"action_id": 1993,
"desc": "创建新的财务凭证",
"note": null
}
]
6
true
1.5
{
"1": [],
"2": [
{
"key": "process_instance_id",
"label": "审批实例ID",
"type": "string",
"required": true,
"help_txt": "可以从触发动作中或者执行动作获取审批实例ID列表中获取"
},
{
"key": "is_file",
"label": "是否获取审批中的附件",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "true",
"label": "是"
},
{
"key": "false",
"label": "否"
}
],
"help_txt": "获取审批实例中的附件,并提供附件的下载链接。附件在平台最多保存30天,评论中上传的附件暂时不支持获取下载链接",
"defaulttext": "true"
}
],
"3": [
{
"key": "ExternalCode",
"label": "外部编码",
"required": true,
"help_txt": "字符长度需要小<0",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "DocType",
"label": "凭证基础信息",
"required": true,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "凭证字",
"required": true,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Name",
"label": "凭证类别名称",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
}
]
},
{
"key": "VoucherDate",
"label": "制单日期",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "IsModifiedCode",
"label": "是否修改编号",
"required": false,
"help_txt": "手工编码时必录",
"type": "boolean",
"dropdown": false,
"choices": []
},
{
"key": "AttachedVoucherNum",
"label": "附单据数",
"required": false,
"help_txt": "数字0-9999之间",
"type": "number",
"dropdown": false,
"choices": []
},
{
"key": "Memo",
"label": "备注",
"required": false,
"help_txt": "字符串长度<50",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Entrys",
"label": "凭证详情",
"required": true,
"help_txt": "",
"type": "group",
"dropdown": false,
"items": [
{
"key": "Summary",
"label": "摘要",
"required": false,
"help_txt": "字符串长度需<200",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Account",
"label": "科目档案",
"required": true,
"help_txt": "必须是末级科目",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "科目编号"
}
]
},
{
"key": "ExchangeRate",
"label": "汇率",
"required": true,
"help_txt": "科目启用外币核算必填,否则默认1",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Currency",
"label": "货币",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "货币编码",
"help_txt": "举例:RMB"
}
]
},
{
"key": "AmountCr",
"label": "贷方本币",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "QuantityCr",
"label": "贷方数量",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "AmountDr",
"label": "借方本币",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "QuantityDr",
"label": "借方数量",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Price",
"label": "单价",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Unit",
"label": "计量单位",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "计量单位编码"
}
]
}
]
},
{
"key": "AuxInfos",
"label": "辅助核算项",
"required": false,
"help_txt": "",
"type": "group",
"dropdown": false,
"items": [
{
"key": "Clerk",
"label": "业务员",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "业务员编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "结算方式",
"label": "结算方式",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "结算方式编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "BankAccount",
"label": "账号",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "账号编",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccDepartment",
"label": "部门",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "部门编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccInventory",
"label": "存货",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "存货编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccProject",
"label": "项目",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "项目编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccPerson",
"label": "个人(员工)",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "个人(员工)编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccCustomer",
"label": "客户(往来单位)",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "客户(往来单位)编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "BillNo",
"label": "票据号",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false
},
{
"key": "BillDate",
"label": "票据日期",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false
},
{
"key": "ExAuxAcc1",
"label": "扩展辅助项1",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "扩展辅助项1编码",
"help_txt": "举例: 01"
}
]
}
]
}
]
}
[]
[]
[
{
"id": 25,
"name": "钉钉(自建应用)",
"description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>",
"popular": 216,
"published_at": "2021-10-25T03:01:37.000Z",
"created_at": "2021-10-25T03:01:35.000Z",
"updated_at": "2023-01-28T09:03:31.000Z",
"app_id": "69",
"category": "Teamwork",
"locale": "zh-Hans",
"short_description": "阿里协同OA系统",
"available": true,
"appid": null,
"website": "https://www.dingtalk.com",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1811,
"name": "Dingding.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "Dingding_ac75c3cf81",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 9.4,
"url": "/uploads/Dingding_ac75c3cf81.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-26T02:46:50.000Z",
"updated_at": "2022-01-26T02:46:50.000Z"
}
},
{
"id": 108,
"name": "畅捷通T+Cloud",
"description": "<p>T+Cloud是畅捷通ERP产品T+的云端升级版,通过PC/手机端随时随地管理财务、进销存、批量订货、生产管理、多门店经营等企业常见需求,轻松打通企业管理“人财货客”全链条。</p>",
"popular": 190,
"published_at": "2021-10-25T08:50:23.000Z",
"created_at": "2021-10-25T08:50:20.000Z",
"updated_at": "2022-07-26T11:08:05.000Z",
"app_id": "145",
"category": "ERP",
"locale": "zh-Hans",
"short_description": "财务报销系统",
"available": true,
"appid": null,
"website": "https://www.chanjet.com/",
"video": null,
"videos": 23,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1916,
"name": "tcloud.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "tcloud_4fc78310fe",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 145.91,
"url": "/uploads/tcloud_4fc78310fe.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-28T10:00:02.000Z",
"updated_at": "2022-01-28T10:00:02.000Z"
}
}
]
[
{
"id": 8,
"name": "财务ERP",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:44.000Z",
"created_at": "2022-05-20T08:13:35.000Z",
"updated_at": "2022-05-30T07:29:44.000Z",
"sort": 4
},
{
"id": 5,
"name": "办公协同",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:32.000Z",
"created_at": "2022-05-20T08:12:53.000Z",
"updated_at": "2022-05-30T07:29:32.000Z",
"sort": 8
}
]
[
{
"id": 2059,
"key": null,
"published_at": "2022-06-09T11:45:19.000Z",
"created_at": "2022-06-09T11:45:19.000Z",
"updated_at": "2022-06-09T11:45:19.000Z",
"action_id": "1993",
"action_name": "创建凭证",
"error": null,
"description": "创建新的财务凭证",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 357,
"key": null,
"published_at": "2021-11-29T09:59:07.000Z",
"created_at": "2021-11-29T09:59:05.000Z",
"updated_at": "2022-06-29T06:51:54.000Z",
"action_id": "395",
"action_name": "当审批流程结束时",
"error": null,
"description": "当钉钉(自建应用)有审批流程结束时,触发流程",
"action_type": "trigger",
"app": null,
"template": null
},
{
"id": 366,
"key": null,
"published_at": "2021-11-29T10:03:55.000Z",
"created_at": "2021-11-29T10:03:53.000Z",
"updated_at": "2021-11-29T10:03:55.000Z",
"action_id": "406",
"action_name": "查询审批实例详情",
"error": null,
"description": "钉钉(自建应用)查询审批实例详情",
"action_type": "action",
"app": null,
"template": null
}
]
[]
[]
100+
100+
100+
100+
72
Data
1078
钉钉(自建应用)有费用单审批通过时,畅捷通T+Cloud自动生成凭证
<p>业务人员通过钉钉提交报销、请款等费用单据审批,审批通过后此单据会自动同步至畅捷通T+生成凭证,节省了财务人员手动录入的时间成本。</p>
zh-Hans
2022-06-13T03:23:48.000Z
2022-06-13T03:23:48.000Z
2023-08-26T02:25:55.000Z
el4061lf
业务人员通过钉钉提交报销、请款等费用单据审批,审批通过后此单据会自动同步至畅捷通T+生成凭证,节省了财务人员手动录入的时间成本。
anyone
Or6TAeFfTngo
official
pc1265
passed
孙浩
el4061lf
孙浩
[
{
"app_id": 69,
"action_type": "1",
"sort": "1",
"action_id": 395,
"desc": "当审批流程结束时",
"note": null
},
{
"app_id": 69,
"action_type": "2",
"sort": "2",
"action_id": 406,
"desc": "根据审批实例ID查询审批实例详情",
"note": null
},
{
"app_id": 145,
"action_type": "2",
"sort": "3",
"action_id": 1993,
"desc": "创建新的财务凭证",
"note": null
}
]
6
true
1.5
{
"1": [],
"2": [
{
"key": "process_instance_id",
"label": "审批实例ID",
"type": "string",
"required": true,
"help_txt": "可以从触发动作中或者执行动作获取审批实例ID列表中获取"
},
{
"key": "is_file",
"label": "是否获取审批中的附件",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "true",
"label": "是"
},
{
"key": "false",
"label": "否"
}
],
"help_txt": "获取审批实例中的附件,并提供附件的下载链接。附件在平台最多保存30天,评论中上传的附件暂时不支持获取下载链接",
"defaulttext": "true"
}
],
"3": [
{
"key": "ExternalCode",
"label": "外部编码",
"required": true,
"help_txt": "字符长度需要小<0",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "DocType",
"label": "凭证基础信息",
"required": true,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "凭证字",
"required": true,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Name",
"label": "凭证类别名称",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
}
]
},
{
"key": "VoucherDate",
"label": "制单日期",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "IsModifiedCode",
"label": "是否修改编号",
"required": false,
"help_txt": "手工编码时必录",
"type": "boolean",
"dropdown": false,
"choices": []
},
{
"key": "AttachedVoucherNum",
"label": "附单据数",
"required": false,
"help_txt": "数字0-9999之间",
"type": "number",
"dropdown": false,
"choices": []
},
{
"key": "Memo",
"label": "备注",
"required": false,
"help_txt": "字符串长度<50",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Entrys",
"label": "凭证详情",
"required": true,
"help_txt": "",
"type": "group",
"dropdown": false,
"items": [
{
"key": "Summary",
"label": "摘要",
"required": false,
"help_txt": "字符串长度需<200",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Account",
"label": "科目档案",
"required": true,
"help_txt": "必须是末级科目",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "科目编号"
}
]
},
{
"key": "ExchangeRate",
"label": "汇率",
"required": true,
"help_txt": "科目启用外币核算必填,否则默认1",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Currency",
"label": "货币",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "货币编码",
"help_txt": "举例:RMB"
}
]
},
{
"key": "AmountCr",
"label": "贷方本币",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "QuantityCr",
"label": "贷方数量",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "AmountDr",
"label": "借方本币",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "QuantityDr",
"label": "借方数量",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Price",
"label": "单价",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Unit",
"label": "计量单位",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "计量单位编码"
}
]
}
]
},
{
"key": "AuxInfos",
"label": "辅助核算项",
"required": false,
"help_txt": "",
"type": "group",
"dropdown": false,
"items": [
{
"key": "Clerk",
"label": "业务员",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "业务员编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "结算方式",
"label": "结算方式",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "结算方式编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "BankAccount",
"label": "账号",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "账号编",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccDepartment",
"label": "部门",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "部门编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccInventory",
"label": "存货",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "存货编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccProject",
"label": "项目",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "项目编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccPerson",
"label": "个人(员工)",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "个人(员工)编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccCustomer",
"label": "客户(往来单位)",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "客户(往来单位)编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "BillNo",
"label": "票据号",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false
},
{
"key": "BillDate",
"label": "票据日期",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false
},
{
"key": "ExAuxAcc1",
"label": "扩展辅助项1",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "扩展辅助项1编码",
"help_txt": "举例: 01"
}
]
}
]
}
]
}
[]
[]
[
{
"id": 25,
"name": "钉钉(自建应用)",
"description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>",
"popular": 216,
"published_at": "2021-10-25T03:01:37.000Z",
"created_at": "2021-10-25T03:01:35.000Z",
"updated_at": "2023-01-28T09:03:31.000Z",
"app_id": "69",
"category": "Teamwork",
"locale": "zh-Hans",
"short_description": "阿里协同OA系统",
"available": true,
"appid": null,
"website": "https://www.dingtalk.com",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1811,
"name": "Dingding.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "Dingding_ac75c3cf81",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 9.4,
"url": "/uploads/Dingding_ac75c3cf81.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-26T02:46:50.000Z",
"updated_at": "2022-01-26T02:46:50.000Z"
}
},
{
"id": 108,
"name": "畅捷通T+Cloud",
"description": "<p>T+Cloud是畅捷通ERP产品T+的云端升级版,通过PC/手机端随时随地管理财务、进销存、批量订货、生产管理、多门店经营等企业常见需求,轻松打通企业管理“人财货客”全链条。</p>",
"popular": 190,
"published_at": "2021-10-25T08:50:23.000Z",
"created_at": "2021-10-25T08:50:20.000Z",
"updated_at": "2022-07-26T11:08:05.000Z",
"app_id": "145",
"category": "ERP",
"locale": "zh-Hans",
"short_description": "财务报销系统",
"available": true,
"appid": null,
"website": "https://www.chanjet.com/",
"video": null,
"videos": 23,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1916,
"name": "tcloud.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "tcloud_4fc78310fe",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 145.91,
"url": "/uploads/tcloud_4fc78310fe.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-28T10:00:02.000Z",
"updated_at": "2022-01-28T10:00:02.000Z"
}
}
]
[
{
"id": 8,
"name": "财务ERP",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:44.000Z",
"created_at": "2022-05-20T08:13:35.000Z",
"updated_at": "2022-05-30T07:29:44.000Z",
"sort": 4
},
{
"id": 5,
"name": "办公协同",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:32.000Z",
"created_at": "2022-05-20T08:12:53.000Z",
"updated_at": "2022-05-30T07:29:32.000Z",
"sort": 8
}
]
[
{
"id": 2059,
"key": null,
"published_at": "2022-06-09T11:45:19.000Z",
"created_at": "2022-06-09T11:45:19.000Z",
"updated_at": "2022-06-09T11:45:19.000Z",
"action_id": "1993",
"action_name": "创建凭证",
"error": null,
"description": "创建新的财务凭证",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 357,
"key": null,
"published_at": "2021-11-29T09:59:07.000Z",
"created_at": "2021-11-29T09:59:05.000Z",
"updated_at": "2022-06-29T06:51:54.000Z",
"action_id": "395",
"action_name": "当审批流程结束时",
"error": null,
"description": "当钉钉(自建应用)有审批流程结束时,触发流程",
"action_type": "trigger",
"app": null,
"template": null
},
{
"id": 366,
"key": null,
"published_at": "2021-11-29T10:03:55.000Z",
"created_at": "2021-11-29T10:03:53.000Z",
"updated_at": "2021-11-29T10:03:55.000Z",
"action_id": "406",
"action_name": "查询审批实例详情",
"error": null,
"description": "钉钉(自建应用)查询审批实例详情",
"action_type": "action",
"app": null,
"template": null
}
]
[]
[]
100+
100+
100+
100+
72
permission
1078
钉钉(自建应用)有费用单审批通过时,畅捷通T+Cloud自动生成凭证
<p>业务人员通过钉钉提交报销、请款等费用单据审批,审批通过后此单据会自动同步至畅捷通T+生成凭证,节省了财务人员手动录入的时间成本。</p>
zh-Hans
2022-06-13T03:23:48.000Z
2022-06-13T03:23:48.000Z
2023-08-26T02:25:55.000Z
el4061lf
业务人员通过钉钉提交报销、请款等费用单据审批,审批通过后此单据会自动同步至畅捷通T+生成凭证,节省了财务人员手动录入的时间成本。
anyone
Or6TAeFfTngo
official
pc1265
passed
孙浩
el4061lf
孙浩
[
{
"app_id": 69,
"action_type": "1",
"sort": "1",
"action_id": 395,
"desc": "当审批流程结束时",
"note": null
},
{
"app_id": 69,
"action_type": "2",
"sort": "2",
"action_id": 406,
"desc": "根据审批实例ID查询审批实例详情",
"note": null
},
{
"app_id": 145,
"action_type": "2",
"sort": "3",
"action_id": 1993,
"desc": "创建新的财务凭证",
"note": null
}
]
6
true
1.5
{
"1": [],
"2": [
{
"key": "process_instance_id",
"label": "审批实例ID",
"type": "string",
"required": true,
"help_txt": "可以从触发动作中或者执行动作获取审批实例ID列表中获取"
},
{
"key": "is_file",
"label": "是否获取审批中的附件",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "true",
"label": "是"
},
{
"key": "false",
"label": "否"
}
],
"help_txt": "获取审批实例中的附件,并提供附件的下载链接。附件在平台最多保存30天,评论中上传的附件暂时不支持获取下载链接",
"defaulttext": "true"
}
],
"3": [
{
"key": "ExternalCode",
"label": "外部编码",
"required": true,
"help_txt": "字符长度需要小<0",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "DocType",
"label": "凭证基础信息",
"required": true,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "凭证字",
"required": true,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Name",
"label": "凭证类别名称",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
}
]
},
{
"key": "VoucherDate",
"label": "制单日期",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "IsModifiedCode",
"label": "是否修改编号",
"required": false,
"help_txt": "手工编码时必录",
"type": "boolean",
"dropdown": false,
"choices": []
},
{
"key": "AttachedVoucherNum",
"label": "附单据数",
"required": false,
"help_txt": "数字0-9999之间",
"type": "number",
"dropdown": false,
"choices": []
},
{
"key": "Memo",
"label": "备注",
"required": false,
"help_txt": "字符串长度<50",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Entrys",
"label": "凭证详情",
"required": true,
"help_txt": "",
"type": "group",
"dropdown": false,
"items": [
{
"key": "Summary",
"label": "摘要",
"required": false,
"help_txt": "字符串长度需<200",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Account",
"label": "科目档案",
"required": true,
"help_txt": "必须是末级科目",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "科目编号"
}
]
},
{
"key": "ExchangeRate",
"label": "汇率",
"required": true,
"help_txt": "科目启用外币核算必填,否则默认1",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Currency",
"label": "货币",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "货币编码",
"help_txt": "举例:RMB"
}
]
},
{
"key": "AmountCr",
"label": "贷方本币",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "QuantityCr",
"label": "贷方数量",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "AmountDr",
"label": "借方本币",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "QuantityDr",
"label": "借方数量",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Price",
"label": "单价",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false,
"choices": []
},
{
"key": "Unit",
"label": "计量单位",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "计量单位编码"
}
]
}
]
},
{
"key": "AuxInfos",
"label": "辅助核算项",
"required": false,
"help_txt": "",
"type": "group",
"dropdown": false,
"items": [
{
"key": "Clerk",
"label": "业务员",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "业务员编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "结算方式",
"label": "结算方式",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "结算方式编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "BankAccount",
"label": "账号",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "账号编",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccDepartment",
"label": "部门",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "部门编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccInventory",
"label": "存货",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "存货编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccProject",
"label": "项目",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "项目编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccPerson",
"label": "个人(员工)",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "个人(员工)编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "AuxAccCustomer",
"label": "客户(往来单位)",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "客户(往来单位)编码",
"help_txt": "举例: 01"
}
]
},
{
"key": "BillNo",
"label": "票据号",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false
},
{
"key": "BillDate",
"label": "票据日期",
"required": false,
"help_txt": "",
"type": "string",
"dropdown": false
},
{
"key": "ExAuxAcc1",
"label": "扩展辅助项1",
"required": false,
"help_txt": "",
"type": "obj",
"dropdown": false,
"items": [
{
"key": "Code",
"label": "扩展辅助项1编码",
"help_txt": "举例: 01"
}
]
}
]
}
]
}
[]
[]
[
{
"id": 25,
"name": "钉钉(自建应用)",
"description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>",
"popular": 216,
"published_at": "2021-10-25T03:01:37.000Z",
"created_at": "2021-10-25T03:01:35.000Z",
"updated_at": "2023-01-28T09:03:31.000Z",
"app_id": "69",
"category": "Teamwork",
"locale": "zh-Hans",
"short_description": "阿里协同OA系统",
"available": true,
"appid": null,
"website": "https://www.dingtalk.com",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1811,
"name": "Dingding.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "Dingding_ac75c3cf81",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 9.4,
"url": "/uploads/Dingding_ac75c3cf81.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-26T02:46:50.000Z",
"updated_at": "2022-01-26T02:46:50.000Z"
}
},
{
"id": 108,
"name": "畅捷通T+Cloud",
"description": "<p>T+Cloud是畅捷通ERP产品T+的云端升级版,通过PC/手机端随时随地管理财务、进销存、批量订货、生产管理、多门店经营等企业常见需求,轻松打通企业管理“人财货客”全链条。</p>",
"popular": 190,
"published_at": "2021-10-25T08:50:23.000Z",
"created_at": "2021-10-25T08:50:20.000Z",
"updated_at": "2022-07-26T11:08:05.000Z",
"app_id": "145",
"category": "ERP",
"locale": "zh-Hans",
"short_description": "财务报销系统",
"available": true,
"appid": null,
"website": "https://www.chanjet.com/",
"video": null,
"videos": 23,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1916,
"name": "tcloud.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "tcloud_4fc78310fe",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 145.91,
"url": "/uploads/tcloud_4fc78310fe.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-28T10:00:02.000Z",
"updated_at": "2022-01-28T10:00:02.000Z"
}
}
]
[
{
"id": 8,
"name": "财务ERP",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:44.000Z",
"created_at": "2022-05-20T08:13:35.000Z",
"updated_at": "2022-05-30T07:29:44.000Z",
"sort": 4
},
{
"id": 5,
"name": "办公协同",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:32.000Z",
"created_at": "2022-05-20T08:12:53.000Z",
"updated_at": "2022-05-30T07:29:32.000Z",
"sort": 8
}
]
[
{
"id": 2059,
"key": null,
"published_at": "2022-06-09T11:45:19.000Z",
"created_at": "2022-06-09T11:45:19.000Z",
"updated_at": "2022-06-09T11:45:19.000Z",
"action_id": "1993",
"action_name": "创建凭证",
"error": null,
"description": "创建新的财务凭证",
"action_type": "action",
"app": null,
"template": null
},
{
"id": 357,
"key": null,
"published_at": "2021-11-29T09:59:07.000Z",
"created_at": "2021-11-29T09:59:05.000Z",
"updated_at": "2022-06-29T06:51:54.000Z",
"action_id": "395",
"action_name": "当审批流程结束时",
"error": null,
"description": "当钉钉(自建应用)有审批流程结束时,触发流程",
"action_type": "trigger",
"app": null,
"template": null
},
{
"id": 366,
"key": null,
"published_at": "2021-11-29T10:03:55.000Z",
"created_at": "2021-11-29T10:03:53.000Z",
"updated_at": "2021-11-29T10:03:55.000Z",
"action_id": "406",
"action_name": "查询审批实例详情",
"error": null,
"description": "钉钉(自建应用)查询审批实例详情",
"action_type": "action",
"app": null,
"template": null
}
]
[]
[]
100+
100+
100+
100+
72