> For the complete documentation index, see [llms.txt](https://docs.jobdone.cc/user_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jobdone.cc/user_guide/twa/lda/requisition-list/requisition-form/status.md).

# 需求單狀態說明

系統將需求單狀態分為四類：**起案中**、**進行中**、**已結案**及**已失效**。

{% tabs %}
{% tab title="起案中" %}
縱使已有點工接受派遣通知，該需求單之所有派遣工**皆尚未進行簽到**，即會顯示此狀態。
{% endtab %}

{% tab title="進行中" %}
縱使該單尚有缺額，若該需求單之任一派遣工已進行簽到，即會顯示此狀態。
{% endtab %}

{% tab title="已結案" %}
若該單所有派遣工作皆無缺額，且皆已被派遣商結算(即登記出勤)，則會顯示此狀態。
{% endtab %}

{% tab title="已失效" %}
今日以前且狀態仍為起案中之需求單，則會顯示此狀態。

若該單並未結案，仍為進行中之狀況下，縱使已過期，狀態依然為進行中(但有醒目提示)。
{% endtab %}
{% endtabs %}

<div><figure><img src="/files/GbkoPDvjyG624Py0OFMR" alt=""><figcaption><p>已過期，但狀態為進行中之項目</p></figcaption></figure> <figure><img src="/files/eOGRBe5wVsA1ctF59AVK" alt=""><figcaption><p>已結案&#x26;已失效之項目</p></figcaption></figure></div>


---

# 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:

```
GET https://docs.jobdone.cc/user_guide/twa/lda/requisition-list/requisition-form/status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
