|
|
|
@ -93,30 +93,33 @@
|
|
|
|
|
selectedIndex="@bind(vm.selItemIndex)">
|
|
|
|
|
<listhead>
|
|
|
|
|
<listheader
|
|
|
|
|
hflex="1"
|
|
|
|
|
hflex="10"
|
|
|
|
|
label="${labels.RequirementItemCode}" />
|
|
|
|
|
<listheader
|
|
|
|
|
hflex="3"
|
|
|
|
|
hflex="15"
|
|
|
|
|
label="${labels.RequirementItemName}" />
|
|
|
|
|
<listheader
|
|
|
|
|
hflex="1"
|
|
|
|
|
hflex="30"
|
|
|
|
|
label="${labels.RequirementItemText}" />
|
|
|
|
|
<listheader
|
|
|
|
|
hflex="10"
|
|
|
|
|
align="right"
|
|
|
|
|
label="${labels.RequirementItemQuantity}" />
|
|
|
|
|
<listheader
|
|
|
|
|
hflex="1"
|
|
|
|
|
hflex="10"
|
|
|
|
|
label="${labels.RequirementItemMUnit}" />
|
|
|
|
|
<listheader
|
|
|
|
|
hflex="1"
|
|
|
|
|
hflex="10"
|
|
|
|
|
align="right"
|
|
|
|
|
label="${labels.RequirementItemUnitPrice}" />
|
|
|
|
|
<listheader
|
|
|
|
|
hflex="1"
|
|
|
|
|
hflex="10"
|
|
|
|
|
align="right"
|
|
|
|
|
label="${labels.RequirementItemTotal}" />
|
|
|
|
|
<listheader
|
|
|
|
|
hflex="3"
|
|
|
|
|
hflex="15"
|
|
|
|
|
label="${labels.RequirementItemDescription}" />
|
|
|
|
|
<listheader hflex="1" />
|
|
|
|
|
<listheader hflex="10" />
|
|
|
|
|
</listhead>
|
|
|
|
|
<template name="model">
|
|
|
|
|
<listitem>
|
|
|
|
@ -135,6 +138,13 @@
|
|
|
|
|
onFocus="@command('onFocusItem', item=each, ctrl=self)"
|
|
|
|
|
value="@bind(each.name)" />
|
|
|
|
|
</listcell>
|
|
|
|
|
<listcell>
|
|
|
|
|
<textbox
|
|
|
|
|
inplace="true"
|
|
|
|
|
sclass="grid-textbox-max"
|
|
|
|
|
onFocus="@command('onFocusItem', item=each, ctrl=self)"
|
|
|
|
|
value="@bind(each.textItem)" />
|
|
|
|
|
</listcell>
|
|
|
|
|
<listcell>
|
|
|
|
|
<textbox
|
|
|
|
|
inplace="true"
|
|
|
|
|