feat: 🚀 入库单添加弹窗

This commit is contained in:
2025-10-14 16:30:16 +08:00
parent c18746fcf5
commit 54522f7ca2
6 changed files with 57 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ const getWarehousesList = async () => {
data.forEach((item: any) => {
options.push({
id: item.id,
value: item.warehouse_number + "_" + item.id,
value: item.warehouse_name,
label: item.warehouse_name
});
});