This commit is contained in:
Tsanie Lily 2020-05-26 15:52:57 +08:00
parent 3a1348ee6d
commit 246c726a10
3 changed files with 11 additions and 2 deletions

View File

@ -616,6 +616,9 @@ namespace IronIntel.Contractor.Site
case (int)FuelRecordTypes.State:
questionType = QuestionTypes.DropDown;
break;
case (int)FuelRecordTypes.Notes:
questionType = QuestionTypes.MultipleLineText;
break;
case (int)FuelRecordTypes.Picture:
questionType = QuestionTypes.Picture;
break;

View File

@ -93,6 +93,9 @@ namespace IronIntel.Contractor.Site.Maintenance
else
endDate = endDate.Date.AddDays(1).AddSeconds(-1);
beginDate = SystemParams.CustomerDetail.CustomerTimeToUtc(beginDate);
endDate = SystemParams.CustomerDetail.CustomerTimeToUtc(endDate);
int assigned = -1;
int completed = -1;
if (alertparam.AlertStatus != null && alertparam.AlertStatus.Length > 0)
@ -149,6 +152,9 @@ namespace IronIntel.Contractor.Site.Maintenance
else
endDate = endDate.Date.AddDays(1).AddSeconds(-1);
beginDate = SystemParams.CustomerDetail.CustomerTimeToUtc(beginDate);
endDate = SystemParams.CustomerDetail.CustomerTimeToUtc(endDate);
int assigned = -1;
int completed = -1;
if (alertparam.AlertStatus != null && alertparam.AlertStatus.Length > 0)

2
Site

@ -1 +1 @@
Subproject commit 61a0879af8868e3480b1e45f0abd6a5df44328ca
Subproject commit 140d1ffce0271bde011b93bce204fff9f8bf90b4