|
|
@@ -29,7 +29,7 @@
|
|
|
</tr>
|
|
|
<tr ng-repeat="p in listaproductos | filter: filtro | filter:filterCero(criteria) track by p.id" ng-class="{'no-disponible': false&&p.disponible==0}">
|
|
|
<td>
|
|
|
- <input ng-keydown="validateKeypress($event)" ng-change="updateTotal(this)" type="number" onclick="this.select();" class="form-control" ng-model="p.cantidad" value="0" min="0" max="100" max-length="2" step="1"
|
|
|
+ <input ng-keydown="validateKeypress($event)" ng-change="updateTotal(this)" type="number" onclick="this.select();" class="form-control" ng-model="p.cantidad" value="0" min="0" max="400" max-length="2" step="1"
|
|
|
ng-disabled="!cero || (p.disponible==0 && false)"
|
|
|
style='width:70px;text-align:center;'>
|
|
|
</td>
|
|
|
@@ -56,7 +56,7 @@
|
|
|
<div class="row">
|
|
|
<div class="col-md-12">
|
|
|
<label>Observaciones:</label>
|
|
|
- <textarea class="form-control" ng-model="observaciones" multiline="true" maxlength="80" style="resize:vertical; min-height: 40px;"> </textarea>
|
|
|
+ <textarea class="form-control" ng-model="observaciones" multiline="true" maxlength="160" style="resize:vertical; min-height: 40px;"> </textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row" style="margin-top:10px;">
|
|
|
@@ -70,4 +70,4 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-</div>
|
|
|
+</div>
|