fix: 李红攀:V2.0.061采购入库、销售出库添加扫码功能

This commit is contained in:
2026-05-25 09:27:16 +08:00
parent 2169fec9c1
commit a1217e36b5
20 changed files with 3075 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ export interface Warehouse {
truckagePrice?: number
status?: number
defaultStatus?: boolean
enableLocation?: boolean
roomNoMax?: number
locationCapacity?: number
createTime?: number
}