feat: 库存 XLS 导入功能(后端接口 + 前端导入按钮)

This commit is contained in:
wangjia
2026-05-19 00:22:17 +08:00
parent b243ad885f
commit 7ac06a409d
4 changed files with 190 additions and 0 deletions
@@ -1449,6 +1449,8 @@ class _BatchImportWidgetState extends ConsumerState<_BatchImportWidget> {
'格式:选项编号 | 选项名称 | 备注'),
_ImportSlot('商品规格', '/import/product-specs',
'格式:选项编号 | 选项名称 | 单品数量 | 备注'),
_ImportSlot('库存', '/import/inventory',
'格式:商品编号|商品名称|系列|规格|单位|库存数量|单价|金额|生产日期|批次|分类|所在仓库|入库日期|供应商|上次盘点|备注'),
];
@override