batch master changes done

This commit is contained in:
gandhimathi 2018-04-20 12:38:00 +05:30
parent da098655a0
commit 5ce3062f08

View File

@ -15,7 +15,7 @@
</label>
<input type="text" placeholder="Enter Batch Code"
tabindex="1" class="form-control" name="batchcode"
tabindex="1" disallow-spaces class="form-control" name="batchcode"
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>