> 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/gong-cheng-ri-bao-tian-xie/pc/yi-xin-zeng-dang-ri-gong-cheng-ri-bao.md).

# 一、 新增當日工程日報

1. **建立主日報表**： 在工程日報首頁，點擊列表右上角的綠色「<mark style="color:$primary;">**新增日報 +**</mark>」按鈕。

   <figure><img src="https://589607744-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fm2c6i5EzKgS1xy0L4vYH%2Fuploads%2Fb0gQ2qAp3LaaBhLNfzqz%2Fimage.png?alt=media&amp;token=03b95a98-119b-4af3-a8c4-049d1a00b0fc" alt="" width="563"><figcaption></figcaption></figure>
2. **填寫基本資訊**： 系統會彈出設定視窗，請依序確認或選擇「<mark style="color:$primary;">日期</mark>」、「<mark style="color:$primary;">製表人</mark>」、「<mark style="color:$primary;">上午天氣</mark>」與「<mark style="color:$primary;">下午天氣</mark>」。

   <figure><img src="https://589607744-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fm2c6i5EzKgS1xy0L4vYH%2Fuploads%2Frzw5XMcYMse5HVOefKMV%2Fimage.png?alt=media&amp;token=25303a22-9253-4e6b-837b-090829c5d849" alt="" width="563"><figcaption></figcaption></figure>
3. **上傳照片與備註**： 可在此階段預先上傳當日整體的「<mark style="color:$primary;">施工照片</mark>」，並於「<mark style="color:$primary;">備註</mark>」欄位填寫特別狀況或延誤原因，確認後點擊「<mark style="color:$primary;">**送出**</mark>」。


---

# 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/gong-cheng-ri-bao-tian-xie/pc/yi-xin-zeng-dang-ri-gong-cheng-ri-bao.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.
