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
b4368fb5
Commit
b4368fb5
authored
Jun 09, 2025
by
Natthaphat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
เพิ่มปุ่ม print , pdf , excel หน้า report-pms1 และ 2
parent
0bad1d2e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
0 deletions
+54
-0
report-pms-1.component.html
...onent/report-pms/report-pms-1/report-pms-1.component.html
+27
-0
report-pms-2.component.html
...onent/report-pms/report-pms-2/report-pms-2.component.html
+27
-0
No files found.
src/app/components/report-component/report-pms/report-pms-1/report-pms-1.component.html
View file @
b4368fb5
...
@@ -2,6 +2,33 @@
...
@@ -2,6 +2,33 @@
ภาพรวมผลประเมินการปฏิบัติงานขององค์กร ประจำปี 2568
ภาพรวมผลประเมินการปฏิบัติงานขององค์กร ประจำปี 2568
</h2>
</h2>
<div
class=
"flex justify-end pb-3"
>
<div
class=
"px-1"
>
<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; border-radius: 0.50rem;"
tabindex=
"-1"
>
<div
class=
"e-toolbar-items"
style=
"background-color: #f1f5f9;"
>
<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; background-color: #f1f5f9;"
>
<span
class=
"e-btn-icon e-print e-icons e-icon-left bg-gray-100"
></span>
<span
class=
"e-tbar-btn-text bg-gray-100"
>
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; background-color: #f1f5f9;"
>
<span
class=
"e-btn-icon ri-file-excel-2-fill e-icons e-icon-left bg-gray-100"
></span>
<span
class=
"e-tbar-btn-text bg-gray-100"
>
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; background-color: #f1f5f9;"
>
<span
class=
"e-btn-icon ri-file-pdf-fill e-icons e-icon-left bg-gray-100"
></span>
<span
class=
"e-tbar-btn-text bg-gray-100"
>
PDF Export
</span>
</button>
</div>
</div>
</div>
</div>
</div>
<div
class=
"card-grid"
>
<div
class=
"card-grid"
>
<!-- ── Chart Card ── -->
<!-- ── Chart Card ── -->
...
...
src/app/components/report-component/report-pms/report-pms-2/report-pms-2.component.html
View file @
b4368fb5
...
@@ -2,6 +2,33 @@
...
@@ -2,6 +2,33 @@
ภาพรวมผลประเมินการปฏิบัติงานของหน่วยงาน ประจำปี 2568
ภาพรวมผลประเมินการปฏิบัติงานของหน่วยงาน ประจำปี 2568
</h2>
</h2>
<div
class=
"flex justify-end pb-3"
>
<div
class=
"px-1"
>
<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; border-radius: 0.50rem;"
tabindex=
"-1"
>
<div
class=
"e-toolbar-items"
style=
"background-color: #f1f5f9;"
>
<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; background-color: #f1f5f9;"
>
<span
class=
"e-btn-icon e-print e-icons e-icon-left bg-gray-100"
></span>
<span
class=
"e-tbar-btn-text bg-gray-100"
>
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; background-color: #f1f5f9;"
>
<span
class=
"e-btn-icon ri-file-excel-2-fill e-icons e-icon-left bg-gray-100"
></span>
<span
class=
"e-tbar-btn-text bg-gray-100"
>
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; background-color: #f1f5f9;"
>
<span
class=
"e-btn-icon ri-file-pdf-fill e-icons e-icon-left bg-gray-100"
></span>
<span
class=
"e-tbar-btn-text bg-gray-100"
>
PDF Export
</span>
</button>
</div>
</div>
</div>
</div>
</div>
<div
class=
"grid-wrap"
>
<div
class=
"grid-wrap"
>
<!-- ── Chart ── -->
<!-- ── Chart ── -->
...
...
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