Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dynacmic-myhr
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
angular
dynacmic-myhr
Commits
0e1292ad
Commit
0e1292ad
authored
Jul 24, 2024
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
domain companyid
parent
539f7e82
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
1 deletions
+33
-1
layout-widjet-setting.component.html
...ayout-widjet-setting/layout-widjet-setting.component.html
+30
-0
layout-widjet-setting.component.ts
.../layout-widjet-setting/layout-widjet-setting.component.ts
+2
-0
widjet.service.ts
src/app/services/widjet.service.ts
+1
-1
No files found.
src/app/layout-widjet-setting/layout-widjet-setting.component.html
View file @
0e1292ad
...
...
@@ -18,6 +18,36 @@
Please enter a Username
</div>
</div>
<div
class=
"mb-4 position-relative"
>
<label
for=
"exampleInputPassword1"
class=
"form-label"
>
บริษัท
</label>
<input
[(
ngModel
)]="
companyName
"
name=
"datasource"
type=
"text"
class=
"form-control"
aria-describedby=
"emailHelp"
[
ngModelOptions
]="{
standalone:
true
}"
>
<div
class=
"invalid-feedback"
>
Please enter a Username
</div>
</div>
<div
class=
"mb-4 position-relative"
>
<label
for=
"exampleInputPassword1"
class=
"form-label"
>
Domain
</label>
<input
[(
ngModel
)]="
domain
"
name=
"datasource"
type=
"text"
class=
"form-control"
aria-describedby=
"emailHelp"
[
ngModelOptions
]="{
standalone:
true
}"
>
<div
class=
"invalid-feedback"
>
Please enter a Username
</div>
</div>
<!-- <div class="mb-4 position-relative">
<label for="exampleInputPassword1" class="form-label">บริษัท</label>
<input name="datasource" type="text" class="form-control" aria-describedby="emailHelp">
<div class="invalid-feedback">
Please enter a Username
</div>
</div>
<div class="mb-4 position-relative">
<label for="exampleInputPassword1" class="form-label">Domain</label>
<input name="datasource" type="text" class="form-control" aria-describedby="emailHelp">
<div class="invalid-feedback">
Please enter a Username
</div>
</div> -->
<div
class=
"mb-3 position-relative"
>
<label
for=
"exampleInputEmail1"
class=
"form-label"
>
เลือก Widget
</label>
<select
[(
ngModel
)]="
widgetModel
"
class=
"form-control"
[
ngModelOptions
]="{
standalone:
true
}"
...
...
src/app/layout-widjet-setting/layout-widjet-setting.component.ts
View file @
0e1292ad
...
...
@@ -16,6 +16,8 @@ export class LayoutWidjetSettingComponent implements OnInit {
widgetList
:
Service
[]
=
[]
widgetModel
?:
Service
appName
:
string
=
""
companyName
:
string
=
""
domain
:
string
=
""
constructor
(
private
widjetService
:
WidjetService
)
{
this
.
widgetList
=
this
.
widjetService
.
widjetList
}
...
...
src/app/services/widjet.service.ts
View file @
0e1292ad
...
...
@@ -815,7 +815,7 @@ export class WidjetService {
description
:
"4444"
,
dataModel
:
"4444"
,
dataSoure
:
""
,
api
:
"https://zeeme.myhr.co.th/ZeemeApi/rest/timestamp/empfull-between-date/${companyId}/${memberId}/2024-07-
01/2024-07-23
"
,
api
:
"https://zeeme.myhr.co.th/ZeemeApi/rest/timestamp/empfull-between-date/${companyId}/${memberId}/2024-07-
24/2024-07-24
"
,
width
:
12
,
heigth
:
""
,
tag
:
""
...
...
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