mirror of
https://github.com/wasrusgen/wasrusgen1-crm.git
synced 2026-06-03 19:04:47 +00:00
fix: remove Manager from Service Director staff list — managers belong to Commercial Director
This commit is contained in:
parent
bbac7aed93
commit
0d9c452432
@ -894,7 +894,6 @@ function screenStaff() {
|
||||
{init:'ФМ',name:'Фёдорова М.Р.',role:'Замерщик', cat:'A', load:79, jobs:2, rating:4.8, badge:'purple', active:true},
|
||||
{init:'СО',name:'Смирнов О.К.', role:'Сборщик', cat:'B', load:68, jobs:2, rating:4.7, badge:'blue', active:true},
|
||||
{init:'НП',name:'Николаев П.В.',role:'Сборщик', cat:'B', load:40, jobs:1, rating:4.2, badge:'yellow', active:false},
|
||||
{init:'КД',name:'Кузнецова А.Д.',role:'Менеджер',cat:null,load:null,jobs:4,rating:4.9, badge:'green', active:true},
|
||||
];
|
||||
// Business rule: avg load Cat A >= avg load Cat B (for assemblers only)
|
||||
var asmA = emps.filter(function(e){return e.role==='Сборщик'&&e.cat==='A';});
|
||||
@ -963,7 +962,7 @@ function screenStaff() {
|
||||
+'<div class="chip active">Все</div>'
|
||||
+'<div class="chip">Сборщики</div>'
|
||||
+'<div class="chip">Замерщики</div>'
|
||||
+'<div class="chip">Менеджеры</div>'
|
||||
+''
|
||||
+'</div>'
|
||||
+ warnBanner
|
||||
+'<div style="padding:0 16px">' + cards + '</div>'
|
||||
@ -2869,7 +2868,7 @@ function screenFeedCreate() {
|
||||
<div class="chip active">Все</div>
|
||||
<div class="chip">Сборщики</div>
|
||||
<div class="chip">Замерщики</div>
|
||||
<div class="chip">Менеджеры</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="toggle-row" style="padding:0;margin-top:4px">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user