{{ formatFloatNumber(scope.row.availableQuantity) }}
{{ formatFloatNumber(scope.row.confirmQuantity) }}
{{ formatUnitPrice(scope.row.unitPrice) }}
{{ formatIntegerNumber(scope.row.orderQuantity) }}
{{ formatTaxRate(scope.row.taxRate, false) }}%
{{ formatAmount(scope.row.taxAmount, false) }}
{{ formatAmount(scope.row.totalAmount, false) }}
{{ getStatusText(row.itemStatus) }}
删除