gleimar 2015-07-29 20:26:14 +00:00
parent 84597a0423
commit d79b0e1f57
2 changed files with 8 additions and 4 deletions

View File

@ -768,7 +768,11 @@ public class EditarCatalogoDeRutaController extends MyGenericForwardComposer
lc.appendChild(comboVenda);
lc.setParent(lstm);
lc = new Listcell(rutaCombinacion.getTramo().getDesctramo());
Tramo tramo = rutaCombinacion.getTramo();
String descTramoDetalhado = tramo.getOrigem().getDescparada() + "|" +tramo.getDestino().getDescparada();
lc = new Listcell(rutaCombinacion.getTramo().getDesctramo() + "("+descTramoDetalhado+")");
lc.setParent(lstm);
lc = new Listcell();

View File

@ -287,11 +287,11 @@
<listhead sizable="true">
<listheader image="/gui/img/create_doc.gif"
label="${c:l('editarCatalogoDeRutaController.lbVenta.value')}"
align="center" width="12%" />
align="center" width="10%" />
<listheader image="/gui/img/create_doc.gif"
label="${c:l('editarCatalogoDeRutaController.lbTramo.value')}"
width="55%" sort="auto(tramo.desctramo)" />
<listheader image="/gui/img/create_doc.gif"
width="65%" sort="auto(tramo.desctramo)" />
<listheader image="/gui/img/create_doc.gif" width="25%"
label="${c:l('editarCatalogoDeRutaController.lbVia.value')}"
align="left" />
</listhead>