salix/modules/order/front/main/index.html

20 lines
461 B
HTML

<vn-crud-model
vn-id="model"
url="Orders/filter"
limit="20"
data="orders"
order="landed DESC, clientFk, id DESC">
</vn-crud-model>
<vn-portal slot="topbar">
<vn-searchbar
vn-focus
panel="vn-order-search-panel"
info="Search orders by id"
model="model"
filter="$ctrl.filter">
</vn-searchbar>
</vn-portal>
<vn-portal slot="menu">
<vn-left-menu></vn-left-menu>
</vn-portal>
<ui-view></ui-view>