liuqing01 于 2025/03/05 12:02 最后修改

从版本 3.5
liuqing01编辑
在2025/03/05 12:02上
修改评论: 该版本没有评论
到版本
yufei li编辑
在2024/10/22 09:33上
修改评论: 该版本没有评论

摘要

细节

页面属性
标题
... ... @@ -1,1 +1,1 @@
1 -5.06.02 Application scenarios
1 +5.6.2 应用场景
... ... @@ -1,1 +1,1 @@
1 -Egret Cloud Operation manual.5\. 设计应用.5\.6 流程.WebHome
1 +Main.5\. 设计应用.5\.6 流程.5\.6\.1 功能简介.WebHome
文档作者
... ... @@ -1,1 +1,1 @@
1 -XWiki.liuqing01
1 +XWiki.YufeiLi
内容
... ... @@ -1,30 +1,3 @@
1 -**A Sequential Form-Filling Scenario;** For Example, an Item Repair Process
1 + 多方按顺序填写场景,例如物品报修场景下,客服接到保修电话,记录了客户的姓名、地址等信息后,将表单提交给维修部主管;维修部主管收到表单数据后,指派工人去维修;工人上门维修后,记录维修的结果,将结果返回给主管;主管确认后,将表单数据提交回客服部;客服部收到表单数据后,对客户进行回访;从而完成一整个的报修工作流程。
2 2  
3 -1. (((
4 -**Customer Service Receives the Repair Request:**The customer service representative answers the repair call, records the customer's name, address, and other details, and submits the form to the maintenance supervisor.
5 -)))
6 -1. (((
7 -**Maintenance Supervisor Assigns the Task:**Upon receiving the form, the maintenance supervisor assigns a worker to perform the repair.
8 -)))
9 -1. (((
10 -**Worker Completes the Repair and Reports Back:**The worker visits the customer, completes the repair, records the results, and submits the updated form back to the supervisor.
11 -)))
12 -1. (((
13 -**Supervisor Confirms and Submits the Form:**The supervisor reviews and confirms the repair details, then forwards the form back to the customer service department.
14 -)))
15 -1. (((
16 -**Customer Service Conducts a Follow-Up:**The customer service team receives the form and conducts a follow-up with the customer to ensure satisfaction.
17 -)))
18 -1. (((
19 -**Workflow Completion:**This completes the entire repair workflow.
20 -)))
21 -
22 -
23 -**Scenarios Where Submitted Data Requires Review**;For example:
24 -
25 -1. (((
26 -**Leave Request:**When applying for leave, an employee fills out a leave request form with details such as the leave type, duration, and reason. The form is then submitted to their supervisor for approval.
27 -)))
28 -1. (((
29 -**Expense Reimbursement:**When submitting an expense reimbursement request, the employee provides details such as receipts and expense descriptions. The form requires approval from both their supervisor and the finance department.
30 -)))
3 + 提交数据需要审核的场景,例如请假时需要填写请假信息给上级审核,报销时除了需要上级审核之外还需要财务人员的审核。