{{ selectedTypeLabel }}
{{ selectedProduct ? selectedProduct.name : '全部商品' }}
{{ item.type === 1 ? '入库' : item.type === 2 ? '出库' : '调整' }}
{{ item.productName || '商品' + item.productId }}
{{ formatTime(item.createdAt) }}
{{ item.type === 1 ? '+' : '-' }}{{ item.quantity }}
暂无流水记录