Merge branch 'dev' into 2394-order_index_total
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
1b764e0b3a
|
@ -58,7 +58,7 @@
|
||||||
</vn-th>
|
</vn-th>
|
||||||
<vn-th shrink></vn-th>
|
<vn-th shrink></vn-th>
|
||||||
<vn-th shrink></vn-th>
|
<vn-th shrink></vn-th>
|
||||||
<vn-th number>Id</vn-th>
|
<vn-th number id="ticketId">Id</vn-th>
|
||||||
<vn-th>Quantity</vn-th>
|
<vn-th>Quantity</vn-th>
|
||||||
<vn-th>Item</vn-th>
|
<vn-th>Item</vn-th>
|
||||||
<vn-th number>Price</vn-th>
|
<vn-th number>Price</vn-th>
|
||||||
|
@ -102,9 +102,8 @@
|
||||||
ng-click="descriptor.show($event, sale.itemFk, sale.id)">
|
ng-click="descriptor.show($event, sale.itemFk, sale.id)">
|
||||||
{{sale.itemFk}}
|
{{sale.itemFk}}
|
||||||
</span>
|
</span>
|
||||||
<vn-autocomplete ng-if="!sale.id"
|
<vn-autocomplete ng-if="!sale.id" class="dense"
|
||||||
vn-focus
|
vn-focus
|
||||||
vn-one
|
|
||||||
url="Items"
|
url="Items"
|
||||||
ng-model="sale.itemFk"
|
ng-model="sale.itemFk"
|
||||||
show-field="name"
|
show-field="name"
|
||||||
|
|
|
@ -53,6 +53,9 @@ vn-ticket-sale {
|
||||||
padding: 0!important;
|
padding: 0!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#ticketId {
|
||||||
|
min-width: 150px
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.vn-popover .transfer {
|
.vn-popover .transfer {
|
||||||
.vn-textfield {
|
.vn-textfield {
|
||||||
|
|
Loading…
Reference in New Issue