progressBar => ModaltakePicture --- PersonnelWithout Group Validation set for All

This commit is contained in:
SamSys
2025-01-26 16:08:49 +03:30
parent f8735c5a29
commit e36848898a
6 changed files with 5 additions and 5 deletions

View File

@@ -78,11 +78,11 @@ namespace ServiceHost.Areas.Client.Pages.Company.RollCall
public bool IrregularWorkshopHaveGroupedAllPersonnelValidation(long workshopId)
{
var isWorkshopIrregular = _customizeWorkshopSettingsApplication
.GetWorkshopSettingsDetails(workshopId).WorkshopShiftStatus == WorkshopShiftStatus.Irregular;
//var isWorkshopIrregular = _customizeWorkshopSettingsApplication
// .GetWorkshopSettingsDetails(workshopId).WorkshopShiftStatus == WorkshopShiftStatus.Irregular;
if (isWorkshopIrregular == false)
return true;
//if (isWorkshopIrregular == false)
// return true;
var employeesWithoutGroup = _customizeWorkshopSettingsApplication.GetEmployeesWithoutGroupByWorkshopId(workshopId);
if (employeesWithoutGroup.Any())
return false;

View File

@@ -103,7 +103,7 @@
</div>
<div class="row mt-3">
<div class="row mt-3 w-100">
<div class="col-12 position-relative overflow-hidden" style="height: 20px; direction: ltr;">
<div class="spinner-loading-progress loading" style="display: none; border-radius: 6px; position: unset;">
<span id="progressBar" style="color: #ffffff"></span>

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB