batch code changes done

This commit is contained in:
gandhimathi 2018-03-29 18:41:15 +05:30
parent 1e4235fcb7
commit 134d370998

View File

@ -16,7 +16,7 @@
<input type="text" placeholder="Enter Batch Code"
tabindex="1" class="form-control" name="batchcode"
ng-model="p.BatchCode" ng-pattern="/^[a-zA-Z0-9\s]*$/" readonly required/>
ng-model="p.BatchCode" ng-pattern="/^[a-zA-Z0-9-\s]*$/" readonly required/>
<span class="error text-small block"
ng-if="Form.batchcode.$dirty && Form.batchcode.$error.required">Batch Code is required</span>
<span class="error text-small block"