Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DHAS
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thitichaipun Wutthisak
DHAS
Commits
4adb9025
Commit
4adb9025
authored
Nov 30, 2020
by
peema_phongam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DHAS030 - ความสัมพันธ์ ต่อท้ายอายุ
parent
c71accfe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
TABFAMILY.html
hrAppWeb.war/RECRUIT/HTML/FillFormApplicant/TABFAMILY.html
+12
-12
No files found.
hrAppWeb.war/RECRUIT/HTML/FillFormApplicant/TABFAMILY.html
View file @
4adb9025
...
...
@@ -59,6 +59,18 @@
ng-required=
"confApp.family.field.family_age.require == 1 && enableValidate"
>
</div>
</div>
<!--Family relation-->
<div
class=
"form-group"
ng-hide=
"confApp.family.field.family_relation.active != 1 && enableValidate"
>
<label
class=
"control-label col-xs-12 col-sm-2"
>
<swaplang
code=
"SW003453"
>
Relations
</swaplang>
</label>
<div
class=
"col-xs-12 col-sm-10"
>
<select
ng-disabled=
"action != 'fillform'"
class=
"form-control"
ng-model=
"family.relation"
ng-required=
"confApp.family.field.family_relation.require == 1 && enableValidate"
>
<option
ng-repeat=
"relation in masterdata.relations"
value=
"{{relation.id}}"
>
{{relation.name[lang]}}
</option>
</select>
</div>
</div>
<!--Family Status-->
<div
class=
"form-group"
ng-hide=
"confApp.family.field.family_status.active != 1 && enableValidate"
>
<label
class=
"control-label col-xs-12 col-sm-2"
>
...
...
@@ -118,18 +130,6 @@
ng-required=
"confApp.family.field.family_workplace.require == 1 && enableValidate"
>
</div>
</div>
<!--Family relation-->
<div
class=
"form-group"
ng-hide=
"confApp.family.field.family_relation.active != 1 && enableValidate"
>
<label
class=
"control-label col-xs-12 col-sm-2"
>
<swaplang
code=
"SW003453"
>
Relations
</swaplang>
</label>
<div
class=
"col-xs-12 col-sm-10"
>
<select
ng-disabled=
"action != 'fillform'"
class=
"form-control"
ng-model=
"family.relation"
ng-required=
"confApp.family.field.family_relation.require == 1 && enableValidate"
>
<option
ng-repeat=
"relation in masterdata.relations"
value=
"{{relation.id}}"
>
{{relation.name[lang]}}
</option>
</select>
</div>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment