Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
portal-apps-manage
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
portal-apps-manage
Commits
7830ab69
Commit
7830ab69
authored
Aug 29, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ตั้งรายงานเอ็กเซล
parent
29b62b53
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
angular.json
angular.json
+4
-4
datasource-table.component.html
...myportal/datasource-table/datasource-table.component.html
+3
-3
No files found.
angular.json
View file @
7830ab69
...
...
@@ -72,13 +72,13 @@
"budgets"
:
[
{
"type"
:
"initial"
,
"maximumWarning"
:
"
1
0mb"
,
"maximumError"
:
"
1
0mb"
"maximumWarning"
:
"
2
0mb"
,
"maximumError"
:
"
2
0mb"
},
{
"type"
:
"anyComponentStyle"
,
"maximumWarning"
:
"
1
0mb"
,
"maximumError"
:
"
1
0mb"
"maximumWarning"
:
"
2
0mb"
,
"maximumError"
:
"
2
0mb"
}
],
"fileReplacements"
:
[
...
...
src/app/DPU/myskill-x/myportal/datasource-table/datasource-table.component.html
View file @
7830ab69
...
...
@@ -204,10 +204,10 @@
<div
class=
"ti-modal-body px-4"
>
<div
class=
"grid grid-cols-12 gap-4"
>
<div
class=
"xl:col-span-12 col-span-12 my-2"
*
ngIf=
"action == 'edit'"
>
<div
class=
"xl:col-span-12 col-span-12 my-2"
>
<label
for=
"companyId"
class=
"form-label"
>
{{'รหัสบริษัท' | translate}}
</label>
<input
type=
"text"
class=
"form-control
!bg-input-readonly
"
id=
"companyId"
placeholder=
""
[(
ngModel
)]="
selectModel
.
companyId
"
[
disabled
]="
action =
==
'
edit
'"
>
<input
type=
"text"
class=
"form-control"
id=
"companyId"
placeholder=
""
[(
ngModel
)]="
selectModel
.
companyId
"
[
disabled
]="
action =
==
'
edit
'"
[
ngClass
]="{'!
bg-input-readonly
'
:action =
==
'
edit
'}"
>
<!-- <div class="text-danger" *ngIf="!selectModel.companyId && action === 'add'">
{{'Please fill in information' | translate}}
</div> -->
...
...
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