call tracking changes

This commit is contained in:
gandhimathi 2018-04-24 18:20:20 +05:30
parent 0a1de753a2
commit ee7bad935d

View File

@ -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>-->
&lt;!&ndash; <option value="">Select Status</option>&ndash;&gt;
</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>-->
&lt;!&ndash; <option value="">Select</option>&ndash;&gt;
</select>
</td>
</tr>
</tr>-->
<tr>
<td>Status</td>
<!--