メッセージ1/2
Find Slot (Query)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- パーマリンクを表示
- 印刷
- 報告
In Find Slot (Query), how should I write the query when:
There are racks divided into Zone A and Zone B.
Zone A has aisles: _1, _2, and _3.
Zone B has aisles: _1, _2, and _3.
Each product is represented by a token = $1, and each token has the following labels:
token.Type can be 1, 2, or 3.
token.lot can be A or B.
The query should:
Separate products by lot, matching the correct Zone.
Separate products by Type, so that items of the same type are stored close together.