# 库存盘点

***

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

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

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

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

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

#### **在提交前未盘点的物品会怎样？**

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

#### **盘点提交后，我可以编辑详细信息吗？**

不能直接编辑。已提交的盘点及其任务表会被锁定，但你可以编辑 **调整库存** 交易，该交易是在提交盘点时创建的。

1. 打开库存盘点，然后点击 <mark style="color:$primary;">`交易`</mark> 部分下方的日期。
2. 在 <mark style="color:$primary;">`调整库存`</mark> 弹出窗口中，点击 <mark style="color:$primary;">`更多`</mark> *>* <mark style="color:$primary;">`编辑或删除`</mark> 以进行更改。

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

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

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

#### **我应该何时复制一个库存盘点项目？**

当你需要再次盘点同一组物品时使用此功能（例如：每月库存检查、季度审计或重复周期盘点）。复制会将之前盘点中的物品和任务表结构一并复制，这样你就无需从头设置。


---

# Agent Instructions: 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://www.boxhero.io/docs/faq/zh/ku-cun-yu-jiao-yi/ku-cun-pan-dian.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.
