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