Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
BookingMyHrManagement
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
Chanachai
BookingMyHrManagement
Commits
bea3aec6
Commit
bea3aec6
authored
3 years ago
by
Chanachai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code
parent
903cd10c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
29 deletions
+36
-29
contact-admin.component.html
src/app/pages/contact-admin/contact-admin.component.html
+36
-29
No files found.
src/app/pages/contact-admin/contact-admin.component.html
View file @
bea3aec6
...
...
@@ -2,20 +2,26 @@
<div
class=
"card"
>
<div
class=
"card-body"
>
<div
class=
"row"
>
<div
class=
"col-
4
md-1"
>
<div
class=
"col-
6
md-1"
>
<label>
ชื่อผู้แจ้ง Bug:
</label>
<input
input
class=
" form-control"
placeholder=
""
type=
"text"
/>
<input
input
class=
" form-control"
placeholder=
""
type=
"text"
[(
ngModel
)]="
modelContact
.
ctName
"
/>
</div>
<div
class=
"col-
4
md-1"
>
<div
class=
"col-
6
md-1"
>
<label
for=
"typeahead-focus"
>
หัวข้อการแจ้ง Bug:
</label>
<input
input
class=
" form-control"
placeholder=
""
type=
"text"
/>
<input
input
class=
" form-control"
placeholder=
""
type=
"text"
[(
ngModel
)]="
modelContact
.
ctHead
"
/>
</div>
<div
class=
"col-4 md-1"
>
</div>
<div
class=
"row"
>
<div
class=
"col-6 md-1"
>
<label
for=
"typeahead-focus"
>
หน้าต่างที่ต้องการแจ้ง Bug:
</label>
<input
id=
"typeahead-focus"
type=
"text"
class=
"form-control"
[(
ngModel
)]="
model
"
<input
id=
"typeahead-focus"
type=
"text"
class=
"form-control"
[(
ngModel
)]="
model
Contact
.
ctTab
"
[
ngbTypeahead
]="
search
"
(
focus
)="
focus
$.
next
($
any
($
event
).
target
.
value
)"
(
click
)="
click
$.
next
($
any
($
event
).
target
.
value
)"
#
instance=
"ngbTypeahead"
/>
</div>
<div
class=
"col-6 mb-1"
>
<label
for=
"exampleFormControlSelect1"
>
วันที่เริ่มต้น
</label>
<input
type=
"date"
class=
"form-control"
value=
""
[(
ngModel
)]="
modelContact
.
sDate
"
>
</div>
</div>
<div
class=
" row"
>
<div
class=
" col-md-12"
>
...
...
@@ -28,8 +34,10 @@
</div>
<div
class=
"card-footer"
>
<div
class=
"d-grid gap-2 d-md-flex justify-content-md-center"
>
<button
class=
"btn btn-primary btn-sm"
type=
"submit"
[
disabled
]=""
(
click
)="
saveContact
()"
>
บันทึก
</button>
<button
class=
"btn btn-primary btn-sm"
type=
"cancel"
(
click
)="
model
.
dismiss
('
Cross
click
')"
>
ยกเลิก
</button>
<button
class=
"btn btn-primary btn-sm"
[
disabled
]=""
type=
"submit"
(
click
)="
saveContact
()"
>
บันทึก
</button>
<button
class=
"btn btn-primary btn-sm"
type=
"cancel"
(
click
)="
model
.
dismiss
('
Cross
click
')"
>
ยกเลิก
</button>
</div>
</div>
</div>
...
...
@@ -102,32 +110,32 @@
[(
ngModel
)]="
modelContact
.
ctHead
"
/>
</div>
</div>
</div
>
<div
class=
" row
"
>
<div
class=
" col-md-12
"
>
<div
class=
" form-group"
>
<label>
หน้าต่างที่มี BUG
</label>
<input
readonly
class=
" form-control"
placeholder=
""
type=
"text"
[(
ngModel
)]="
modelContact
.
ctTab
"
/
>
<div
class=
" row"
>
<div
class=
" col-md-12
"
>
<div
class=
" form-group
"
>
<label>
หน้าต่างที่มี BUG
</label
>
<input
readonly
class=
" form-control"
placeholder=
""
type=
"text"
[(
ngModel
)]="
modelContact
.
ctTab
"
/>
</div
>
</div>
</div>
</div
>
<div
class=
" row
"
>
<div
class=
" col-md-12
"
>
<div
class=
" form-group"
>
<label>
ชื่อผู้แจ้ง
</label>
<input
readonly
class=
" form-control"
placeholder=
""
type=
"text"
[(
ngModel
)]="
modelContact
.
ctName
"
/
>
<div
class=
" row"
>
<div
class=
" col-md-12
"
>
<div
class=
" form-group
"
>
<label>
ชื่อผู้แจ้ง
</label
>
<input
readonly
class=
" form-control"
placeholder=
""
type=
"text"
[(
ngModel
)]="
modelContact
.
ctName
"
/>
</div
>
</div>
</div>
</div
>
<div
class=
"row
"
>
<div
class=
"col-sm-12 mb-1"
>
<label
for=
"exampleFormControlSelect1"
>
วันที่แจ้ง
</label
>
<
input
readonly
type=
"date"
class=
"form-control"
[(
ngModel
)]="
sDate
"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 mb-1
"
>
<label
for=
"exampleFormControlSelect1"
>
วันที่แจ้ง
</label
>
<input
readonly
type=
"date"
class=
"form-control"
[(
ngModel
)]="
sDate
"
>
<
/div
>
</div>
</div>
</div>
</div>
</div>
</ng-template>
\ No newline at end of file
</ng-template>
This diff is collapsed.
Click to expand it.
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