updated transfer css
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
parent
db1113ab0b
commit
0d21519523
|
@ -269,17 +269,17 @@
|
||||||
<vn-thead>
|
<vn-thead>
|
||||||
<vn-tr>
|
<vn-tr>
|
||||||
<vn-th number shrink>Id</vn-th>
|
<vn-th number shrink>Id</vn-th>
|
||||||
<vn-th shrink>Item</vn-th>
|
<vn-th>Item</vn-th>
|
||||||
<vn-th number shrink>Quantity</vn-th>
|
<vn-th number shrink>Quantity</vn-th>
|
||||||
</vn-tr>
|
</vn-tr>
|
||||||
</vn-thead>
|
</vn-thead>
|
||||||
<vn-tbody>
|
<vn-tbody>
|
||||||
<vn-tr ng-repeat="sale in $ctrl.transfer.sales">
|
<vn-tr ng-repeat="sale in $ctrl.transfer.sales">
|
||||||
<vn-td number shrink>{{::sale.itemFk | zeroFill:6}}</vn-td>
|
<vn-td number shrink>{{::sale.itemFk | zeroFill:6}}</vn-td>
|
||||||
<vn-td shrink>
|
<vn-td>
|
||||||
<span title="{{::sale.concept}}">{{::sale.concept}}</span>
|
<span title="{{::sale.concept}}">{{::sale.concept}}</span>
|
||||||
</vn-td>
|
</vn-td>
|
||||||
<vn-td-editable number>
|
<vn-td-editable number shrink>
|
||||||
<text>{{sale.quantity}}</text>
|
<text>{{sale.quantity}}</text>
|
||||||
<field>
|
<field>
|
||||||
<vn-input-number vn-focus
|
<vn-input-number vn-focus
|
||||||
|
@ -300,7 +300,7 @@
|
||||||
icon="info">
|
icon="info">
|
||||||
</vn-icon>
|
</vn-icon>
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
<vn-table class="vn-grid">
|
<table class="vn-grid">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th number>ID</th>
|
<th number>ID</th>
|
||||||
|
@ -323,7 +323,7 @@
|
||||||
<td number>{{::ticket.warehouseName}}</td>
|
<td number>{{::ticket.warehouseName}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</vn-table>
|
</table>
|
||||||
|
|
||||||
<vn-horizontal pad-medium-v>
|
<vn-horizontal pad-medium-v>
|
||||||
<vn-textfield vn-one
|
<vn-textfield vn-one
|
||||||
|
|
|
@ -80,9 +80,10 @@ vn-ticket-sale {
|
||||||
}
|
}
|
||||||
|
|
||||||
vn-table {
|
vn-table {
|
||||||
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-height: 25em;
|
max-height: 25em;
|
||||||
width: 20em;
|
width: 30em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
|
Loading…
Reference in New Issue