update fees changes

This commit is contained in:
gandhimathi 2018-08-16 16:06:24 +05:30
parent 8c5c85dfb8
commit d9f05d8b35

View File

@ -52,7 +52,7 @@
<select class="form-control" name="feesType" tabindex="7" id="feesType"
ng-model="updateModel.feesType"
ng-options="fees.Sem_Year for fees in studentFeesInfo"
required ng-change="changeTotalFees(updateModel.feesType);">
required ng-change="changeTotalFees(updateModel.feesType,Form);">
<!-- <option value=""> Select Sem/Year</option>-->
</select>
<span class="error text-small block"
@ -225,7 +225,7 @@
<select class="form-control" name="feesTypeBill" tabindex="17" id="feesTypeBill"
ng-model="updateModel.feesType"
ng-options="fees.Sem_Year for fees in studentFeesInfo"
required ng-change="changeTotalFees(updateModel.feesType);">
required ng-change="changeTotalFees(updateModel.feesType,Form);">
<!-- <option value=""> Select Sem/Year</option>-->
</select>
<span class="error text-small block"
@ -283,7 +283,7 @@
<input type="text" placeholder="Enter Fees Amount"
autofocus tabindex="19" class="form-control" name="billAmount" id="billAmount" ng-maxlength="9"
ng-model="updateModel.billAmount" ng-pattern="/^[0-9]*$/" required/>
<span style="font-size: 11px;color:red;">Total Payable:</span><span style="font-size: 11px;">Rs.{{updateModel.feesType.BalanceAmount}}</span>
<b><span style="font-size: 11px;color:red;">Total Payable:</span><span style="font-size: 11px;color: black;">Rs.{{payableAmtInfo}}</span></b>
<span class="error text-small block"
ng-if="Form.billAmount.$dirty && Form.billAmount.$invalid"
ng-hide="Form.billAmount.$error.maxlength || Form.billAmount.$error.pattern">Bill amount is required</span>
@ -551,11 +551,9 @@
</div>
</fieldset>
</div>
</fieldset>
</div>
</div>