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
0342af61
Commit
0342af61
authored
Nov 29, 2021
by
DESKTOP-HF0LVOG\myhr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add หน้าการจอง/การเบิก
parent
b83251ac
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
equipment.component.html
src/app/pages/equipment/equipment.component.html
+0
-0
equipment.component.ts
src/app/pages/equipment/equipment.component.ts
+24
-0
No files found.
src/app/pages/equipment/equipment.component.html
View file @
0342af61
This diff is collapsed.
Click to expand it.
src/app/pages/equipment/equipment.component.ts
View file @
0342af61
...
@@ -83,6 +83,30 @@ export class EquipmentComponent implements OnInit {
...
@@ -83,6 +83,30 @@ export class EquipmentComponent implements OnInit {
rpic
:
"assets/img/car.jpg"
rpic
:
"assets/img/car.jpg"
},
},
]
]
countries
:
Country
[]
=
[
{
catagory
:
'string'
,
type
:
'string'
,
detail
:
'Moniter'
,
name
:
'a'
,
sdate
:
'2021-11-25'
,
edate
:
'2021-11-25'
,
status
:
'waiting'
,
quantity
:
'1'
,
},
{
catagory
:
'string'
,
type
:
'string'
,
detail
:
'Mouse'
,
name
:
'b'
,
sdate
:
'2021-11-25'
,
edate
:
'2021-11-25'
,
status
:
'waiting'
,
quantity
:
'1'
,
}
];
collectionSize
=
this
.
listEquirment
.
length
;
collectionSize
=
this
.
listEquirment
.
length
;
constructor
(
private
modalService
:
NgbModal
)
{
}
constructor
(
private
modalService
:
NgbModal
)
{
}
...
...
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