|
|
@@ -2786,6 +2786,7 @@ namespace OASystem.API.Controllers
|
|
|
ReceivedTotal = item.receivedTotal,
|
|
|
Balance = item.balPrice,
|
|
|
Collection = item.schedule,
|
|
|
+ GroupCost = item.groupCost.ToString("#0.00"),
|
|
|
};
|
|
|
excNo++;
|
|
|
DateTime time = Convert.ToDateTime(item.visitDate);
|
|
|
@@ -2848,6 +2849,7 @@ namespace OASystem.API.Controllers
|
|
|
ClientUnit = item.clientUnit,
|
|
|
VisitDate = item.visitDate,
|
|
|
ChangeColorLabel = item.ChangeColorLabel,
|
|
|
+ GroupCost = item.groupCost.ToString("#0.00")
|
|
|
};
|
|
|
excNo1++;
|
|
|
list_Ex_Orange.Add(exc);
|
|
|
@@ -2861,6 +2863,7 @@ namespace OASystem.API.Controllers
|
|
|
ClientUnit = item.clientUnit,
|
|
|
VisitDate = item.visitDate,
|
|
|
ChangeColorLabel = item.ChangeColorLabel,
|
|
|
+ GroupCost = item.groupCost.ToString("#0.00")
|
|
|
};
|
|
|
excNo2++;
|
|
|
list_Ex_Red.Add(exc);
|