Na formulář objednávky k adrese dodavatele bylo přidáno tlačítko "Hledat
v ARESu". Tlačítko je aktivní, pokud není vybraná adresa z comba. closes #171
This commit is contained in:
@@ -172,6 +172,7 @@ GlobalSettingsHours=Hodin
|
||||
GlobalSettingsUploadStamp=Nahrát obrázek razítka
|
||||
GlobalSettingsStamp=Razítko
|
||||
GlobalSettingsReqEnable=Povolení požadavků
|
||||
GlobalSettingsInsertUrl=Vložit URL záznamu
|
||||
|
||||
UserSettings=Uživatelské nastavení
|
||||
|
||||
|
||||
@@ -146,19 +146,29 @@
|
||||
<row>
|
||||
<cell sclass="row-title">${labels.SuppliersFormCompany} :</cell>
|
||||
<cell colspan="3">
|
||||
<combobox
|
||||
ctrlKeys="${labels.HandleComboKey}"
|
||||
onCtrlKey="@command('handleComboKey', ctrl=self, keyEvent=event)"
|
||||
onChange="@command('doFillSuppAddress')"
|
||||
width="100%"
|
||||
selectedItem="@bind(vm.selectedSuppAddrItem)"
|
||||
value="@bind(vm.suppCompany)"
|
||||
model="@load(vm.suppAddresses)"
|
||||
readonly="false">
|
||||
<template name="model">
|
||||
<comboitem label="@load(each)" />
|
||||
</template>
|
||||
</combobox>
|
||||
<hbox hflex="1">
|
||||
<combobox
|
||||
ctrlKeys="${labels.HandleComboKey}"
|
||||
onCtrlKey="@command('handleComboKey', ctrl=self, keyEvent=event)"
|
||||
onChange="@command('doFillSuppAddress')"
|
||||
hflex="4"
|
||||
selectedItem="@bind(vm.selectedSuppAddrItem)"
|
||||
value="@bind(vm.suppCompany)"
|
||||
model="@load(vm.suppAddresses)"
|
||||
instant="true"
|
||||
readonly="false">
|
||||
<template name="model">
|
||||
<comboitem label="@load(each)" />
|
||||
</template>
|
||||
</combobox>
|
||||
<hbox hflex="2">
|
||||
<button image="/img/search.png"
|
||||
label="${labels.SuppliersFormFindInARES}"
|
||||
sclass="nicebutton"
|
||||
disabled="@load((not empty vm.selectedSuppAddrItem) or ((empty vm.suppCompany) and (fx.suplier.ic eq 0)))"
|
||||
onClick="@command('searchAddress')"/>
|
||||
</hbox>
|
||||
</hbox>
|
||||
</cell>
|
||||
</row>
|
||||
<row>
|
||||
@@ -166,7 +176,8 @@
|
||||
<cell>
|
||||
<textbox
|
||||
id="idSuppIC"
|
||||
value="@bind(fx.suplier.ic)" />
|
||||
value="@bind(fx.suplier.ic)"
|
||||
instant="true" />
|
||||
</cell>
|
||||
<cell sclass="row-title">${labels.SuppliersFormDIC} :</cell>
|
||||
<cell>
|
||||
|
||||
Reference in New Issue
Block a user