> For the complete documentation index, see [llms.txt](https://quteng-1.gitbook.io/quteng-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quteng-1.gitbook.io/quteng-docs/qian-he-lie-biao-yu-shen-pi/app/san-zhi-xing-shen-pi-jue-ce.md).

# 三、 執行審批決策

確認單據內容與現場實際狀況相符，且下方相關人員（如工地主任、檢查人員）的簽名皆已完備後，即可進行最後的審批。

* **核准通過**： 若內容無誤，點擊畫面右下角綠色的「<mark style="color:$primary;">**通過**</mark>」按鈕，該單據即完成簽核流程。
* **退件重審**： 若發現資料有缺漏或不符規範，請點擊左下角的「<mark style="color:red;">**駁回**</mark>」按鈕，將單據退回給製表人進行修正。

  <figure><img src="https://589607744-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fm2c6i5EzKgS1xy0L4vYH%2Fuploads%2FeOjK40t10rAOaobchOva%2Fimage.png?alt=media&amp;token=3c067913-51af-41c5-9cdc-1418f5d1ef17" alt="" width="403"><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://quteng-1.gitbook.io/quteng-docs/qian-he-lie-biao-yu-shen-pi/app/san-zhi-xing-shen-pi-jue-ce.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.
