|
@@ -49,33 +49,6 @@
|
|
|
<input id="name" type="text" class="form-control" placeholder="الإداره" ngModel name="comm_adminstration_creator_name" [(ngModel)]="userData.comm_adminstration_creator_name" [disabled]="disabledInput" />
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
-
|
|
|
- <div class="col-12 col-sm-12 col-md-6 col-lg-4">
|
|
|
- <div class="form-group">
|
|
|
- <label style="float:right">رقم الجوال <span class="spanReqired-w">*</span></label>
|
|
|
- <input type="phone" placeholder="رقم الجوال" class="form-control" ngModel name="phone" [(ngModel)]="userData.comm_creator_phone" [disabled]="disabledInput" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="col-12 col-sm-12 col-md-6 col-lg-4">
|
|
|
- <div class="form-group">
|
|
|
- <label for="endDate" style="float:right" >التاريخ<span class="spanReqired-w">*</span></label>
|
|
|
- <div *ngIf='bindingDateSplitEnd'>
|
|
|
- <app-end-higri-date (onDatePicked)="getDate($event, 'end')" [myEndDate]="bindingDateSplitEnd" [higriDisabled]="disabledVal"> </app-end-higri-date>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="col-12 col-sm-12 col-md-6 col-lg-4">
|
|
|
- <div class="form-group">
|
|
|
- <label for="time" style="float:right"> الوقت<span class="spanReqired-w">*</span></label>
|
|
|
- <input type="time" id="time" placeholder="الوقت" class="form-control" ngModel name="time" [(ngModel)]="maintData.created_time" [disabled]="disabledInput" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -116,6 +89,30 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+ <div class="col-12 col-sm-12 col-md-6 col-lg-4">
|
|
|
+ <div class="form-group">
|
|
|
+ <label style="float:right">رقم الجوال <span class="spanReqired-w">*</span></label>
|
|
|
+ <input type="phone" placeholder="رقم الجوال" class="form-control" ngModel name="phone" [(ngModel)]="userData.comm_creator_phone" [disabled]="disabledInput" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-sm-12 col-md-6 col-lg-4">
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="endDate" style="float:right" >التاريخ<span class="spanReqired-w">*</span></label>
|
|
|
+ <div *ngIf='bindingDateSplitEnd'>
|
|
|
+ <app-end-higri-date (onDatePicked)="getDate($event, 'end')" [myEndDate]="bindingDateSplitEnd" [higriDisabled]="disabledVal"> </app-end-higri-date>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-sm-12 col-md-6 col-lg-4">
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="time" style="float:right"> الوقت<span class="spanReqired-w">*</span></label>
|
|
|
+ <input type="time" id="time" placeholder="الوقت" class="form-control" ngModel name="time" [(ngModel)]="maintData.created_time" [disabled]="disabledInput" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
<div class="col-12">
|
|
|
<h2 class="title">المرفقات</h2>
|
|
|
<div class="row">
|