|
@@ -514,7 +514,7 @@ export default {
|
|
.then((response) => {
|
|
.then((response) => {
|
|
for (var i = 0; i < response.records.length; i++) {
|
|
for (var i = 0; i < response.records.length; i++) {
|
|
if(response.records[i].completedQuantity){
|
|
if(response.records[i].completedQuantity){
|
|
- response.records[i].completedQuantity=response.records[i].completedQuantity.tofixed(3)
|
|
|
|
|
|
+ response.records[i].completedQuantity=response.records[i].completedQuantity.toFixed(3)
|
|
}
|
|
}
|
|
if (response.records[i].addressUrl != null) {
|
|
if (response.records[i].addressUrl != null) {
|
|
if (response.records[i].addressUrl != '') {
|
|
if (response.records[i].addressUrl != '') {
|