Receipt no changes in fees status
This commit is contained in:
parent
18625ec19a
commit
5086cbe242
@ -342,12 +342,12 @@
|
||||
<div class="col-md-3 form-group"
|
||||
ng-class="{'has-error':Form.billno.$dirty && Form.billno.$invalid}">
|
||||
<label>
|
||||
Receipt No
|
||||
Receipt No:(ABC-01234)
|
||||
</label>
|
||||
|
||||
<input type="text" placeholder="Enter Receipt No"
|
||||
tabindex="16" class="form-control" name="billno"
|
||||
ng-model="updateModel.billNo" ng-pattern="/^[a-zA-Z0-9-./\s]*$/"/>
|
||||
ng-model="updateModel.billNo" disallow-spaces capitalize ng-pattern="/^(([a-zA-Z]{3}))(([-]){1})([0-9]{5})$/g" ng-disabled="userType=='R002' && financeType=='0'"/>
|
||||
<!--<span class="error text-small block"
|
||||
ng-if="Form.billno.$dirty && Form.billno.$error.required">Bill no is required</span>-->
|
||||
<span class="error text-small block"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user