' + data.IncentiveName + '
' + data.Volume + '
';
if (data.DiscountType != 0) {
if (data.DiscountType == 1)
html += '
' + data.PayoutValue + ' (Per Unit)
';
else if (data.DiscountType == 2)
html += '
' + data.PayoutPercent + ' %
';
else if (data.DiscountType == 3)
html += '
' + data.OPayoutValue + '(Fixed Value)
';
}
else {
if (data.PayoutValue != 0)
html += '
' + data.PayoutValue + ' (Per Unit)
';
else if (data.PayoutPercent != 0)
html += '
' + data.PayoutPercent + ' %
';
else if (data.OPayoutValue != 0)
html += '
' + data.OPayoutValue + '(Fixed Value)
';
else
html += '
' + data.PayoutValue + ' (Per Unit)
';
}
html += '
' + data.MaxPayout + '
' +
'
' + data.MinPayout + '
';
if (data.ItemVolumePayouts.length == 0) {
html += '