袁伟杰:V2.0.003 采购入库扫码

This commit is contained in:
yuan
2026-05-14 16:48:09 +08:00
parent 7f84bbca79
commit 7859af83b2
24 changed files with 3479 additions and 62 deletions

View File

@@ -13,6 +13,8 @@ export interface PurchaseInItem {
remark?: string
warehouseId?: number
warehouseName?: string
batchNo?: string
locationCode?: string
productName?: string
productBarCode?: string
productUnitName?: string

View File

@@ -7,9 +7,11 @@ export interface StockInItem {
stockInId?: number
warehouseId?: number
warehouseName?: string
locationCode?: string
productId?: number
productName?: string
productUnitName?: string
batchNo?: string
count?: number
productPrice?: number
totalPrice?: number

View File

@@ -7,9 +7,11 @@ export interface StockOutItem {
stockOutId?: number
warehouseId?: number
warehouseName?: string
locationCode?: string
productId?: number
productName?: string
productUnitName?: string
batchNo?: string
count?: number
productPrice?: number
totalPrice?: number