订单数据汇总
搜索
{{ scope.row.orderAmount ? scope.row.orderAmount.toFixed(2) : '0.00' }}
{{ scope.row.cancelAmount ? scope.row.cancelAmount.toFixed(2) : '0.00' }}
{{ scope.row.cancelCountRatio ? scope.row.cancelCountRatio.toFixed(2) : '0.00' }}%
{{ scope.row.cancelAmountRatio ? scope.row.cancelAmountRatio.toFixed(2) : '0.00' }}%
{{ scope.row.shippedAmount ? scope.row.shippedAmount.toFixed(2) : '0.00' }}
{{ scope.row.shippedCountRatio ? scope.row.shippedCountRatio.toFixed(2) : '0.00' }}%
{{ scope.row.shippedAmountRatio ? scope.row.shippedAmountRatio.toFixed(2) : '0.00' }}%
{{ scope.row.transitAmount ? scope.row.transitAmount.toFixed(2) : '0.00' }}
{{ scope.row.transitCountRatio ? scope.row.transitCountRatio.toFixed(2) : '0.00' }}%
{{ scope.row.transitAmountRatio ? scope.row.transitAmountRatio.toFixed(2) : '0.00' }}%
{{ scope.row.returnAmount ? scope.row.returnAmount.toFixed(2) : '0.00' }}
{{ scope.row.returnCountRatio ? scope.row.returnCountRatio.toFixed(2) : '0.00' }}%
{{ scope.row.returnAmountRatio ? scope.row.returnAmountRatio.toFixed(2) : '0.00' }}%
{{ scope.row.receivedAmount ? scope.row.receivedAmount.toFixed(2) : '0.00' }}
{{ scope.row.receivedCountRatio ? scope.row.receivedCountRatio.toFixed(2) : '0.00' }}%
{{ scope.row.receivedAmountRatio ? scope.row.receivedAmountRatio.toFixed(2) : '0.00' }}%