diff --git a/ServiceHost/wwwroot/AssetsClient/pages/RollCall/js/Grouping.js b/ServiceHost/wwwroot/AssetsClient/pages/RollCall/js/Grouping.js index e9661a0a..0d0568c1 100644 --- a/ServiceHost/wwwroot/AssetsClient/pages/RollCall/js/Grouping.js +++ b/ServiceHost/wwwroot/AssetsClient/pages/RollCall/js/Grouping.js @@ -249,44 +249,43 @@ function loadEmployeeAjax(groupSettingId) { } htmlEmployee += `
-
-
-
- - ${indexEmployee++} - -
-
-
-
نام پرسنل:
-
-
نام پرسنل:
-
${itemEmployee - .name}
-
-
+
+
+
+ + ${indexEmployee++} + +
+
+
+
نام پرسنل:
+
+
نام پرسنل:
+
${itemEmployee.name}
+
+
-
-
نام پرسنل:
+
+
نوع ساعت کاری:
-
نام پرسنل:
+
نوع ساعت کاری:
`; - if (itemEmployee.workshopShiftStatus === 0) { - htmlEmployee += `منظم`; - } else if (itemEmployee.workshopShiftStatus === 1) { - htmlEmployee += `مختلط`; - } else { - htmlEmployee += `گردشی`; - } - htmlEmployee += `
+ if (itemEmployee.workshopShiftStatus === 0) { + htmlEmployee += `منظم`; + } else if (itemEmployee.workshopShiftStatus === 1) { + htmlEmployee += `مختلط`; + } else { + htmlEmployee += `گردشی`; + } + htmlEmployee += `
-
-
ساعت کاری:
-
-
ساعت کاری:
-
`; +
+
ساعت کاری:
+
+
ساعت کاری:
+
`; if (itemEmployee.workshopShiftStatus === 0) { itemEmployee.rollCallWorkshopShifts.forEach(function (itemEmployeeShifts) {