37 lines
844 B
JSON
37 lines
844 B
JSON
|
|
{
|
||
|
|
"workflowName": "用车审批流程",
|
||
|
|
"workflowId": "<WORKFLOW_ID_INTERNAL_ONLY>",
|
||
|
|
"formId": "<FORM_ID_INTERNAL_ONLY>",
|
||
|
|
"mainFields": [
|
||
|
|
{
|
||
|
|
"title": "申请人",
|
||
|
|
"dataKey": "applicant",
|
||
|
|
"type": "Employee",
|
||
|
|
"required": "需确认",
|
||
|
|
"businessGroup": "申请信息"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"title": "申请部门",
|
||
|
|
"dataKey": "department",
|
||
|
|
"type": "Department",
|
||
|
|
"required": "需确认",
|
||
|
|
"businessGroup": "申请信息"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"title": "用车日期",
|
||
|
|
"dataKey": "vehicleDate",
|
||
|
|
"type": "Date",
|
||
|
|
"required": "需确认",
|
||
|
|
"businessGroup": "用车信息"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"title": "用车事由",
|
||
|
|
"dataKey": "reason",
|
||
|
|
"type": "TextArea",
|
||
|
|
"required": "需确认",
|
||
|
|
"businessGroup": "用车信息"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"detailTables": []
|
||
|
|
}
|