Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mySkill-x
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
mySkill-x
Commits
26bb7495
Commit
26bb7495
authored
Mar 17, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
สาขาและหน่วยธุรกิจ => หน่วยธุรกิจ
parent
b2a8a5ae
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
branch-business-unit.component.html
.../branch-business-unit/branch-business-unit.component.html
+1
-1
branch-business-unit.component.ts
...on/branch-business-unit/branch-business-unit.component.ts
+2
-2
company-registration.component.html
.../company-registration/company-registration.component.html
+2
-2
No files found.
src/app/components/company-components/company-registration/branch-business-unit/branch-business-unit.component.html
View file @
26bb7495
<div
class=
"font-size-16px font-weight-600 pt-2rem pb-1rem text-primary"
>
รายละเอียด
สาขาและ
หน่วยธุรกิจ
รายละเอียดหน่วยธุรกิจ
</div>
<div
class=
"page"
>
<nav
class=
"flex rtl:space-x-reverse space-x-2"
>
...
...
src/app/components/company-components/company-registration/branch-business-unit/branch-business-unit.component.ts
View file @
26bb7495
...
...
@@ -6,12 +6,12 @@ import { Component, EventEmitter, Input, Output } from '@angular/core';
styleUrls
:
[
'./branch-business-unit.component.scss'
]
})
export
class
BranchBusinessUnitComponent
{
@
Input
()
pathTitle
=
[
'การจัดการข้อมูลองค์กร'
,
'ทะเบียนบริษัท'
,
'
สาขาและ
หน่วยธุรกิจ'
,
'ทะเบียนฝ่าย'
]
@
Input
()
pathTitle
=
[
'การจัดการข้อมูลองค์กร'
,
'ทะเบียนบริษัท'
,
'หน่วยธุรกิจ'
,
'ทะเบียนฝ่าย'
]
@
Output
()
sendPathTitle
:
EventEmitter
<
string
[]
>
=
new
EventEmitter
<
string
[]
>
();
currentTab
=
1
onSendPathTitle
(
pathTitle
:
string
)
{
this
.
sendPathTitle
.
emit
([
'การจัดการข้อมูลองค์กร'
,
'ทะเบียนบริษัท'
,
'
สาขาและ
หน่วยธุรกิจ'
,
pathTitle
])
this
.
sendPathTitle
.
emit
([
'การจัดการข้อมูลองค์กร'
,
'ทะเบียนบริษัท'
,
'หน่วยธุรกิจ'
,
pathTitle
])
}
}
src/app/components/company-components/company-registration/company-registration.component.html
View file @
26bb7495
...
...
@@ -17,8 +17,8 @@
<a
class=
"font-size-16px font-weight-500 hs-tab-active:font-weight-700 hs-tab-active:border-secondary hs-tab-active:text-secondary pb-3 px-1 inline-flex items-center gap-2 border-b-[3px] border-transparent whitespace-nowrap text-gray-500 hover:text-secondary"
href=
"javascript:void(0);"
id=
"underline-item-2"
data-hs-tab=
"#underline-2"
aria-controls=
"underline-2"
(
click
)="
pathTitle =
['การจัดการข้อมูลองค์กร',
'ทะเบียนบริษัท','
สาขาและ
หน่วยธุรกิจ'
,'ทะเบียนฝ่าย'];
currentPath=
2"
>
สาขาและ
หน่วยธุรกิจ
(
click
)="
pathTitle =
['การจัดการข้อมูลองค์กร',
'ทะเบียนบริษัท','หน่วยธุรกิจ'
,'ทะเบียนฝ่าย'];
currentPath=
2"
>
หน่วยธุรกิจ
</a>
</nav>
</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