|
@@ -54,8 +54,8 @@
|
|
|
</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"/>
|
|
|
+ <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}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -82,8 +82,8 @@
|
|
|
</div>
|
|
|
<div class="col-12 col-sm-12 col-md-4 col-lg-4">
|
|
|
<div class="form-group">
|
|
|
- <label for="phoneNum" style="float: right;margin-right: 5px"> الهاتف </label>
|
|
|
- <input type="number" placeholNeedder=" الهاتف" class="form-control" name="phoneNum" [ngModel]="dataForm.phoneNum" [disabled]="true" required/>
|
|
|
+ <label for="phoneNum" style="float: right;margin-right: 5px"> رقم الجوال </label>
|
|
|
+ <input type="number" placeholNeedder=" " class="form-control" name="phoneNum" [ngModel]="dataForm.phoneNum" required/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="col-12 col-sm-12 col-md-4 col-lg-4">
|
|
@@ -207,7 +207,7 @@
|
|
|
<thead class="headBackground-w">
|
|
|
<tr>
|
|
|
<th> إسم المرفق</th>
|
|
|
- <th>رفع املف ( بصيغه pdf )</th>
|
|
|
+ <th>رفع الملف ( بصيغه pdf )</th>
|
|
|
<!-- <th>عرض الملف</th> -->
|
|
|
<th>حذف</th>
|
|
|
</tr>
|