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
bb2ef4af
Commit
bb2ef4af
authored
Dec 09, 2021
by
Chanachai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ปุ่มค้นหาสามารถเอาข้อมูลมา
parent
2886356c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
106 additions
and
32 deletions
+106
-32
app.module.ts
src/app/app.module.ts
+3
-0
rooms.model.ts
src/app/models/rooms.model.ts
+1
-0
admin-equirment.component.html
src/app/pages/admin-equirment/admin-equirment.component.html
+41
-22
admin-equirment.component.ts
src/app/pages/admin-equirment/admin-equirment.component.ts
+18
-3
admin-pending.component.html
src/app/pages/admin-pending/admin-pending.component.html
+0
-0
admin-pending.component.ts
src/app/pages/admin-pending/admin-pending.component.ts
+41
-3
room-detail.service.ts
src/app/service/room-detail.service.ts
+2
-2
room.service.ts
src/app/service/room.service.ts
+0
-2
No files found.
src/app/app.module.ts
View file @
bb2ef4af
...
@@ -23,6 +23,8 @@ import { AdminPendingComponent } from './pages/admin-pending/admin-pending.compo
...
@@ -23,6 +23,8 @@ import { AdminPendingComponent } from './pages/admin-pending/admin-pending.compo
import
{
PendingComponent
}
from
'./pages/pending/pending.component'
;
import
{
PendingComponent
}
from
'./pages/pending/pending.component'
;
import
{
AdminEquirmentComponent
}
from
'./pages/admin-equirment/admin-equirment.component'
;
import
{
AdminEquirmentComponent
}
from
'./pages/admin-equirment/admin-equirment.component'
;
import
{
ReactiveFormsModule
}
from
'@angular/forms'
;
FullCalendarModule
.
registerPlugins
([
// register FullCalendar plugins
FullCalendarModule
.
registerPlugins
([
// register FullCalendar plugins
dayGridPlugin
,
dayGridPlugin
,
interactionPlugin
interactionPlugin
...
@@ -39,6 +41,7 @@ FullCalendarModule.registerPlugins([ // register FullCalendar plugins
...
@@ -39,6 +41,7 @@ FullCalendarModule.registerPlugins([ // register FullCalendar plugins
AppRoutingModule
,
AppRoutingModule
,
ToastrModule
.
forRoot
(),
ToastrModule
.
forRoot
(),
FullCalendarModule
,
FullCalendarModule
,
ReactiveFormsModule
,
],
],
declarations
:
[
AppComponent
,
AdminLayoutComponent
,
AuthLayoutComponent
,
HomePageComponent
,
EquipmentComponent
,
CalenRoomComponent
,
AdminPendingComponent
,
PendingComponent
,
AdminEquirmentComponent
],
declarations
:
[
AppComponent
,
AdminLayoutComponent
,
AuthLayoutComponent
,
HomePageComponent
,
EquipmentComponent
,
CalenRoomComponent
,
AdminPendingComponent
,
PendingComponent
,
AdminEquirmentComponent
],
providers
:
[],
providers
:
[],
...
...
src/app/models/rooms.model.ts
View file @
bb2ef4af
...
@@ -11,6 +11,7 @@ export class Room {
...
@@ -11,6 +11,7 @@ export class Room {
Object
.
assign
(
this
,
init
);
Object
.
assign
(
this
,
init
);
this
.
rId
=
0
;
this
.
rId
=
0
;
this
.
rName
=
''
;
this
.
rName
=
''
;
this
.
rType
=
''
;
this
.
rPic
=
''
;
this
.
rPic
=
''
;
this
.
roomLimit
=
0
;
this
.
roomLimit
=
0
;
this
.
rDesc
=
''
;
this
.
rDesc
=
''
;
...
...
src/app/pages/admin-equirment/admin-equirment.component.html
View file @
bb2ef4af
...
@@ -39,7 +39,8 @@
...
@@ -39,7 +39,8 @@
<div
class=
"d-grid gap-2 a-md-flex justify-content-md-end "
>
<div
class=
"d-grid gap-2 a-md-flex justify-content-md-end "
>
<button
class=
"btn btn-sm btn-outline-primary"
<button
class=
"btn btn-sm btn-outline-primary"
(
click
)="
bookRoom
(
editroom
,
item
)"
>
แก้ไข
</button>
(
click
)="
bookRoom
(
editroom
,
item
)"
>
แก้ไข
</button>
<button
class=
"btn btn-sm btn-danger"
type=
"button.dispose"
(
click
)="
modal
.
close
()"
>
ลบ
</button>
<button
class=
"btn btn-sm btn-danger"
type=
"button.dispose"
(
click
)="
modal
.
close
()"
>
ลบ
</button>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -94,7 +95,8 @@
...
@@ -94,7 +95,8 @@
<div
class=
"d-grid gap-2 a-md-flex justify-content-md-end"
>
<div
class=
"d-grid gap-2 a-md-flex justify-content-md-end"
>
<button
class=
"btn btn-sm btn-outline-primary"
<button
class=
"btn btn-sm btn-outline-primary"
(
click
)="
bookEquir
(
editLend
,
item
)"
>
แก้ไข
</button>
(
click
)="
bookEquir
(
editLend
,
item
)"
>
แก้ไข
</button>
<button
class=
"btn btn-sm btn-danger"
type=
"button.dispose"
>
ลบ
</button>
<button
class=
"btn btn-sm btn-danger"
type=
"button.dispose"
>
ลบ
</button>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -114,7 +116,6 @@
...
@@ -114,7 +116,6 @@
<option
[
ngValue
]="
100
"
>
100 items per page
</option>
<option
[
ngValue
]="
100
"
>
100 items per page
</option>
</select>
</select>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -124,7 +125,7 @@
...
@@ -124,7 +125,7 @@
<div
[
ngbNavOutlet
]="
nav
"
></div>
<div
[
ngbNavOutlet
]="
nav
"
></div>
</div>
</div>
<ng-template
#
contentroom
let-modal
>
<ng-template
#
contentroom
let-modal
>
<div
class=
" col-md-12"
style=
"padding: 0; "
>
<div
class=
" col-md-12"
style=
"padding: 0; "
>
<div
class=
"card"
style=
"margin: 0; "
>
<div
class=
"card"
style=
"margin: 0; "
>
<div
class=
" card-header"
>
<div
class=
" card-header"
>
...
@@ -145,7 +146,8 @@
...
@@ -145,7 +146,8 @@
<div
class=
" form-group"
>
<div
class=
" form-group"
>
<label>
ประเภท
</label>
<label>
ประเภท
</label>
<br>
<br>
<select
class=
"form-select"
aria-label=
"Default select example"
[(
ngModel
)]="
modelRoom
.
rType
"
>
<select
class=
"form-select"
aria-label=
"Default select example"
[(
ngModel
)]="
modelRoom
.
rType
"
>
<option
selected
>
เลือกประเภท
</option>
<option
selected
>
เลือกประเภท
</option>
<option
value=
"1"
>
ห้อง
</option>
<option
value=
"1"
>
ห้อง
</option>
<option
value=
"2"
>
รถ
</option>
<option
value=
"2"
>
รถ
</option>
...
@@ -168,13 +170,14 @@
...
@@ -168,13 +170,14 @@
</div>
</div>
<div
class=
" card-footer"
>
<div
class=
" card-footer"
>
<button
class=
" btn btn-fill btn-danger"
type=
"submit"
(
click
)="
saveRoom
()"
>
Save
</button>
<button
class=
" btn btn-fill btn-danger"
type=
"submit"
(
click
)="
saveRoom
()"
>
Save
</button>
<button
class=
" btn btn-fill btn-danger"
type=
"cancel"
(
click
)="
modal
.
dismiss
('
Cross
click
')"
>
Cancel
</button>
<button
class=
" btn btn-fill btn-danger"
type=
"cancel"
(
click
)="
modal
.
dismiss
('
Cross
click
')"
>
Cancel
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</ng-template>
</ng-template>
<ng-template
#
contentequirment
let-modal
>
<ng-template
#
contentequirment
let-modal
>
<div
class=
" col-md-12"
style=
"padding: 0; "
>
<div
class=
" col-md-12"
style=
"padding: 0; "
>
<div
class=
"card"
style=
"margin: 0; "
>
<div
class=
"card"
style=
"margin: 0; "
>
<div
class=
" card-header"
>
<div
class=
" card-header"
>
...
@@ -186,8 +189,8 @@
...
@@ -186,8 +189,8 @@
<div
class=
" col-md-12"
>
<div
class=
" col-md-12"
>
<div
class=
" form-group"
>
<div
class=
" form-group"
>
<label>
ชื่อ
</label>
<label>
ชื่อ
</label>
<input
class=
" form-control"
placeholder=
""
type=
"text"
[(
ngModel
)]="
modelEquirment
.
eqName
"
<input
class=
" form-control"
placeholder=
""
type=
"text"
value=
""
/>
[(
ngModel
)]="
modelEquirment
.
eqName
"
value=
""
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -196,8 +199,8 @@
...
@@ -196,8 +199,8 @@
<div
class=
" form-group"
>
<div
class=
" form-group"
>
<label>
หมวดหมู่
</label>
<label>
หมวดหมู่
</label>
<br>
<br>
<select
class=
"form-select"
<select
class=
"form-select"
aria-label=
"Default select example"
aria-label=
"Default select example"
[(
ngModel
)]="
modelEquirment
.
eqType
"
>
[(
ngModel
)]="
modelEquirment
.
eqType
"
>
<option
selected
>
เลือกหมวดหมู่
</option>
<option
selected
>
เลือกหมวดหมู่
</option>
<option
value=
"4"
>
IT
</option>
<option
value=
"4"
>
IT
</option>
<option
value=
"5"
>
Company
</option>
<option
value=
"5"
>
Company
</option>
...
@@ -209,26 +212,25 @@
...
@@ -209,26 +212,25 @@
<div
class=
" col-md-12"
>
<div
class=
" col-md-12"
>
<div
class=
" form-group"
>
<div
class=
" form-group"
>
<label>
รายละเอียด
</label>
<label>
รายละเอียด
</label>
<textarea
class=
"form-control"
<textarea
class=
"form-control"
id=
"exampleFormControlTextarea1"
rows=
"3"
id=
"exampleFormControlTextarea1"
rows=
"3"
placeholder=
"......"
[(
ngModel
)]="
modelEquirment
.
eqDesc
"
></textarea>
placeholder=
"......"
[(
ngModel
)]="
modelEquirment
.
eqDesc
"
></textarea>
</div>
</div>
</div>
</div>
</div>
</div>
<label
for=
"exampleFormControlFile"
>
แนบไฟล์รูปภาพ
</label>
<label
for=
"exampleFormControlFile"
>
แนบไฟล์รูปภาพ
</label>
<input
type=
"file"
class=
"form-control-file"
<input
type=
"file"
class=
"form-control-file"
id=
"exampleFormControlFile"
>
id=
"exampleFormControlFile"
>
</form>
</form>
</div>
</div>
<div
class=
" card-footer"
>
<div
class=
" card-footer"
>
<button
class=
" btn btn-fill btn-danger"
type=
"submit"
(
click
)="
saveEquirment
()"
>
Save
</button>
<button
class=
" btn btn-fill btn-danger"
type=
"submit"
(
click
)="
saveEquirment
()"
>
Save
</button>
<button
class=
" btn btn-fill btn-danger"
type=
"cancel"
(
click
)="
modal
.
dismiss
('
Cross
click
')"
>
Cancel
</button>
<button
class=
" btn btn-fill btn-danger"
type=
"cancel"
(
click
)="
modal
.
dismiss
('
Cross
click
')"
>
Cancel
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</ng-template>
</ng-template>
<ng-template
#
editroom
let-modal
>
<ng-template
#
editroom
let-modal
>
<div
class=
" col-md-12"
style=
"padding: 0; "
>
<div
class=
" col-md-12"
style=
"padding: 0; "
>
<div
class=
"card"
style=
"margin: 0; "
>
<div
class=
"card"
style=
"margin: 0; "
>
<div
class=
" card-header"
>
<div
class=
" card-header"
>
...
@@ -240,7 +242,8 @@
...
@@ -240,7 +242,8 @@
<div
class=
" col-md-12"
>
<div
class=
" col-md-12"
>
<div
class=
" form-group"
>
<div
class=
" form-group"
>
<label>
ชื่อ
</label>
<label>
ชื่อ
</label>
<input
class=
" form-control"
type=
"text"
[(
ngModel
)]="
modelroomDetail
.
room
.
rName
"
>
<input
class=
" form-control"
type=
"text"
[(
ngModel
)]="
modelroomDetail
.
room
.
rName
"
value=
""
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -261,17 +264,32 @@
...
@@ -261,17 +264,32 @@
</div>
</div>
</div>
</div>
</div>
</div>
<form
[
formGroup
]="
myForm
"
>
Value: {{ myForm.value | json }}
<hr>
<input
placeholder=
"First name"
formControlName=
"firstName"
>
<input
placeholder=
"Last name"
formControlName=
"lastName"
>
<input
placeholder=
"email"
formControlName=
"email"
>
<input
placeholder=
"phone"
formControlName=
"phone"
>
<div
formGroupName=
"address"
>
<input
placeholder=
"house number, road"
formControlName=
"address1"
>
<input
placeholder=
"sub districe, district"
formControlName=
"address2"
>
<input
placeholder=
"province"
formControlName=
"province"
>
<input
placeholder=
"postalCode"
formControlName=
"postalCode"
>
</div>
</form>
</form>
</form>
</div>
</div>
<div
class=
" card-footer"
>
<div
class=
" card-footer"
>
<button
class=
" btn btn-fill btn-danger"
type=
"submit"
(
click
)="
editRoom
()"
>
Save
</button>
<button
class=
" btn btn-fill btn-danger"
type=
"submit"
(
click
)="
editRoom
()"
>
Save
</button>
<button
class=
" btn btn-fill btn-danger"
type=
"cancel"
(
click
)="
modal
.
dismiss
('
Cross
click
')"
>
Cancel
</button>
<button
class=
" btn btn-fill btn-danger"
type=
"cancel"
(
click
)="
modal
.
dismiss
('
Cross
click
')"
>
Cancel
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</ng-template>
</ng-template>
<ng-template
#
editLend
let-modal
>
<ng-template
#
editLend
let-modal
>
<div
class=
" col-md-12"
style=
"padding: 0; "
>
<div
class=
" col-md-12"
style=
"padding: 0; "
>
<div
class=
"card"
style=
"margin: 0; "
>
<div
class=
"card"
style=
"margin: 0; "
>
<div
class=
" card-header"
>
<div
class=
" card-header"
>
...
@@ -309,13 +327,14 @@
...
@@ -309,13 +327,14 @@
</div>
</div>
<div
class=
" card-footer"
>
<div
class=
" card-footer"
>
<button
class=
" btn btn-fill btn-danger"
type=
"submit"
(
click
)="
saveEquirment
()"
>
Save
</button>
<button
class=
" btn btn-fill btn-danger"
type=
"submit"
(
click
)="
saveEquirment
()"
>
Save
</button>
<button
class=
" btn btn-fill btn-danger"
type=
"cancel"
(
click
)="
modal
.
dismiss
('
Cross
click
')"
>
Cancel
</button>
<button
class=
" btn btn-fill btn-danger"
type=
"cancel"
(
click
)="
modal
.
dismiss
('
Cross
click
')"
>
Cancel
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</ng-template>
</ng-template>
<ng-template
#
Room
let-modal
>
<ng-template
#
Room
let-modal
>
<div
class=
" col-md-12"
style=
"padding: 0; "
>
<div
class=
" col-md-12"
style=
"padding: 0; "
>
<div
class=
"card"
style=
"margin: 0; "
>
<div
class=
"card"
style=
"margin: 0; "
>
<div
class=
" card-header"
>
<div
class=
" card-header"
>
...
...
src/app/pages/admin-equirment/admin-equirment.component.ts
View file @
bb2ef4af
...
@@ -7,6 +7,7 @@ import { Room } from 'src/app/models/rooms.model';
...
@@ -7,6 +7,7 @@ import { Room } from 'src/app/models/rooms.model';
import
{
EquirmentService
}
from
'src/app/service/equirment.service'
;
import
{
EquirmentService
}
from
'src/app/service/equirment.service'
;
import
{
RoomService
}
from
'src/app/service/room.service'
;
import
{
RoomService
}
from
'src/app/service/room.service'
;
import
{
roomDetailService
}
from
'src/app/service/room-detail.service'
;
import
{
roomDetailService
}
from
'src/app/service/room-detail.service'
;
import
{
FormBuilder
,
FormGroup
}
from
'@angular/forms'
;
@
Component
({
@
Component
({
selector
:
'app-admin-equirment'
,
selector
:
'app-admin-equirment'
,
...
@@ -14,6 +15,7 @@ import { roomDetailService } from 'src/app/service/room-detail.service';
...
@@ -14,6 +15,7 @@ import { roomDetailService } from 'src/app/service/room-detail.service';
styleUrls
:
[
'./admin-equirment.component.scss'
]
styleUrls
:
[
'./admin-equirment.component.scss'
]
})
})
export
class
AdminEquirmentComponent
implements
OnInit
{
export
class
AdminEquirmentComponent
implements
OnInit
{
myForm
:
FormGroup
;
time
=
{
hour
:
13
,
minute
:
30
};
time
=
{
hour
:
13
,
minute
:
30
};
page
=
1
;
page
=
1
;
pageSize
=
10
;
pageSize
=
10
;
...
@@ -33,8 +35,21 @@ export class AdminEquirmentComponent implements OnInit {
...
@@ -33,8 +35,21 @@ export class AdminEquirmentComponent implements OnInit {
modelitemDetail
=
new
itemDetail
();
modelitemDetail
=
new
itemDetail
();
modelroomDetail
=
new
roomDetail
();
modelroomDetail
=
new
roomDetail
();
constructor
(
private
modalService
:
NgbModal
,
private
equirmentService
:
EquirmentService
,
private
roomService
:
RoomService
,
private
roomDetailService
:
roomDetailService
)
{
constructor
(
private
modalService
:
NgbModal
,
private
equirmentService
:
EquirmentService
,
private
roomService
:
RoomService
,
private
roomDetailService
:
roomDetailService
,
private
fb
:
FormBuilder
)
{
this
.
myForm
=
this
.
fb
.
group
({
firstName
:
''
,
lastName
:
''
,
email
:
''
,
phone
:
''
,
address
:
this
.
fb
.
group
({
address1
:
''
,
address2
:
''
,
province
:
''
,
postalCode
:
''
})
});
this
.
myForm
.
valueChanges
.
subscribe
(
console
.
log
);
}
}
ngOnInit
()
{
ngOnInit
()
{
...
@@ -144,7 +159,7 @@ export class AdminEquirmentComponent implements OnInit {
...
@@ -144,7 +159,7 @@ export class AdminEquirmentComponent implements OnInit {
}
}
editRoom
()
{
editRoom
()
{
this
.
room
Service
.
editroom
(
this
.
modelRoom
);
this
.
room
DetailService
.
editroomDetail
(
this
.
modelroomDetail
);
this
.
modalService
.
dismissAll
();
this
.
modalService
.
dismissAll
();
this
.
ngOnInit
();
this
.
ngOnInit
();
}
}
...
...
src/app/pages/admin-pending/admin-pending.component.html
View file @
bb2ef4af
This diff is collapsed.
Click to expand it.
src/app/pages/admin-pending/admin-pending.component.ts
View file @
bb2ef4af
...
@@ -60,6 +60,16 @@ export class AdminPendingComponent implements OnInit {
...
@@ -60,6 +60,16 @@ export class AdminPendingComponent implements OnInit {
fromDate
:
NgbDate
|
null
;
fromDate
:
NgbDate
|
null
;
toDate
:
NgbDate
|
null
;
toDate
:
NgbDate
|
null
;
thStime
:
string
;
thEtime
:
string
;
thtimeChange
(
time
:
string
,
item
:
any
){
let
timeSplit
=
time
.
split
(
":"
)
item
.
hour
=
parseInt
(
timeSplit
[
0
])
item
.
minute
=
parseInt
(
timeSplit
[
1
])
console
.
log
(
this
.
modelroomDetail
)
}
constructor
(
private
calendar
:
NgbCalendar
,
public
formatter
:
NgbDateParserFormatter
,
private
modalService
:
NgbModal
,
private
itemDetailService
:
itemDetailService
,
private
roomDetailService
:
roomDetailService
)
{
constructor
(
private
calendar
:
NgbCalendar
,
public
formatter
:
NgbDateParserFormatter
,
private
modalService
:
NgbModal
,
private
itemDetailService
:
itemDetailService
,
private
roomDetailService
:
roomDetailService
)
{
this
.
fromDate
=
calendar
.
getToday
();
this
.
fromDate
=
calendar
.
getToday
();
this
.
toDate
=
calendar
.
getNext
(
calendar
.
getToday
(),
'd'
,
10
);
this
.
toDate
=
calendar
.
getNext
(
calendar
.
getToday
(),
'd'
,
10
);
...
@@ -90,10 +100,20 @@ export class AdminPendingComponent implements OnInit {
...
@@ -90,10 +100,20 @@ export class AdminPendingComponent implements OnInit {
this
.
closeResult
=
`Dismissed
${
this
.
getDismissReason
(
reason
)}
`
;
this
.
closeResult
=
`Dismissed
${
this
.
getDismissReason
(
reason
)}
`
;
});
});
}
}
date
=
'10-12-2561'
show
(
a
:
string
){
console
.
log
(
a
)
}
sDate
=
""
eDate
=
""
openItemDetail
(
content
:
string
,
item
:
itemDetail
)
{
openItemDetail
(
content
:
string
,
item
:
itemDetail
)
{
this
.
modelitemDetail
=
item
;
this
.
modelitemDetail
=
item
;
console
.
log
(
item
);
this
.
thStime
=
this
.
modelitemDetail
.
sTime
.
hour
+
':'
+
this
.
modelitemDetail
.
sTime
.
minute
this
.
thEtime
=
this
.
modelitemDetail
.
eTime
.
hour
+
':'
+
this
.
modelitemDetail
.
eTime
.
minute
let
SDate
=
this
.
modelitemDetail
.
sDate
.
split
(
'/'
)
this
.
sDate
=
SDate
[
2
]
+
"-"
+
SDate
[
1
]
+
"-"
+
SDate
[
0
]
let
EDate
=
this
.
modelitemDetail
.
eDate
.
split
(
'/'
)
this
.
eDate
=
EDate
[
2
]
+
"-"
+
EDate
[
1
]
+
"-"
+
EDate
[
0
]
this
.
modalService
.
open
(
content
,
{
ariaLabelledBy
:
'modal-basic-title'
}).
result
.
then
((
result
)
=>
{
this
.
modalService
.
open
(
content
,
{
ariaLabelledBy
:
'modal-basic-title'
}).
result
.
then
((
result
)
=>
{
this
.
closeResult
=
`Closed with:
${
result
}
`
;
this
.
closeResult
=
`Closed with:
${
result
}
`
;
},
(
reason
)
=>
{
},
(
reason
)
=>
{
...
@@ -101,9 +121,27 @@ export class AdminPendingComponent implements OnInit {
...
@@ -101,9 +121,27 @@ export class AdminPendingComponent implements OnInit {
});
});
}
}
rDate
(
item
:
string
,
item2
:
string
){
let
Dates
=
item
.
split
(
"-"
)
let
dates
=
Dates
[
2
]
+
"/"
+
Dates
[
1
]
+
"/"
+
Dates
[
0
]
if
(
item2
==
"sdate"
){
this
.
modelitemDetail
.
sDate
=
dates
}
if
(
item2
==
"edate"
){
this
.
modelitemDetail
.
eDate
=
dates
}
console
.
log
(
this
.
sDate
)
}
openRoomDetail
(
content
:
string
,
item
:
roomDetail
)
{
openRoomDetail
(
content
:
string
,
item
:
roomDetail
)
{
this
.
modelroomDetail
=
item
;
this
.
modelroomDetail
=
item
;
console
.
log
(
item
);
this
.
thStime
=
this
.
modelroomDetail
.
sTime
.
hour
+
':'
+
this
.
modelroomDetail
.
sTime
.
minute
this
.
thEtime
=
this
.
modelroomDetail
.
eTime
.
hour
+
':'
+
this
.
modelroomDetail
.
eTime
.
minute
let
SDate
=
this
.
modelroomDetail
.
sDate
.
split
(
'/'
)
this
.
sDate
=
SDate
[
2
]
+
"-"
+
SDate
[
1
]
+
"-"
+
SDate
[
0
]
let
EDate
=
this
.
modelroomDetail
.
eDate
.
split
(
'/'
)
this
.
eDate
=
EDate
[
2
]
+
"-"
+
EDate
[
1
]
+
"-"
+
EDate
[
0
]
this
.
modalService
.
open
(
content
,
{
ariaLabelledBy
:
'modal-basic-title'
}).
result
.
then
((
result
)
=>
{
this
.
modalService
.
open
(
content
,
{
ariaLabelledBy
:
'modal-basic-title'
}).
result
.
then
((
result
)
=>
{
this
.
closeResult
=
`Closed with:
${
result
}
`
;
this
.
closeResult
=
`Closed with:
${
result
}
`
;
},
(
reason
)
=>
{
},
(
reason
)
=>
{
...
...
src/app/service/room-detail.service.ts
View file @
bb2ef4af
...
@@ -13,7 +13,7 @@ export class roomDetailService {
...
@@ -13,7 +13,7 @@ export class roomDetailService {
room
:
{
room
:
{
rId
:
1
,
rId
:
1
,
rName
:
"ห้องเดียว"
,
rName
:
"ห้องเดียว"
,
rType
:
"ห้อง"
,
rType
:
"ห้อง"
,
rPic
:
"assets/img/room.jpg"
,
rPic
:
"assets/img/room.jpg"
,
roomLimit
:
25
,
roomLimit
:
25
,
rDesc
:
"จำนวนคน 25 คน"
,
rDesc
:
"จำนวนคน 25 คน"
,
...
@@ -39,7 +39,7 @@ export class roomDetailService {
...
@@ -39,7 +39,7 @@ export class roomDetailService {
room
:
{
room
:
{
rId
:
2
,
rId
:
2
,
rName
:
"ห้องคู่"
,
rName
:
"ห้องคู่"
,
rType
:
"ห้อง"
,
rType
:
"ห้อง"
,
rPic
:
"assets/img/room.jpg"
,
rPic
:
"assets/img/room.jpg"
,
roomLimit
:
50
,
roomLimit
:
50
,
rDesc
:
"จำนวนคน 50 คน"
,
rDesc
:
"จำนวนคน 50 คน"
,
...
...
src/app/service/room.service.ts
View file @
bb2ef4af
...
@@ -3,8 +3,6 @@ import { HttpClient, HttpHeaders } from '@angular/common/http';
...
@@ -3,8 +3,6 @@ import { HttpClient, HttpHeaders } from '@angular/common/http';
import
{
Room
,
SearchRoomModel
}
from
'../models/rooms.model'
;
import
{
Room
,
SearchRoomModel
}
from
'../models/rooms.model'
;
import
{
roomDetail
}
from
'../models/roomDetail.model'
;
import
{
roomDetail
}
from
'../models/roomDetail.model'
;
@
Injectable
({
providedIn
:
'root'
})
@
Injectable
({
providedIn
:
'root'
})
export
class
RoomService
{
export
class
RoomService
{
...
...
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