> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-work/zh-hk/faq/approval-management/form-control-introduction.md).

# 表單控件说明

* 管理員可選擇系統提供的經典模板
* 若需自定表單，進入設置頁面後，系統提供多個控制與套件，方便管理員根據公司管理需求配置出適當的表單。

## 1.控件說明&#x20;

* 在表單設計頁面，點擊左側控件庫裡的控件，透過滑鼠拖拉，可將控件添加到表單裡，進行自訂設計；點擊表單裡的控件，則可在右側進行控件的相關設定。

【單行輸入框】 和 【多行輸入框】 控制在需要員工填寫說明情況時使用，例如填寫請假原因、報銷原因等，若為必填項可勾選 “必填”\
\
【數字輸入框】 當需要員工輸入數字時，可以使用該控件，例如購買某項產品的數量

【單選框】 當需要從預設的選項中選其一時，使用該控件，例如報銷類別，還可以進行選項關聯，滿足選擇不同的選項展現不同審批單內容的需求

【多選框】 當需要從預設的選項中多選時，使用該控件

【日期】 當需要輸入時間節點時，使用該控件

【日期區間】 當需要選擇時間範圍時，使用此控件\
\
【圖片】 在需要提交發票照片、病例證明等圖片時使用該控件，可開啟即時拍照，開啟後圖片上傳只能透過手機拍照方式，不能上傳本地圖片\
\
【附件】 當需要發起人上傳表格、PPT等文件內容時使用該控件

【金額（元）】 當需要填寫報銷、採購等相關金額內容時使用該控件\
\
【選擇部門】 當需要選擇部門時使用該控件，例如用章申請中的申請用章部門，可設定只能選擇一個部門或可同時選擇多個部門

【選擇員工】 當需要選擇員工時使用該控件，可設定只能選擇一員工或可同時選擇多個員工\
\
【關聯審批單】 可以將兩個獨立的審批單相互關聯起來，例如外出審批和報銷審批，指定關聯審批單類型即可

【目前地點】 當需要記錄發起人所在地點時使用該控件，在填寫核准單時系統會取得目前的地址\
\
【電話】 當需要員工填寫審核單時提供聯絡電話，可使用該控件，可選擇類型有僅手機/手機和電話/僅電話

【計算公式】 當需要完成核准單內資料的自動計算時使用該控件，例如採購單內計算公式：合計=單價×數量\
\
【明細/表格】 在容器組件內拖入多個組件，配合其他控制一起使用，例如填寫報銷明細、費用明細、物品領用明細等，配合單行輸入框、金額、數字、單選框等控件一起使用

<figure><img src="/files/vcz5tplksfYzQPmEB93S" alt=""><figcaption></figcaption></figure>

## 2.出勤套件說明

* 系統提供五種出勤套件：請假套件、補卡套件、加班套件、外出套件、調班套件。&#x20;
* 出勤套件為固定套件，組件無法修改。&#x20;
* 每個表單只可新增一種套件，如需更換，則先要刪除已新增的套件。

【請假套件】在請假審核單中使用使用該套件，系統將根據排班自動計算請假時長，精確匯總至考勤報表，管理員可設定限時提交，設定補交或提前申請；請假套件可作為流程條件 \
\
【補卡套件】適用於員工發起補卡申請，將異常打卡更新為正常 \
\
【加班套件】適用於員工加班申請，加班時間將自動同步至考勤報表，可設定允許代他人提交，也可設定限時提交，設定補交或提前申請 \
\
【外出套件】適用於員工外出辦公、在家辦公、海外辦公申請使用，套件將根據排班自動計算外出時長，並將時長精確匯總至考勤報表，管理員可設定限時提交，設定補交或提前申請 \
\
【調班套件】當員工間有調班需求，且考勤管理設定了排班制，則可使用該套件，被對調的員工將自動成為首位審批人

<figure><img src="/files/orSkLgZRQ56oEgEMXbFd" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coreway.com/yoov-work/zh-hk/faq/approval-management/form-control-introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
