3897-item.fixed-price #940
|
@ -66,7 +66,6 @@
|
||||||
<tr ng-repeat="price in prices">
|
<tr ng-repeat="price in prices">
|
||||||
<td shrink-field>
|
<td shrink-field>
|
||||||
<vn-autocomplete
|
<vn-autocomplete
|
||||||
vn-focus
|
|
||||||
class="dense"
|
class="dense"
|
||||||
url="Items/withName"
|
url="Items/withName"
|
||||||
ng-model="price.itemFk"
|
ng-model="price.itemFk"
|
||||||
|
@ -170,12 +169,6 @@
|
||||||
ng-click="$ctrl.add()">
|
ng-click="$ctrl.add()">
|
||||||
</vn-icon-button>
|
</vn-icon-button>
|
||||||
</div>
|
</div>
|
||||||
<vn-pagination
|
|
||||||
model="model"
|
|
||||||
class="vn-pt-md"
|
|
||||||
scroll-selector="vn-item-price-fixed vn-table"
|
|
||||||
scroll-offset="100">
|
|
||||||
</vn-pagination>
|
|
||||||
</slot-table>
|
</slot-table>
|
||||||
</smart-table>
|
</smart-table>
|
||||||
</vn-card>
|
</vn-card>
|
||||||
|
|
Loading…
Reference in New Issue