#1517 ticket.index hot fix
This commit is contained in:
parent
e45d95ac10
commit
9162ef9c1e
|
@ -85,7 +85,7 @@
|
||||||
</vn-icon>
|
</vn-icon>
|
||||||
</a>
|
</a>
|
||||||
<vn-icon
|
<vn-icon
|
||||||
ng-show="sale.visible < 0 || sale.available < 0"
|
ng-show="sale.visible <= 0 || sale.available <= 0"
|
||||||
color-main
|
color-main
|
||||||
icon="warning"
|
icon="warning"
|
||||||
vn-tooltip="Visible: {{::sale.visible || 0}} <br> {{::$ctrl.$translate.instant('Available')}}: {{::sale.available || 0}}">
|
vn-tooltip="Visible: {{::sale.visible || 0}} <br> {{::$ctrl.$translate.instant('Available')}}: {{::sale.available || 0}}">
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
<vn-td-editable editable="!$ctrl.isEditable">
|
<vn-td-editable editable="!$ctrl.isEditable">
|
||||||
<text>{{sale.quantity}}</text>
|
<text>{{sale.quantity}}</text>
|
||||||
<field>
|
<field>
|
||||||
<vn-textfield
|
<vn-textfield vn-focus
|
||||||
model="sale.quantity"
|
model="sale.quantity"
|
||||||
on-change="$ctrl.updateQuantity(sale.id, sale.quantity)"
|
on-change="$ctrl.updateQuantity(sale.id, sale.quantity)"
|
||||||
type="text">
|
type="text">
|
||||||
|
|
Loading…
Reference in New Issue