feat(生產/庫存): 實作生產管理模組與批號追溯功能
This commit is contained in:
@@ -151,6 +151,8 @@ export interface InboundItem {
|
||||
largeUnit?: string;
|
||||
conversionRate?: number;
|
||||
selectedUnit?: 'base' | 'large';
|
||||
batchNumber?: string;
|
||||
expiryDate?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user