batch code changes done
This commit is contained in:
parent
1e4235fcb7
commit
134d370998
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<input type="text" placeholder="Enter Batch Code"
|
<input type="text" placeholder="Enter Batch Code"
|
||||||
tabindex="1" class="form-control" name="batchcode"
|
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"
|
<span class="error text-small block"
|
||||||
ng-if="Form.batchcode.$dirty && Form.batchcode.$error.required">Batch Code is required</span>
|
ng-if="Form.batchcode.$dirty && Form.batchcode.$error.required">Batch Code is required</span>
|
||||||
<span class="error text-small block"
|
<span class="error text-small block"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user