Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
myjob-manage
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
angular
myjob-manage
Commits
a3df138d
Commit
a3df138d
authored
Jul 07, 2025
by
Natthaphat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
เพิ่มเงื่อนไขต้องเพิ่มข้อมูลถึงจะบันทึกได้
parent
6c349735
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
category-company.component.html
...partment/category-company/category-company.component.html
+2
-1
country-registration.component.html
.../country-registration/country-registration.component.html
+2
-1
degree-manage.component.html
...any-department/degree-manage/degree-manage.component.html
+2
-1
No files found.
src/app/DPU/common/company-department/category-company/category-company.component.html
View file @
a3df138d
...
@@ -189,7 +189,8 @@
...
@@ -189,7 +189,8 @@
data-hs-overlay=
"#modal-detail"
>
data-hs-overlay=
"#modal-detail"
>
{{'Cancel' | translate}}
{{'Cancel' | translate}}
</button>
</button>
<button
type=
"button"
(
click
)="
save
()"
class=
"ti-btn bg-primary text-white !font-medium"
>
{{'Save' |
<button
type=
"button"
(
click
)="
save
()"
[
class
.
ti-btn-disabled
]="!
category
.
categoryId
||!
category
.
thName
||!
category
.
engName
"
[
disabled
]="!
category
.
categoryId
||!
category
.
thName
||!
category
.
engName
"
class=
"ti-btn bg-primary text-white !font-medium"
>
{{'Save' |
translate}}
</button>
translate}}
</button>
</div>
</div>
</div>
</div>
...
...
src/app/DPU/common/company-department/country-registration/country-registration.component.html
View file @
a3df138d
...
@@ -189,7 +189,8 @@
...
@@ -189,7 +189,8 @@
data-hs-overlay=
"#modal-detail"
>
data-hs-overlay=
"#modal-detail"
>
{{'Cancel' | translate}}
{{'Cancel' | translate}}
</button>
</button>
<button
type=
"button"
(
click
)="
save
()"
class=
"ti-btn bg-primary text-white !font-medium"
>
{{'Save' |
<button
type=
"button"
(
click
)="
save
()"
[
class
.
ti-btn-disabled
]="!
country
.
countryId
||!
country
.
thName
||!
country
.
engName
"
[
disabled
]="!
country
.
countryId
||!
country
.
thName
||!
country
.
engName
"
class=
"ti-btn bg-primary text-white !font-medium"
>
{{'Save' |
translate}}
</button>
translate}}
</button>
</div>
</div>
</div>
</div>
...
...
src/app/DPU/common/company-department/degree-manage/degree-manage.component.html
View file @
a3df138d
...
@@ -195,7 +195,8 @@
...
@@ -195,7 +195,8 @@
data-hs-overlay=
"#modal-detail"
>
data-hs-overlay=
"#modal-detail"
>
{{'Cancel' | translate}}
{{'Cancel' | translate}}
</button>
</button>
<button
type=
"button"
(
click
)="
save
()"
class=
"ti-btn bg-primary text-white !font-medium"
>
{{'Save' |
<button
type=
"button"
(
click
)="
save
()"
[
class
.
ti-btn-disabled
]="!
degree
.
degreeId
||!
degree
.
thName
||!
degree
.
engName
"
[
disabled
]="!
degree
.
degreeId
||!
degree
.
thName
||!
degree
.
engName
"
class=
"ti-btn bg-primary text-white !font-medium"
>
{{'Save' |
translate}}
</button>
translate}}
</button>
</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