Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mortezavifar
Queuing2
Commits
d6471955
Commit
d6471955
authored
Jun 23, 2021
by
abbasmortezavifar
Browse files
add input
parent
bf3986ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/admin/panel-ok/panel-ok.component.ts
View file @
d6471955
...
@@ -17,7 +17,20 @@ export class PanelOkComponent implements OnInit {
...
@@ -17,7 +17,20 @@ export class PanelOkComponent implements OnInit {
selectedType
:
any
=
1
;
selectedType
:
any
=
1
;
selectedLocation
:
any
=
1
;
selectedLocation
:
any
=
1
;
constructor
(
private
http
:
ServerService
)
{}
constructor
(
private
http
:
ServerService
)
{}
vlaueChange
(
value
:
string
)
{
this
.
sicks
=
[];
if
(
value
!=
''
)
{
this
.
http
.
srhItem
(
value
).
subscribe
((
data
)
=>
{
for
(
let
i
=
0
;
i
<
data
.
length
;
i
++
)
{
if
(
data
[
i
].
state
==
2
)
{
this
.
sicks
.
push
(
data
[
i
]);
}
}
});
}
else
{
this
.
ngOnInit
();
}
}
isCheckAm
(
check
:
any
)
{
isCheckAm
(
check
:
any
)
{
if
(
check
.
target
.
checked
)
{
if
(
check
.
target
.
checked
)
{
this
.
Am
=
true
;
this
.
Am
=
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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