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
56aa0737
Commit
56aa0737
authored
Mar 11, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
หัวข้อการประเมิน
parent
3437a643
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
assessment-topics.component.html
...omance/assessment-topics/assessment-topics.component.html
+3
-2
IMPORT_PMS_TOPIC.xlsx
src/assets/template/IMPORT_PMS_TOPIC.xlsx
+0
-0
No files found.
src/app/components/performance-management-evaluation/name-registration-perfomance/assessment-topics/assessment-topics.component.html
View file @
56aa0737
...
@@ -232,13 +232,14 @@
...
@@ -232,13 +232,14 @@
<label
class=
"ti-form-label mt-2rem"
>
หน่วยนับ
</label>
<label
class=
"ti-form-label mt-2rem"
>
หน่วยนับ
</label>
<input
type=
"text"
class=
"ti-form-input"
[(
ngModel
)]="
pmstopic
.
select
.
detailUnit
"
>
<input
type=
"text"
class=
"ti-form-input"
[(
ngModel
)]="
pmstopic
.
select
.
detailUnit
"
>
<label
class=
"ti-form-label mt-2rem"
>
กำหนดเวลาแล้วเสร็จ
</label>
<label
class=
"ti-form-label mt-2rem"
>
กำหนดเวลาแล้วเสร็จ
</label>
<mat-form-field>
<input
type=
"text"
class=
"ti-form-input"
[(
ngModel
)]="
pmstopic
.
select
.
completionDate
"
>
<!-- <mat-form-field>
<input matInput [matDatepicker]="firstHireDate" type="text" class="ti-form-input"
<input matInput [matDatepicker]="firstHireDate" type="text" class="ti-form-input"
[(ngModel)]="pmstopic.completionDateIso"
[(ngModel)]="pmstopic.completionDateIso"
(ngModelChange)="changeDate(this.pmstopic.select, 'completionDate', pmstopic.completionDateIso);">
(ngModelChange)="changeDate(this.pmstopic.select, 'completionDate', pmstopic.completionDateIso);">
<mat-datepicker-toggle matSuffix [for]="firstHireDate"></mat-datepicker-toggle>
<mat-datepicker-toggle matSuffix [for]="firstHireDate"></mat-datepicker-toggle>
<mat-datepicker #firstHireDate></mat-datepicker>
<mat-datepicker #firstHireDate></mat-datepicker>
</mat-form-field>
</mat-form-field>
-->
<label
class=
"ti-form-label mt-2rem"
>
น้ำหนัก
</label>
<label
class=
"ti-form-label mt-2rem"
>
น้ำหนัก
</label>
<input
type=
"text"
class=
"ti-form-input"
<input
type=
"text"
class=
"ti-form-input"
oninput=
"this.value = this.value.replace(/[^\d.]/g, '').replace(/(\..*?)\..*/g, '$1').replace(/(\..*?)(\d{2})./g, '$1$2');"
oninput=
"this.value = this.value.replace(/[^\d.]/g, '').replace(/(\..*?)\..*/g, '$1').replace(/(\..*?)(\d{2})./g, '$1$2');"
...
...
src/assets/template/IMPORT_PMS_TOPIC.xlsx
View file @
56aa0737
No preview for this file type
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