course details changes done

This commit is contained in:
gandhimathi 2018-03-06 19:58:31 +05:30
parent e8b49be4d1
commit 40dd697f6f

View File

@ -60,7 +60,10 @@
</div>
<div class="col-md-3 form-group"
ng-class="{'has-error':Form.sessionname.$dirty && Form.sessionname.$invalid, 'has-success':Form.sessionname.$valid}">
<label>
<label ng-if="updateModel.feesType.ProgramType=='P001' || setModel.feesType.ProgramType=='P002'">
Session From <span class="symbol required"></span>
</label>
<label ng-if="updateModel.feesType.ProgramType=='Y001'">
Session <span class="symbol required"></span>
</label>
@ -75,9 +78,9 @@
<!--ng-if="Form.stopname.$valid">Thank You!</span>-->
</div>
<div class="col-md-3 form-group"
ng-class="{'has-error':Form.sessionname.$dirty && Form.sessionname.$invalid, 'has-success':Form.sessionname.$valid}">
ng-class="{'has-error':Form.sessionname.$dirty && Form.sessionname.$invalid, 'has-success':Form.sessionname.$valid}" ng-if="updateModel.feesType.ProgramType=='P001' || setModel.feesType.ProgramType=='P002'">
<label>
Session 2<span class="symbol required"></span>
Session To<span class="symbol required"></span>
</label>
<input type="text" placeholder="Enter Session Name"
@ -416,8 +419,8 @@
<tr>
<th>Fees Name</th>
<th>Course Name</th>
<th>Session</th>
<th>Session 2</th>
<th ng-if="existStudentFeesDetails[0].ProgramType=='P001' || existStudentFeesDetails[0].ProgramType=='P002'">Session From/Session To</th>
<th ng-if="existStudentFeesDetails[0].ProgramType=='Y001'">Session</th>
<th>Roll Number</th>
<th>Course Fees</th>
<th>STF/WR</th>
@ -435,8 +438,10 @@
<tr>
<td>{{p.FeesName}}</td>
<td>{{p.CourseName}}</td>
<td>{{p.SessionName}}</td>
<td>{{p.ToSessionName}}</td>
<!--<td>{{p.SessionName}}</td>
<td>{{p.ToSessionName}}</td>-->
<td ng-if="existStudentFeesDetails[0].ProgramType=='P001' || existStudentFeesDetails[0].ProgramType=='P002'">{{p.SessionName}}/{{p.ToSessionName}}</td>
<td ng-if="existStudentFeesDetails[0].ProgramType=='Y001'">{{p.SessionName}}</td>
<td>{{p.RollNo}}</td>
<td>{{p.CourseFees}}</td>
<td>{{p.STFOrWR}}</td>