Commit 56aa0737 by Nattana Chaiyamat

หัวข้อการประเมิน

parent 3437a643
...@@ -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');"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment