|
|
@@ -151,10 +151,10 @@ |
|
|
|
AAIPrice = tempdatra[i].AAIPrice; |
|
|
|
} |
|
|
|
if (AAIStock && AAIStock != 'undefined') { |
|
|
|
num += AAIStock; |
|
|
|
num += parseFloat(AAIStock); |
|
|
|
} |
|
|
|
if (AAIPrice && AAIPrice != 'undefined') { |
|
|
|
price += AAIPrice; |
|
|
|
price += parseFloat(AAIPrice); |
|
|
|
} |
|
|
|
|
|
|
|
if (AAIStock && AAIStock != 'undefined' && AAIPrice && AAIPrice != 'undefined') { |
|
|
|