搜索
重置
新增采购单
{{ scope.row.goodsName }}
{{ scope.row.soldQuantity || 0 }}
{{ getRemainingQuantity(scope.row) }}
{{ formatPrice(scope.row.price) }}
{{ formatPrice(scope.row.totalAmount) }}
{{ formatPrice(scope.row.latestPrice) }}
{{ scope.row.sellPrice ? formatPrice(scope.row.sellPrice) : '-' }}
{{ scope.row.totalSoldAmount ? formatPrice(scope.row.totalSoldAmount) : '-' }}
{{ scope.row.actualProfit ? formatPrice(scope.row.actualProfit) : '-' }}
{{ scope.row.actualProfitRate ? scope.row.actualProfitRate + '%' : '-' }}
{{ scope.row.potentialProfit ? formatPrice(scope.row.potentialProfit) : '-' }}
{{ scope.row.potentialProfitRate ? scope.row.potentialProfitRate + '%' : '-' }}
{{ scope.row.totalPotentialProfit ? formatPrice(scope.row.totalPotentialProfit) :
'-' }}
{{ scope.row.totalPotentialProfitRate ? scope.row.totalPotentialProfitRate + '%' : '-'
}}
{{ getStatusText(scope.row.status) }}
{{ formatTime(scope.row.createTime) }}
售出
加购
编辑
删除