CM előtti
This commit is contained in:
parent
53408ba354
commit
0ef413acb1
|
|
@ -38,6 +38,7 @@ link(rel='stylesheet', type='text/css', href='https://unpkg.com/lightpick@latest
|
|||
script(src='https://unpkg.com/lightpick@latest/lightpick.js')
|
||||
|
||||
script.
|
||||
$(document).ready(function() {
|
||||
// Generate Table
|
||||
var createOilChangeTable=function (data){
|
||||
var sum=0;
|
||||
|
|
@ -72,5 +73,5 @@ script.
|
|||
|
||||
})
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -65,13 +65,26 @@ block content
|
|||
.modal-footer
|
||||
button.btn.btn-secondary(type='button', data-dismiss='modal') Mégsem
|
||||
button.btn.btn-primary(type='submit') Rendben
|
||||
if (user.canAdd.work)
|
||||
|
||||
#form-group
|
||||
.btn-toolbar
|
||||
if(rot)
|
||||
if (user.canAdd.work)
|
||||
a.btn.btn-success.col-sm-2(type='button',href='/work/add',value='Új munka felvétele')
|
||||
i.fa.fa-plus.fa-lg.fa-fw
|
||||
| Új munka felvétele
|
||||
|
||||
if(rot)
|
||||
a.btn.btn-primary.col-sm-1(type='button',href='/employee/WTALL',value='Könyvelésre') Könyvelésre
|
||||
a.btn.btn-primary.col-sm-21(type='button',disabled,href='/employee/WTALL2',value='Jelenléti személyenként') Jelenléti személyenként
|
||||
a.btn.btn-primary.col-sm-1(type='button',disabled,href='/employee/tst',value='TST') TST
|
||||
|
||||
a.btn.btn-primary.col-sm-1(type='button',href='/gantt',value='Idővonal') Idővonal
|
||||
a.btn.btn-warning.col-sm-1(type='button',href='#',data-toggle='modal', data-target='#refuelModal') Tankolás
|
||||
button.btn.btn-primary(data-toggle='modal',data-target='#oilChangeNewModal',style='width:40px;',type='button')
|
||||
i.fa.fa-tint
|
||||
a.btn.btn-primary.col-sm-1(id='print',name='print',type='button')
|
||||
span.glyphicon.glyphicon-print(aria-hidden='true')
|
||||
| Nyomtat
|
||||
.dropdown
|
||||
a.dpd.btn.btn-primary.dropdown-toggle.col-sm-1(id='dpd',type='button', data-toggle='dropdown', value='',style="margin-left: 4px")
|
||||
i.fa.fa-filter.fa-lg.fa-fw
|
||||
|
|
@ -94,18 +107,6 @@ block content
|
|||
a(href='#',data-value='2022') 2023
|
||||
li
|
||||
a(href='#',data-value='') Mind
|
||||
a.btn.btn-primary.col-sm-1(type='button',href='/employee/WTALL',value='Könyvelésre') Könyvelésre
|
||||
a.btn.btn-primary.col-sm-21(type='button',disabled,href='/employee/WTALL2',value='Jelenléti személyenként') Jelenléti személyenként
|
||||
a.btn.btn-primary.col-sm-1(type='button',disabled,href='/employee/tst',value='TST') TST
|
||||
|
||||
a.btn.btn-primary.col-sm-1(type='button',href='/gantt',value='Idővonal') Idővonal
|
||||
a.btn.btn-warning.col-sm-1(type='button',href='#',data-toggle='modal', data-target='#refuelModal') Tankolás
|
||||
button.btn.btn-primary(data-toggle='modal',data-target='#oilChangeNewModal',style='width:40px;',type='button')
|
||||
i.fa.fa-tint
|
||||
a.btn.btn-primary.col-sm-1(id='print',name='print',type='button')
|
||||
span.glyphicon.glyphicon-print(aria-hidden='true')
|
||||
| Nyomtat
|
||||
.col-md-3
|
||||
//.input-group
|
||||
input.form-control(type='text', id='findWork' placeholder='Keresés...')
|
||||
.input-group-btn
|
||||
|
|
|
|||
Loading…
Reference in New Issue