|
|
@ -776,8 +776,8 @@ export default { |
|
|
|
initProfits(item,ext){ |
|
|
|
ext.PlatformPoint = parseFloat(item.RivalPrice * 0.05).toFixed(2); |
|
|
|
|
|
|
|
var taxp=parseFloat(item.RivalPrice * 0.03).toFixed(2) |
|
|
|
if(ext.TaxPrice<=0||ext.TaxPrice==undefined) |
|
|
|
//var taxp=parseFloat(item.RivalPrice * 0.03).toFixed(2) |
|
|
|
if(ext.TaxPrice==undefined||ext.TaxPrice==null) |
|
|
|
{ |
|
|
|
ext.TaxPrice = parseFloat(item.RivalPrice * 0.03).toFixed(2); |
|
|
|
} |
|
|
|