batch master changes done
This commit is contained in:
parent
da098655a0
commit
5ce3062f08
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user