v6: Место дислокации — выпадающий список (Астана, Акмолинская, Карагандинская, Шымкент, Туркестанская, Жамбылская)
This commit is contained in:
parent
4252a2127c
commit
d00b90cb61
20
index.html
20
index.html
@ -711,7 +711,15 @@ tr:hover td { background: var(--cyan-50); }
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Место дислокации / Населенный пункт</label>
|
||||
<input type="text" id="empLocation" placeholder="г. Алматы">
|
||||
<select id="empLocation">
|
||||
<option value="">— Выберите —</option>
|
||||
<option>Акмолинская область</option>
|
||||
<option>г. Астана</option>
|
||||
<option>г. Шымкент</option>
|
||||
<option>Жамбылская область</option>
|
||||
<option>Карагандинская область</option>
|
||||
<option>Туркестанская область</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
@ -961,12 +969,12 @@ function daysBetween(d1, d2) {
|
||||
function seedDemo() {
|
||||
if (DB.employees.length > 0) return;
|
||||
DB.employees = [
|
||||
{ id: uid(), tabNum: '00001', fullName: 'Иванов Иван Иванович', position: 'Кабельщик-спайщик', department: 'Техническое подразделение', branch: 'ОДС', location: 'г. Алматы', climateZone: '1', dateHired: '2020-03-15' },
|
||||
{ id: uid(), tabNum: '00002', fullName: 'Петрова Анна Сергеевна', position: 'Электромонтер', department: 'Энергоцех', branch: 'ДКБ', location: 'г. Астана', climateZone: '2', dateHired: '2021-06-01' },
|
||||
{ id: uid(), tabNum: '00001', fullName: 'Иванов Иван Иванович', position: 'Кабельщик-спайщик', department: 'Техническое подразделение', branch: 'ОДС', location: 'г. Астана', climateZone: '1', dateHired: '2020-03-15' },
|
||||
{ id: uid(), tabNum: '00002', fullName: 'Петрова Анна Сергеевна', position: 'Электромонтер', department: 'Энергоцех', branch: 'ДКБ', location: 'Акмолинская область', climateZone: '2', dateHired: '2021-06-01' },
|
||||
{ id: uid(), tabNum: '00003', fullName: 'Сериков Асхат Нурланович', position: 'Электромонтер', department: 'Энергоцех', branch: 'ДРБ', location: 'г. Шымкент', climateZone: '3', dateHired: '2019-11-10' },
|
||||
{ id: uid(), tabNum: '00004', fullName: 'Ким Елена Викторовна', position: 'Инженер', department: 'Отдел качества', branch: 'ДЦБСФ', location: 'г. Алматы', climateZone: '0', dateHired: '2022-01-20' },
|
||||
{ id: uid(), tabNum: '00005', fullName: 'Нургалиев Даурен Кайратович', position: 'Сварщик', department: 'Ремонтный цех', branch: 'ДТК', location: 'г. Актобе', climateZone: '2', dateHired: '2018-08-05' },
|
||||
{ id: uid(), tabNum: '00006', fullName: 'Ахметов Тимур Болатович', position: 'Кабельщик-спайщик', department: 'Линейный цех', branch: 'ОДС', location: 'г. Усть-Каменогорск', climateZone: '2', dateHired: '2023-02-01' },
|
||||
{ id: uid(), tabNum: '00004', fullName: 'Ким Елена Викторовна', position: 'Инженер', department: 'Отдел качества', branch: 'ДЦБСФ', location: 'Карагандинская область', climateZone: '0', dateHired: '2022-01-20' },
|
||||
{ id: uid(), tabNum: '00005', fullName: 'Нургалиев Даурен Кайратович', position: 'Сварщик', department: 'Ремонтный цех', branch: 'ДТК', location: 'Туркестанская область', climateZone: '2', dateHired: '2018-08-05' },
|
||||
{ id: uid(), tabNum: '00006', fullName: 'Ахметов Тимур Болатович', position: 'Кабельщик-спайщик', department: 'Линейный цех', branch: 'ОДС', location: 'Жамбылская область', climateZone: '2', dateHired: '2023-02-01' },
|
||||
];
|
||||
DB.siz = [
|
||||
{ id: uid(), name: 'Каска защитная', type: 'Головы', protection: '1 класс', standard: 'ГОСТ 12.4.128-83', wearMonths: 24, unit: 'шт.' },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user