comments changes in fees status

This commit is contained in:
gandhimathi 2018-06-18 12:36:51 +05:30
parent 7d8d3cb3ab
commit a7bf72abed

View File

@ -242,8 +242,8 @@
<label>
Comments
</label>
<textarea maxlength="100" placeholder="Enter Comments" tabindex="26" class="form-control" name="Comments" id="Comments" ng-model="setModel.feesType.Comments"></textarea>
<span class="text-small block">Max 100 Characters.</span>
<textarea maxlength="100" placeholder="Enter Comments" tabindex="26" class="form-control" name="Comments" id="Comments" ng-model="setModel.feesType.Comments" ng-disabled="setModel.feesType.ExistValue=='1' && userType=='R002'"></textarea>
<span ng-hide="setModel.feesType.ExistValue=='1' && userType=='R002'" class="text-small block">Max 100 Characters.</span>
<!--<span class="error text-small block" ng-if="Form.DeactiveComments.$dirty && Form.DeactiveComments.$invalid">De-Active Comments is required</span>-->
</div>
</div>