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
07a4e5d2
Commit
07a4e5d2
authored
Jun 09, 2025
by
Mon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
เพิ่ม ปุ่ม pdf excel print หน้า รายงาน
parent
81fe20ae
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
68 additions
and
2 deletions
+68
-2
report-com-1.component.html
...onent/report-com/report-com-1/report-com-1.component.html
+24
-0
report-com-2.component.html
...onent/report-com/report-com-2/report-com-2.component.html
+22
-1
report-com-3.component.html
...onent/report-com/report-com-3/report-com-3.component.html
+22
-1
No files found.
src/app/components/report-component/report-com/report-com-1/report-com-1.component.html
View file @
07a4e5d2
...
...
@@ -3,6 +3,30 @@
activeitem=
"รายงาน"
>
</app-page-header>
<div
id=
"Grid_toolbarItems"
class=
"e-control e-toolbar e-lib e-keyboard"
role=
"toolbar"
aria-disabled=
"false"
aria-orientation=
"horizontal"
style=
"height: auto; width: auto;"
tabindex=
"-1"
>
<div
class=
"e-toolbar-items"
style=
"display: flex; justify-content: flex-end;"
>
<div
class=
"e-toolbar-item"
title=
"Print"
>
<button
class=
"e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
type=
"button"
id=
"Grid_print"
tabindex=
"0"
data-tabindex=
"-1"
aria-label=
"Print"
aria-disabled=
"false"
style=
"width: auto;"
>
<span
class=
"e-btn-icon e-print e-icons e-icon-left"
></span>
<span
class=
"e-tbar-btn-text"
>
Print
</span>
</button>
</div>
<div
class=
"e-toolbar-item"
title=
"Excel Export"
>
<button
class=
"e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
type=
"button"
id=
"Grid_excelexport"
tabindex=
"0"
data-tabindex=
"-1"
aria-label=
"Excel Export"
aria-disabled=
"false"
style=
"width: auto;"
>
<span
class=
"e-btn-icon ri-file-excel-2-fill e-icons e-icon-left"
></span>
<span
class=
"e-tbar-btn-text"
>
Excel Export
</span>
</button>
</div>
<div
class=
"e-toolbar-item"
title=
"PDF Export"
>
<button
class=
"e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
type=
"button"
id=
"Grid_csvexport"
tabindex=
"0"
data-tabindex=
"-1"
aria-label=
"CSV Export"
aria-disabled=
"false"
style=
"width: auto;"
>
<span
class=
"e-btn-icon ri-file-pdf-fill e-icons e-icon-left"
></span>
<span
class=
"e-tbar-btn-text"
>
PDF Export
</span>
</button>
</div>
</div>
</div>
<section
class=
"report-wrap"
>
<!-- ── หัวเรื่อง ── -->
...
...
src/app/components/report-component/report-com/report-com-2/report-com-2.component.html
View file @
07a4e5d2
...
...
@@ -2,7 +2,28 @@
[
title
]="'รายงานภาพรวม
Competency
ของหน่วยงาน'"
activeitem=
"รายงาน"
>
</app-page-header>
<div
id=
"Grid_toolbarItems"
class=
"e-control e-toolbar e-lib e-keyboard"
role=
"toolbar"
aria-disabled=
"false"
aria-orientation=
"horizontal"
style=
"height: auto; width: auto;"
tabindex=
"-1"
>
<div
class=
"e-toolbar-items"
style=
"display: flex; justify-content: flex-end;"
>
<div
class=
"e-toolbar-item"
title=
"Print"
>
<button
class=
"e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
type=
"button"
id=
"Grid_print"
tabindex=
"0"
data-tabindex=
"-1"
aria-label=
"Print"
aria-disabled=
"false"
style=
"width: auto;"
>
<span
class=
"e-btn-icon e-print e-icons e-icon-left"
></span>
<span
class=
"e-tbar-btn-text"
>
Print
</span>
</button>
</div>
<div
class=
"e-toolbar-item"
title=
"Excel Export"
>
<button
class=
"e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
type=
"button"
id=
"Grid_excelexport"
tabindex=
"0"
data-tabindex=
"-1"
aria-label=
"Excel Export"
aria-disabled=
"false"
style=
"width: auto;"
>
<span
class=
"e-btn-icon ri-file-excel-2-fill e-icons e-icon-left"
></span>
<span
class=
"e-tbar-btn-text"
>
Excel Export
</span>
</button>
</div>
<div
class=
"e-toolbar-item"
title=
"PDF Export"
>
<button
class=
"e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
type=
"button"
id=
"Grid_csvexport"
tabindex=
"0"
data-tabindex=
"-1"
aria-label=
"CSV Export"
aria-disabled=
"false"
style=
"width: auto;"
>
<span
class=
"e-btn-icon ri-file-pdf-fill e-icons e-icon-left"
></span>
<span
class=
"e-tbar-btn-text"
>
PDF Export
</span>
</button>
</div>
</div>
</div>
<section
class=
"report-wrap"
>
<!-- ── Head ── -->
...
...
src/app/components/report-component/report-com/report-com-3/report-com-3.component.html
View file @
07a4e5d2
...
...
@@ -2,7 +2,28 @@
[
title
]="'รายงานสรุปจำนวนพนักงานที่ติด
GAP
Competency
'"
activeitem=
"รายงาน"
>
</app-page-header>
<div
id=
"Grid_toolbarItems"
class=
"e-control e-toolbar e-lib e-keyboard"
role=
"toolbar"
aria-disabled=
"false"
aria-orientation=
"horizontal"
style=
"height: auto; width: auto;"
tabindex=
"-1"
>
<div
class=
"e-toolbar-items"
style=
"display: flex; justify-content: flex-end;"
>
<div
class=
"e-toolbar-item"
title=
"Print"
>
<button
class=
"e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
type=
"button"
id=
"Grid_print"
tabindex=
"0"
data-tabindex=
"-1"
aria-label=
"Print"
aria-disabled=
"false"
style=
"width: auto;"
>
<span
class=
"e-btn-icon e-print e-icons e-icon-left"
></span>
<span
class=
"e-tbar-btn-text"
>
Print
</span>
</button>
</div>
<div
class=
"e-toolbar-item"
title=
"Excel Export"
>
<button
class=
"e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
type=
"button"
id=
"Grid_excelexport"
tabindex=
"0"
data-tabindex=
"-1"
aria-label=
"Excel Export"
aria-disabled=
"false"
style=
"width: auto;"
>
<span
class=
"e-btn-icon ri-file-excel-2-fill e-icons e-icon-left"
></span>
<span
class=
"e-tbar-btn-text"
>
Excel Export
</span>
</button>
</div>
<div
class=
"e-toolbar-item"
title=
"PDF Export"
>
<button
class=
"e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
type=
"button"
id=
"Grid_csvexport"
tabindex=
"0"
data-tabindex=
"-1"
aria-label=
"CSV Export"
aria-disabled=
"false"
style=
"width: auto;"
>
<span
class=
"e-btn-icon ri-file-pdf-fill e-icons e-icon-left"
></span>
<span
class=
"e-tbar-btn-text"
>
PDF Export
</span>
</button>
</div>
</div>
</div>
<section
class=
"gap-wrap"
>
<header
class=
"txt-center mb-8"
>
...
...
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