Commit 7830ab69 by Nattana Chaiyamat

ตั้งรายงานเอ็กเซล

parent 29b62b53
...@@ -72,13 +72,13 @@ ...@@ -72,13 +72,13 @@
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "10mb", "maximumWarning": "20mb",
"maximumError": "10mb" "maximumError": "20mb"
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",
"maximumWarning": "10mb", "maximumWarning": "20mb",
"maximumError": "10mb" "maximumError": "20mb"
} }
], ],
"fileReplacements": [ "fileReplacements": [
......
...@@ -204,10 +204,10 @@ ...@@ -204,10 +204,10 @@
<div class="ti-modal-body px-4"> <div class="ti-modal-body px-4">
<div class="grid grid-cols-12 gap-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> <label for="companyId" class="form-label">{{'รหัสบริษัท' | translate}}</label>
<input type="text" class="form-control !bg-input-readonly" id="companyId" placeholder="" [(ngModel)]="selectModel.companyId" <input type="text" class="form-control" id="companyId" placeholder="" [(ngModel)]="selectModel.companyId"
[disabled]="action === 'edit'" > [disabled]="action === 'edit'" [ngClass]="{'!bg-input-readonly':action === 'edit'}" >
<!-- <div class="text-danger" *ngIf="!selectModel.companyId && action === 'add'"> <!-- <div class="text-danger" *ngIf="!selectModel.companyId && action === 'add'">
{{'Please fill in information' | translate}} {{'Please fill in information' | translate}}
</div> --> </div> -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment