call tracking changes
This commit is contained in:
parent
0a1de753a2
commit
ee7bad935d
@ -180,7 +180,8 @@
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr ng-if="userType != 'R004'">
|
||||
<!--ng-if="userType != 'R004'"-->
|
||||
<tr>
|
||||
<td>Assigned To</td>
|
||||
<td>
|
||||
<select class="form-control" name="status" id="Box4" tabindex="8"
|
||||
@ -193,7 +194,7 @@
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr ng-if="userType == 'R004'">
|
||||
<!-- <tr ng-if="userType == 'R004'">
|
||||
<td>Select Branch</td>
|
||||
<td>
|
||||
<select class="form-control" name="status" id="Box43" tabindex="9"
|
||||
@ -201,13 +202,13 @@
|
||||
ng-options="checkBranch.BranchCode as checkBranch.BranchName for checkBranch in staffDetails" ng-change="changeBranch(myModel1.branch);"
|
||||
required>
|
||||
|
||||
<!-- <option value="">Select Status</option>-->
|
||||
<!– <option value="">Select Status</option>–>
|
||||
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</tr>-->
|
||||
|
||||
<tr ng-if="userType == 'R004'">
|
||||
<!--<tr ng-if="userType == 'R004'">
|
||||
<td>Assigned To</td>
|
||||
<td>
|
||||
<select class="form-control" name="status" id="Box44" tabindex="10"
|
||||
@ -215,11 +216,11 @@
|
||||
ng-options="checkStaf.loginId as checkStaf.staffName for checkStaf in staffArray"
|
||||
required>
|
||||
|
||||
<!-- <option value="">Select</option>-->
|
||||
<!– <option value="">Select</option>–>
|
||||
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</tr>-->
|
||||
<tr>
|
||||
<td>Status</td>
|
||||
<!--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user