> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/zh/ku-cun-yu-jiao-yi/ku-cun-pan-dian.md).

# 库存盘点

***

#### **我可以一次在多个地点进行库存盘点吗？**

不可以。每次库存盘点都只关联一个地点，并且在提交盘点后，只有所选地点中的数量会被更新。若要跨多个站点进行库存盘点，请为每个地点创建一个单独的盘点项目。

#### **团队管理员可以编辑分配给其他成员的任务表吗？**

是。即使任务表处于 <mark style="color:$primary;">`进行中`</mark> 或 <mark style="color:$primary;">`已完成`</mark>，团队管理员也可以打开并编辑任何员工的表。这在被分配者无法使用时，或在提交盘点前需要更正时非常有用。

<figure><img src="/files/53b4b725d0b288c486234ffe4d7c01afc23d31a2" alt=""><figcaption></figcaption></figure>

#### **提交前未被盘点的商品会怎样处理？**

项目中包含但未盘点的任何商品都会被视为缺货，并设置为 **0** 在提交盘点时。为避免这种情况，请在管理员最终确认项目之前，确保任务表中的每个商品都已盘点——或者在设置项目时排除你不打算盘点的商品。

#### **我可以导出库存盘点结果吗？**

是。盘点提交后，打开盘点项目并点击 <mark style="color:$primary;">`查看结果`</mark> > <mark style="color:$primary;">`导出到 Excel`</mark>。导出内容包括 **初始** **数量**, **已盘点** **数量**、以及 **差异** 记录。

<figure><img src="/files/b6a25a02eb5fc72229427bdd80adac3213ebe5ad" 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://www.boxhero.io/docs/faq/zh/ku-cun-yu-jiao-yi/ku-cun-pan-dian.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.
