course details changes done

This commit is contained in:
gandhimathi 2018-01-25 10:26:46 +05:30
parent 379043449f
commit 67c8864e68

View File

@ -151,7 +151,7 @@
</td>
</tr>
<tr>
<tr ng-if="userType != 'R004'">
<td>Assigned To</td>
<td>
<select class="form-control" name="status" id="Box4" tabindex="1"
@ -164,6 +164,33 @@
</select>
</td>
</tr>
<tr ng-if="userType == 'R004'">
<td>Select Branch</td>
<td>
<select class="form-control" name="status" id="Box43" tabindex="1"
ng-model="myModel1.branch"
ng-options="checkBranch.BranchCode as checkBranch.BranchName for checkBranch in staffDetails" ng-change="changeBranch(myModel1.branch);"
required>
<!-- <option value="">Select Status</option>-->
</select>
</td>
</tr>
<tr ng-if="userType == 'R004'">
<td>Assigned To</td>
<td>
<select class="form-control" name="status" id="Box44" tabindex="2"
ng-model="myModel1.assignStaff"
ng-options="checkStaf.loginId as checkStaf.staffName for checkStaf in staffArray"
required>
<!-- <option value="">Select</option>-->
</select>
</td>
</tr>
<tr>
<td>Status</td>
<!--