|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
<row>
|
|
|
|
|
<label value="${labels.SuppliersFormCompany}" />
|
|
|
|
|
<textbox id="company" value="@bind(fx.company)" instant="true" width="320px" />
|
|
|
|
|
<button image="/img/search.png" label="${labels.SuppliersFormFindInARES}" onClick="@command('searchAres')" sclass="nicebutton" disabled="@load((vm.dataBean.ic == 0) && (empty vm.dataBean.company))" />
|
|
|
|
|
<button image="/img/search.png" label="${labels.SuppliersFormFindInARES}" onClick="@command('searchAres')" sclass="nicebutton" disabled="@load((fx.ic == 0) && (empty fx.company))" />
|
|
|
|
|
</row>
|
|
|
|
|
<row>
|
|
|
|
|
<label value="${labels.SuppliersFormIC}" />
|
|
|
|
|