{{ detail.status === 20 ? '已审核' : '未审核' }}
暂无产品数据
{{ item.productName || '-' }}
仓库
{{ item.warehouseName || '-' }}
账面数量
{{ formatCount(item.stockCount) }}
实际数量
{{ formatCount(item.actualCount) }}
盈亏数量
{{ (item.count || 0) >= 0 ? '+' : '' }}{{ formatCount(item.count) }}
金额
{{ formatPrice(item.totalPrice) }}