|
|
|
|
@ -87,25 +87,25 @@
|
|
|
|
|
<div class="col-lg-6">
|
|
|
|
|
<div class="checkbox">
|
|
|
|
|
<label>
|
|
|
|
|
<input ng-model="editing.ficha.motivo_exame_id" name="rbMotivoExame" ng-value="1" type="radio" />
|
|
|
|
|
<input ng-model="editing.ficha.motivo_id" name="rbMotivoExame" ng-value="1" type="radio" />
|
|
|
|
|
1 - Acidente de Trabalho
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="checkbox">
|
|
|
|
|
<label>
|
|
|
|
|
<input ng-model="editing.ficha.motivo_exame_id" name="rbMotivoExame" ng-value="2" type="radio" />
|
|
|
|
|
<input ng-model="editing.ficha.motivo_id" name="rbMotivoExame" ng-value="2" type="radio" />
|
|
|
|
|
3 - A Pedido do Trabalhador
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="checkbox">
|
|
|
|
|
<label>
|
|
|
|
|
<input ng-model="editing.ficha.motivo_exame_id" name="rbMotivoExame" ng-value="3" type="radio" />
|
|
|
|
|
<input ng-model="editing.ficha.motivo_id" name="rbMotivoExame" ng-value="3" type="radio" />
|
|
|
|
|
5 - A Pedido do Médico do Trabalho
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="checkbox">
|
|
|
|
|
<label>
|
|
|
|
|
<input ng-model="editing.ficha.motivo_exame_id" name="rbMotivoExame" ng-value="4" type="radio" />
|
|
|
|
|
<input ng-model="editing.ficha.motivo_id" name="rbMotivoExame" ng-value="4" type="radio" />
|
|
|
|
|
7 - Alteração da Funçao ou das Condições de Trabalho
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
@ -114,19 +114,19 @@
|
|
|
|
|
<div class="col-lg-6">
|
|
|
|
|
<div class="checkbox">
|
|
|
|
|
<label>
|
|
|
|
|
<input ng-model="editing.ficha.motivo_exame_id" name="rbMotivoExame" ng-value="5" type="radio" />
|
|
|
|
|
<input ng-model="editing.ficha.motivo_id" name="rbMotivoExame" ng-value="5" type="radio" />
|
|
|
|
|
2 - Regresso de Baixa
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="checkbox">
|
|
|
|
|
<label>
|
|
|
|
|
<input ng-model="editing.ficha.motivo_exame_id" name="rbMotivoExame" ng-value="6" type="radio" />
|
|
|
|
|
<input ng-model="editing.ficha.motivo_id" name="rbMotivoExame" ng-value="6" type="radio" />
|
|
|
|
|
4 - Doença Profissional
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="checkbox">
|
|
|
|
|
<label>
|
|
|
|
|
<input ng-model="editing.ficha.motivo_exame_id" name="rbMotivoExame" ng-value="7" type="radio" />
|
|
|
|
|
<input ng-model="editing.ficha.motivo_id" name="rbMotivoExame" ng-value="7" type="radio" />
|
|
|
|
|
6 - A Pedido da Entidade Patronal
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
@ -134,17 +134,17 @@
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label>
|
|
|
|
|
<input ng-model="editing.ficha.motivo_exame_id" name="rbMotivoExame" ng-value="8" type="radio" />
|
|
|
|
|
<input ng-model="editing.ficha.motivo_id" name="rbMotivoExame" ng-value="8" type="radio" />
|
|
|
|
|
Outro
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-8 p-l-none">
|
|
|
|
|
<div ng-show="editing.ficha.motivo_exame_id == 8" class="row">
|
|
|
|
|
<div ng-show="editing.ficha.motivo_id == 8" class="row">
|
|
|
|
|
<div class="col-md-2">
|
|
|
|
|
<label class="control-label">Qual</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-10">
|
|
|
|
|
<input ng-model="editing.ficha.motivo_exame_detalhe" type="text" class="form-control" />
|
|
|
|
|
<input ng-model="editing.ficha.motivo_detalhe" type="text" class="form-control" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|