feat: 實作即時庫存查詢功能、儀表板庫存導盤,及優化手動入庫批號與儲位連動與選單顯示

This commit is contained in:
2026-02-10 10:47:31 +08:00
parent 6980eac1a4
commit a6393e03d8
12 changed files with 1401 additions and 198 deletions

View File

@@ -104,7 +104,7 @@ export function SearchableSelect({
{options.map((option) => (
<CommandItem
key={option.value}
value={option.label}
value={`${option.label} ${option.value}`}
onSelect={() => {
onValueChange(option.value);
setOpen(false);