-
- 当前模板排行信息
周排行
月排行
季度排行
年度排行
案例文章
推荐的的流程模板
请稍后...
Code
1169
钉钉(自建应用)审批流程结束,在畅捷通T+Cloud自动创建费用单
<p>当业务人员在钉钉(自建应用)提交的费用审批通过时,畅捷通T+会自动创建费用单,并将钉钉审批单中的费用明细数据自动同步至费用单内。</p>
zh-Hans
2022-06-28T03:49:11.000Z
2022-06-28T03:49:11.000Z
2022-12-15T10:01:15.000Z
el4061lf
当业务人员在钉钉(自建应用)提交的费用审批通过时,畅捷通T+会自动创建费用单,并将钉钉审批单中的费用明细数据自动同步至费用单内。
anyone
b4ZHquHTmjEc
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": 1547,
"desc": "创建费用单",
"note": null
}
]
1
{
"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": [
{
"label": "单据日期",
"key": "VoucherDate",
"required": true,
"type": "string"
},
{
"label": "外部单据号",
"key": "ExternalCode",
"required": true,
"type": "string"
},
{
"key": "BusinessType",
"label": "业务类型",
"required": true,
"type": "obj",
"items": [
{
"key": "Code",
"label": "业务类型编码",
"required": true,
"type": "string",
"dropdown": true,
"choices": [
{
"key": "37",
"label": "往来费用"
},
{
"key": "38",
"label": "现金费用"
}
]
}
]
},
{
"key": "billType",
"label": "票据类型",
"required": true,
"type": "obj",
"items": [
{
"key": "code",
"label": "票据类型编码",
"required": true,
"type": "string",
"dropdown": true,
"choices": [
{
"key": "00",
"label": "运费发票"
},
{
"key": "01",
"label": "专用发票"
},
{
"key": "02",
"label": "收据"
},
{
"key": "03",
"label": "普通发票-内含"
},
{
"key": "04",
"label": "普通发票"
}
]
}
]
},
{
"key": "Partner",
"label": "往来单位",
"required": false,
"type": "obj",
"items": [
{
"key": "Code",
"label": "单位编码",
"required": false,
"type": "string",
"help_txt": "当业务类型为“往来费用”时必填"
}
]
},
{
"key": "Person",
"label": "员工编码",
"required": false,
"type": "obj",
"items": [
{
"key": "code",
"label": "编码",
"required": false,
"type": "string",
"dropdown": true,
"choices": [
{
"key": false,
"label": "openToken已失效"
}
]
}
]
},
{
"key": "Project",
"label": "项目",
"required": false,
"type": "obj",
"items": [
{
"key": "Code",
"label": "项目编码",
"required": false,
"type": "string",
"dropdown": false,
"choices": []
}
]
},
{
"key": "Department",
"label": "部门信息",
"required": false,
"type": "obj",
"items": [
{
"key": "code",
"label": "部门编码",
"required": false,
"type": "string"
}
]
},
{
"key": "Currency",
"label": "币种编码",
"required": false,
"type": "obj",
"items": [
{
"key": "code",
"label": "编码值",
"required": false,
"type": "string",
"help_txt": "如果为空,则以T+系统中当前的本币为默认值,否则请指定所用币种的编码code,该编码也必须是T+系统中存在的"
}
]
},
{
"label": "汇率",
"key": "ExchangeRate",
"required": false,
"type": "string",
"help_txt": "如果为空,则以T+系统本币的汇率为默认值"
},
{
"label": "备注",
"key": "Memo",
"required": false,
"type": "string"
},
{
"label": "现结金额明细",
"key": "MultiSettles",
"required": false,
"type": "group",
"items": [
{
"key": "SettleStyle",
"label": "结算方式编码",
"required": true,
"type": "obj",
"items": [
{
"key": "code",
"label": "编码",
"required": false,
"type": "string"
}
]
},
{
"key": "BankAccount",
"label": "账户信息",
"required": false,
"type": "obj",
"items": [
{
"key": "Name",
"label": "账户名称",
"required": false,
"type": "string"
}
]
},
{
"key": "OrigAmount",
"label": "收入金额",
"required": false,
"type": "number"
}
]
},
{
"label": "费用单明细",
"key": "Details",
"required": true,
"type": "group",
"items": [
{
"key": "expenseitem",
"label": "费用信息",
"required": false,
"type": "obj",
"items": [
{
"key": "code",
"label": "费用编码",
"required": true,
"type": "string"
},
{
"key": "name",
"label": "费用名称",
"required": true,
"type": "string"
}
]
},
{
"key": "Project",
"label": "项目信息",
"required": false,
"type": "obj",
"items": [
{
"key": "Code",
"label": "项目编码",
"required": false,
"type": "string"
}
]
},
{
"label": "税率",
"key": "TaxRate",
"required": false,
"type": "string"
},
{
"label": "金额",
"key": "OrigAmount",
"required": false,
"type": "string"
},
{
"label": "税额",
"key": "OrigTax",
"required": false,
"type": "string"
},
{
"label": "含税金额",
"key": "OrigTaxAmount",
"required": false,
"type": "string"
},
{
"label": "用途",
"key": "expenseItemUse",
"required": false,
"type": "string"
}
]
}
]
}
[]
[]
[
{
"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": 1304,
"key": null,
"published_at": "2022-03-24T11:34:32.000Z",
"created_at": "2022-03-24T11:34:32.000Z",
"updated_at": "2022-03-24T11:34:32.000Z",
"action_id": "1547",
"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
1169
钉钉(自建应用)审批流程结束,在畅捷通T+Cloud自动创建费用单
<p>当业务人员在钉钉(自建应用)提交的费用审批通过时,畅捷通T+会自动创建费用单,并将钉钉审批单中的费用明细数据自动同步至费用单内。</p>
zh-Hans
2022-06-28T03:49:11.000Z
2022-06-28T03:49:11.000Z
2022-12-15T10:01:15.000Z
el4061lf
当业务人员在钉钉(自建应用)提交的费用审批通过时,畅捷通T+会自动创建费用单,并将钉钉审批单中的费用明细数据自动同步至费用单内。
anyone
b4ZHquHTmjEc
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": 1547,
"desc": "创建费用单",
"note": null
}
]
1
{
"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": [
{
"label": "单据日期",
"key": "VoucherDate",
"required": true,
"type": "string"
},
{
"label": "外部单据号",
"key": "ExternalCode",
"required": true,
"type": "string"
},
{
"key": "BusinessType",
"label": "业务类型",
"required": true,
"type": "obj",
"items": [
{
"key": "Code",
"label": "业务类型编码",
"required": true,
"type": "string",
"dropdown": true,
"choices": [
{
"key": "37",
"label": "往来费用"
},
{
"key": "38",
"label": "现金费用"
}
]
}
]
},
{
"key": "billType",
"label": "票据类型",
"required": true,
"type": "obj",
"items": [
{
"key": "code",
"label": "票据类型编码",
"required": true,
"type": "string",
"dropdown": true,
"choices": [
{
"key": "00",
"label": "运费发票"
},
{
"key": "01",
"label": "专用发票"
},
{
"key": "02",
"label": "收据"
},
{
"key": "03",
"label": "普通发票-内含"
},
{
"key": "04",
"label": "普通发票"
}
]
}
]
},
{
"key": "Partner",
"label": "往来单位",
"required": false,
"type": "obj",
"items": [
{
"key": "Code",
"label": "单位编码",
"required": false,
"type": "string",
"help_txt": "当业务类型为“往来费用”时必填"
}
]
},
{
"key": "Person",
"label": "员工编码",
"required": false,
"type": "obj",
"items": [
{
"key": "code",
"label": "编码",
"required": false,
"type": "string",
"dropdown": true,
"choices": [
{
"key": false,
"label": "openToken已失效"
}
]
}
]
},
{
"key": "Project",
"label": "项目",
"required": false,
"type": "obj",
"items": [
{
"key": "Code",
"label": "项目编码",
"required": false,
"type": "string",
"dropdown": false,
"choices": []
}
]
},
{
"key": "Department",
"label": "部门信息",
"required": false,
"type": "obj",
"items": [
{
"key": "code",
"label": "部门编码",
"required": false,
"type": "string"
}
]
},
{
"key": "Currency",
"label": "币种编码",
"required": false,
"type": "obj",
"items": [
{
"key": "code",
"label": "编码值",
"required": false,
"type": "string",
"help_txt": "如果为空,则以T+系统中当前的本币为默认值,否则请指定所用币种的编码code,该编码也必须是T+系统中存在的"
}
]
},
{
"label": "汇率",
"key": "ExchangeRate",
"required": false,
"type": "string",
"help_txt": "如果为空,则以T+系统本币的汇率为默认值"
},
{
"label": "备注",
"key": "Memo",
"required": false,
"type": "string"
},
{
"label": "现结金额明细",
"key": "MultiSettles",
"required": false,
"type": "group",
"items": [
{
"key": "SettleStyle",
"label": "结算方式编码",
"required": true,
"type": "obj",
"items": [
{
"key": "code",
"label": "编码",
"required": false,
"type": "string"
}
]
},
{
"key": "BankAccount",
"label": "账户信息",
"required": false,
"type": "obj",
"items": [
{
"key": "Name",
"label": "账户名称",
"required": false,
"type": "string"
}
]
},
{
"key": "OrigAmount",
"label": "收入金额",
"required": false,
"type": "number"
}
]
},
{
"label": "费用单明细",
"key": "Details",
"required": true,
"type": "group",
"items": [
{
"key": "expenseitem",
"label": "费用信息",
"required": false,
"type": "obj",
"items": [
{
"key": "code",
"label": "费用编码",
"required": true,
"type": "string"
},
{
"key": "name",
"label": "费用名称",
"required": true,
"type": "string"
}
]
},
{
"key": "Project",
"label": "项目信息",
"required": false,
"type": "obj",
"items": [
{
"key": "Code",
"label": "项目编码",
"required": false,
"type": "string"
}
]
},
{
"label": "税率",
"key": "TaxRate",
"required": false,
"type": "string"
},
{
"label": "金额",
"key": "OrigAmount",
"required": false,
"type": "string"
},
{
"label": "税额",
"key": "OrigTax",
"required": false,
"type": "string"
},
{
"label": "含税金额",
"key": "OrigTaxAmount",
"required": false,
"type": "string"
},
{
"label": "用途",
"key": "expenseItemUse",
"required": false,
"type": "string"
}
]
}
]
}
[]
[]
[
{
"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": 1304,
"key": null,
"published_at": "2022-03-24T11:34:32.000Z",
"created_at": "2022-03-24T11:34:32.000Z",
"updated_at": "2022-03-24T11:34:32.000Z",
"action_id": "1547",
"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
1169
钉钉(自建应用)审批流程结束,在畅捷通T+Cloud自动创建费用单
<p>当业务人员在钉钉(自建应用)提交的费用审批通过时,畅捷通T+会自动创建费用单,并将钉钉审批单中的费用明细数据自动同步至费用单内。</p>
zh-Hans
2022-06-28T03:49:11.000Z
2022-06-28T03:49:11.000Z
2022-12-15T10:01:15.000Z
el4061lf
当业务人员在钉钉(自建应用)提交的费用审批通过时,畅捷通T+会自动创建费用单,并将钉钉审批单中的费用明细数据自动同步至费用单内。
anyone
b4ZHquHTmjEc
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": 1547,
"desc": "创建费用单",
"note": null
}
]
1
{
"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": [
{
"label": "单据日期",
"key": "VoucherDate",
"required": true,
"type": "string"
},
{
"label": "外部单据号",
"key": "ExternalCode",
"required": true,
"type": "string"
},
{
"key": "BusinessType",
"label": "业务类型",
"required": true,
"type": "obj",
"items": [
{
"key": "Code",
"label": "业务类型编码",
"required": true,
"type": "string",
"dropdown": true,
"choices": [
{
"key": "37",
"label": "往来费用"
},
{
"key": "38",
"label": "现金费用"
}
]
}
]
},
{
"key": "billType",
"label": "票据类型",
"required": true,
"type": "obj",
"items": [
{
"key": "code",
"label": "票据类型编码",
"required": true,
"type": "string",
"dropdown": true,
"choices": [
{
"key": "00",
"label": "运费发票"
},
{
"key": "01",
"label": "专用发票"
},
{
"key": "02",
"label": "收据"
},
{
"key": "03",
"label": "普通发票-内含"
},
{
"key": "04",
"label": "普通发票"
}
]
}
]
},
{
"key": "Partner",
"label": "往来单位",
"required": false,
"type": "obj",
"items": [
{
"key": "Code",
"label": "单位编码",
"required": false,
"type": "string",
"help_txt": "当业务类型为“往来费用”时必填"
}
]
},
{
"key": "Person",
"label": "员工编码",
"required": false,
"type": "obj",
"items": [
{
"key": "code",
"label": "编码",
"required": false,
"type": "string",
"dropdown": true,
"choices": [
{
"key": false,
"label": "openToken已失效"
}
]
}
]
},
{
"key": "Project",
"label": "项目",
"required": false,
"type": "obj",
"items": [
{
"key": "Code",
"label": "项目编码",
"required": false,
"type": "string",
"dropdown": false,
"choices": []
}
]
},
{
"key": "Department",
"label": "部门信息",
"required": false,
"type": "obj",
"items": [
{
"key": "code",
"label": "部门编码",
"required": false,
"type": "string"
}
]
},
{
"key": "Currency",
"label": "币种编码",
"required": false,
"type": "obj",
"items": [
{
"key": "code",
"label": "编码值",
"required": false,
"type": "string",
"help_txt": "如果为空,则以T+系统中当前的本币为默认值,否则请指定所用币种的编码code,该编码也必须是T+系统中存在的"
}
]
},
{
"label": "汇率",
"key": "ExchangeRate",
"required": false,
"type": "string",
"help_txt": "如果为空,则以T+系统本币的汇率为默认值"
},
{
"label": "备注",
"key": "Memo",
"required": false,
"type": "string"
},
{
"label": "现结金额明细",
"key": "MultiSettles",
"required": false,
"type": "group",
"items": [
{
"key": "SettleStyle",
"label": "结算方式编码",
"required": true,
"type": "obj",
"items": [
{
"key": "code",
"label": "编码",
"required": false,
"type": "string"
}
]
},
{
"key": "BankAccount",
"label": "账户信息",
"required": false,
"type": "obj",
"items": [
{
"key": "Name",
"label": "账户名称",
"required": false,
"type": "string"
}
]
},
{
"key": "OrigAmount",
"label": "收入金额",
"required": false,
"type": "number"
}
]
},
{
"label": "费用单明细",
"key": "Details",
"required": true,
"type": "group",
"items": [
{
"key": "expenseitem",
"label": "费用信息",
"required": false,
"type": "obj",
"items": [
{
"key": "code",
"label": "费用编码",
"required": true,
"type": "string"
},
{
"key": "name",
"label": "费用名称",
"required": true,
"type": "string"
}
]
},
{
"key": "Project",
"label": "项目信息",
"required": false,
"type": "obj",
"items": [
{
"key": "Code",
"label": "项目编码",
"required": false,
"type": "string"
}
]
},
{
"label": "税率",
"key": "TaxRate",
"required": false,
"type": "string"
},
{
"label": "金额",
"key": "OrigAmount",
"required": false,
"type": "string"
},
{
"label": "税额",
"key": "OrigTax",
"required": false,
"type": "string"
},
{
"label": "含税金额",
"key": "OrigTaxAmount",
"required": false,
"type": "string"
},
{
"label": "用途",
"key": "expenseItemUse",
"required": false,
"type": "string"
}
]
}
]
}
[]
[]
[
{
"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": 1304,
"key": null,
"published_at": "2022-03-24T11:34:32.000Z",
"created_at": "2022-03-24T11:34:32.000Z",
"updated_at": "2022-03-24T11:34:32.000Z",
"action_id": "1547",
"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
1169
钉钉(自建应用)审批流程结束,在畅捷通T+Cloud自动创建费用单
<p>当业务人员在钉钉(自建应用)提交的费用审批通过时,畅捷通T+会自动创建费用单,并将钉钉审批单中的费用明细数据自动同步至费用单内。</p>
zh-Hans
2022-06-28T03:49:11.000Z
2022-06-28T03:49:11.000Z
2022-12-15T10:01:15.000Z
el4061lf
当业务人员在钉钉(自建应用)提交的费用审批通过时,畅捷通T+会自动创建费用单,并将钉钉审批单中的费用明细数据自动同步至费用单内。
anyone
b4ZHquHTmjEc
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": 1547,
"desc": "创建费用单",
"note": null
}
]
1
{
"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": [
{
"label": "单据日期",
"key": "VoucherDate",
"required": true,
"type": "string"
},
{
"label": "外部单据号",
"key": "ExternalCode",
"required": true,
"type": "string"
},
{
"key": "BusinessType",
"label": "业务类型",
"required": true,
"type": "obj",
"items": [
{
"key": "Code",
"label": "业务类型编码",
"required": true,
"type": "string",
"dropdown": true,
"choices": [
{
"key": "37",
"label": "往来费用"
},
{
"key": "38",
"label": "现金费用"
}
]
}
]
},
{
"key": "billType",
"label": "票据类型",
"required": true,
"type": "obj",
"items": [
{
"key": "code",
"label": "票据类型编码",
"required": true,
"type": "string",
"dropdown": true,
"choices": [
{
"key": "00",
"label": "运费发票"
},
{
"key": "01",
"label": "专用发票"
},
{
"key": "02",
"label": "收据"
},
{
"key": "03",
"label": "普通发票-内含"
},
{
"key": "04",
"label": "普通发票"
}
]
}
]
},
{
"key": "Partner",
"label": "往来单位",
"required": false,
"type": "obj",
"items": [
{
"key": "Code",
"label": "单位编码",
"required": false,
"type": "string",
"help_txt": "当业务类型为“往来费用”时必填"
}
]
},
{
"key": "Person",
"label": "员工编码",
"required": false,
"type": "obj",
"items": [
{
"key": "code",
"label": "编码",
"required": false,
"type": "string",
"dropdown": true,
"choices": [
{
"key": false,
"label": "openToken已失效"
}
]
}
]
},
{
"key": "Project",
"label": "项目",
"required": false,
"type": "obj",
"items": [
{
"key": "Code",
"label": "项目编码",
"required": false,
"type": "string",
"dropdown": false,
"choices": []
}
]
},
{
"key": "Department",
"label": "部门信息",
"required": false,
"type": "obj",
"items": [
{
"key": "code",
"label": "部门编码",
"required": false,
"type": "string"
}
]
},
{
"key": "Currency",
"label": "币种编码",
"required": false,
"type": "obj",
"items": [
{
"key": "code",
"label": "编码值",
"required": false,
"type": "string",
"help_txt": "如果为空,则以T+系统中当前的本币为默认值,否则请指定所用币种的编码code,该编码也必须是T+系统中存在的"
}
]
},
{
"label": "汇率",
"key": "ExchangeRate",
"required": false,
"type": "string",
"help_txt": "如果为空,则以T+系统本币的汇率为默认值"
},
{
"label": "备注",
"key": "Memo",
"required": false,
"type": "string"
},
{
"label": "现结金额明细",
"key": "MultiSettles",
"required": false,
"type": "group",
"items": [
{
"key": "SettleStyle",
"label": "结算方式编码",
"required": true,
"type": "obj",
"items": [
{
"key": "code",
"label": "编码",
"required": false,
"type": "string"
}
]
},
{
"key": "BankAccount",
"label": "账户信息",
"required": false,
"type": "obj",
"items": [
{
"key": "Name",
"label": "账户名称",
"required": false,
"type": "string"
}
]
},
{
"key": "OrigAmount",
"label": "收入金额",
"required": false,
"type": "number"
}
]
},
{
"label": "费用单明细",
"key": "Details",
"required": true,
"type": "group",
"items": [
{
"key": "expenseitem",
"label": "费用信息",
"required": false,
"type": "obj",
"items": [
{
"key": "code",
"label": "费用编码",
"required": true,
"type": "string"
},
{
"key": "name",
"label": "费用名称",
"required": true,
"type": "string"
}
]
},
{
"key": "Project",
"label": "项目信息",
"required": false,
"type": "obj",
"items": [
{
"key": "Code",
"label": "项目编码",
"required": false,
"type": "string"
}
]
},
{
"label": "税率",
"key": "TaxRate",
"required": false,
"type": "string"
},
{
"label": "金额",
"key": "OrigAmount",
"required": false,
"type": "string"
},
{
"label": "税额",
"key": "OrigTax",
"required": false,
"type": "string"
},
{
"label": "含税金额",
"key": "OrigTaxAmount",
"required": false,
"type": "string"
},
{
"label": "用途",
"key": "expenseItemUse",
"required": false,
"type": "string"
}
]
}
]
}
[]
[]
[
{
"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": 1304,
"key": null,
"published_at": "2022-03-24T11:34:32.000Z",
"created_at": "2022-03-24T11:34:32.000Z",
"updated_at": "2022-03-24T11:34:32.000Z",
"action_id": "1547",
"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