|
@@ -513,6 +513,9 @@ export default {
|
|
.toPromise()
|
|
.toPromise()
|
|
.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){
|
|
|
|
+ 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 != '') {
|
|
response.records[i].addressUrlArray =
|
|
response.records[i].addressUrlArray =
|