袁伟杰:V2.0.003 采购入库扫码
This commit is contained in:
@@ -13,6 +13,8 @@ export interface PurchaseInItem {
|
||||
remark?: string
|
||||
warehouseId?: number
|
||||
warehouseName?: string
|
||||
batchNo?: string
|
||||
locationCode?: string
|
||||
productName?: string
|
||||
productBarCode?: string
|
||||
productUnitName?: string
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user