|
@@ -23,7 +23,49 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
|
|
|
|
|
+=======
|
|
|
|
+ <div class="col-12" *ngIf="reportVal">
|
|
|
|
+ <h2 class="title">بيانات صاحب البلاغ</h2>
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-12">
|
|
|
|
+ <div class="wrapper">
|
|
|
|
+ <div class="col-12">
|
|
|
|
+ <input type="text" class="form-control searchEmp" placeholder="البحث ( برقم الهويه / الرقم الوظيفي )" style="width:85%; float:right" appOnlyNumber [(ngModel)]="search" [ngModelOptions]="{standalone: true}"/>
|
|
|
|
+ <button class="btn btn-success" type="button" style="float:right; margin:0 2px;" (click)="getValue()">أبحث</button>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="col-12 col-md-4" style="margin: 20px 0">
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label for="name" style="float:right">الإسم<span class="spanReqired-w">*</span></label>
|
|
|
|
+ <input type="text" class="form-control" id="name" [ngModel]="reportAuthor.name" [ngModelOptions]="{standalone: true}" [disabled]="true"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-12 col-md-4" style="margin: 20px 0">
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label for="identityNumber" style="float:right">رقم الهويه <span class="spanReqired-w">*</span></label>
|
|
|
|
+ <input type="phone" class="form-control" id="identityNumber" [ngModel]="reportAuthor.identity_number" [ngModelOptions]="{standalone: true}" [disabled]="true"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-12 col-md-4" style="margin: 20px 0">
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label for="functionalNumber" style="float:right">رقم الوظيفي <span class="spanReqired-w">*</span></label>
|
|
|
|
+ <input type="phone" class="form-control" id="functionalNumber" [ngModel]="reportAuthor.functional_number" [ngModelOptions]="{standalone: true}" [disabled]="true"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-12 col-md-4">
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label for="phone" style="float:right">الهاتف<span class="spanReqired-w">*</span></label>
|
|
|
|
+ <input type="phone" class="form-control" id="phone" [ngModel]="reportAuthor.phone" [ngModelOptions]="{standalone: true}" [disabled]="true"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+>>>>>>> edd920e7640f2b8f1a78ada19baa948662912dae
|
|
<div class="col-12">
|
|
<div class="col-12">
|
|
<h2 class="title">بيانات مقدم البلاغ</h2>
|
|
<h2 class="title">بيانات مقدم البلاغ</h2>
|
|
<div class="row">
|
|
<div class="row">
|