Umožněno zadání limitu nákupů u komisí.
Příprava na kontrolu limitu při přidávání požadavku. ZK framework povýšen na verzi 7.0.2 refs #137
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
<checkbox label="Středisko" checked="@bind(vm.centre)" disabled="@load(not empty vm.dataBean.created)"/>
|
||||
</cell>
|
||||
</row>
|
||||
<row>
|
||||
<cell sclass="row-title">${labels.WorkgroupFormOrderLimit} :</cell>
|
||||
<cell>
|
||||
<textbox id="limit" width="200px" value="@bind(vm.dataBean.limit) @converter(vm.bdConverter)" disabled="@load(vm.centre)"/>
|
||||
</cell>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<label value="Přetáhněte myší:"/>
|
||||
|
||||
Reference in New Issue
Block a user