> 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/documentation/zh/gai-nian/locations.md).

# 位置

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

***

## 何时使用库位

* **当同一商品存放在不同地点时**
  * 示例：主仓库、3楼/B货架、零售门店
* **当按状态或状况跟踪同一商品时**
  * 示例：可售、瑕疵品、翻新

<figure><img src="/files/47b43f3f46de45b00c067980c09d61f228bb44ee" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**注意**：如果你只有一个存储库位，使用 [属性](/docs/documentation/zh/gai-nian/attributes.md) 功能可能是更简单的选择。你可以添加“库位”属性来跟踪每件商品的存放位置。
{% endhint %}

## 如何添加库位

要添加和管理团队的库位，请前往 <mark style="color:$primary;">`数据中心`</mark> > <mark style="color:$primary;">`库位`</mark>.

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

{% hint style="warning" %}
当你首次在 BoxHero 中创建团队时， *一个* 库位会默认创建。

仅在 [商业版套餐](/docs/documentation/zh/pricing.md#business-plan)中才能添加库位，该套餐最多包含 3 个库位。如果你需要更多库位，可以前往 <mark style="color:$primary;">`设置`</mark> > <mark style="color:$primary;">`账单`</mark>.
{% endhint %}

***

## 按库位查看商品

你可以查看每个商品的总数量，以及各库位中存放了多少。

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

使用下拉菜单按库位查看商品——选择 **所有库位** 或 *特定* 库位来缩小视图范围。

<figure><img src="/files/9becc1f8586f564a8364087da59bbee0a81982b6" alt=""><figcaption></figcaption></figure>

***

## 交易中的库位

### 调拨库存

将商品从一个库位转移到另一个库位，并管理分布在多个站点的商品。

<figure><img src="/files/2fad648046d4f1c5d76149dd36c8833d381d77f6" alt=""><figcaption></figcaption></figure>

{% embed url="<https://customer-0jrbilsa8yt3k758.cloudflarestream.com/4c6612e76cbe4531adaa3e0702f75255/iframe?autoplay=true&controls=false&letterboxColor=transparent&loop=true&muted=true&poster=https://customer-0jrbilsa8yt3k758.cloudflarestream.com/4c6612e76cbe4531adaa3e0702f75255/thumbnails/thumbnail.jpg?height=1080&preload=true>" %}
在移动应用中，调拨库存的操作方式相同。
{% endembed %}

{% hint style="warning" %}
**注意：** 该 <mark style="color:$primary;">`调拨库存`</mark> 功能仅在你添加了多个库位后才可用。\
如果你的团队只有一个 *单个* 库位，则该功能会被禁用。
{% endhint %}

### 其他库存交易

对于其他所有库存操作——**入库** **入**, **入库** **出**、以及 **调整** **入库**——在完成交易前，你仍然需要选择一个库位。

<figure><img src="/files/2aa09d5b8276cc4f03b0cb02dbd1d145115ba4a1" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**注意：** 如果你只有一个库位，它会默认被选中——无需手动选择。
{% endhint %}

***

## 常见问题

**对库位有疑问吗？** 查看我们的常见问题解答。

{% content-ref url="/spaces/1XHeAQmLMHSILvJsICC2/pages/b7e2a4949babf8176f782672a91f345d0968898e" %}
[地点](/docs/faq/zh/ku-cun-yu-jiao-yi/di-dian.md)
{% endcontent-ref %}


---

# 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/documentation/zh/gai-nian/locations.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.
