fixes bug 0010007 -commit das alterações do relatorio na trunk
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@76065 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
df684e608b
commit
da6c2c303d
|
@ -92,8 +92,6 @@ public class ConferenciaController extends MyGenericForwardComposer {
|
||||||
private String puntoventa;
|
private String puntoventa;
|
||||||
private Conferencia conferencia;
|
private Conferencia conferencia;
|
||||||
|
|
||||||
//Variável de controle que indica se já passou pela criação do grid.
|
|
||||||
private Boolean jaPassou = false;
|
|
||||||
|
|
||||||
private MyListbox ecfListBox;
|
private MyListbox ecfListBox;
|
||||||
|
|
||||||
|
@ -439,12 +437,10 @@ public class ConferenciaController extends MyGenericForwardComposer {
|
||||||
List<Component> com = lstm.getChildren();
|
List<Component> com = lstm.getChildren();
|
||||||
for (Component component : com) {
|
for (Component component : com) {
|
||||||
Listcell listCell = (Listcell) component;
|
Listcell listCell = (Listcell) component;
|
||||||
Boolean tes = listCell.getFirstChild() instanceof Checkbox;
|
|
||||||
if (listCell.getFirstChild() instanceof Checkbox) {
|
if (listCell.getFirstChild() instanceof Checkbox) {
|
||||||
Checkbox chk = (Checkbox) component.getFirstChild();
|
Checkbox chk = (Checkbox) component.getFirstChild();
|
||||||
if (boletoComissao.isConferido() && boletoComissao.getLogconferenciaId() == null) {
|
if (boletoComissao.isConferido() && boletoComissao.getLogconferenciaId() == null) {
|
||||||
gravarLogConferenciaBilhete(bilhetesList, boletoComissao, tabBilhetesVenda, "conferenciaController.tab.bilhetes");
|
gravarLogConferenciaBilhete(bilhetesList, boletoComissao, tabBilhetesVenda, "conferenciaController.tab.bilhetes");
|
||||||
//chk.setChecked(getCheckedVenta(boletoComissao));
|
|
||||||
}
|
}
|
||||||
chk.setDisabled(getEnableDisableCheckBox(boletoComissao.getConferencia()));
|
chk.setDisabled(getEnableDisableCheckBox(boletoComissao.getConferencia()));
|
||||||
|
|
||||||
|
@ -462,7 +458,7 @@ public class ConferenciaController extends MyGenericForwardComposer {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
jaPassou = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
@ -784,7 +780,6 @@ public class ConferenciaController extends MyGenericForwardComposer {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void carregarBilhetesVendidos(List<BoletoComissao> boletosComissaos, boolean carregarDadosFaltantes) throws BusinessException {
|
private void carregarBilhetesVendidos(List<BoletoComissao> boletosComissaos, boolean carregarDadosFaltantes) throws BusinessException {
|
||||||
jaPassou = false;
|
|
||||||
if (isPeriodo) {
|
if (isPeriodo) {
|
||||||
lsBilhetes = conferenciaComissaoService.carregarBilhetesComissao(boletosComissaos, conferencias, BoletoStatusComissao.BOLETOS_VENDIDOS, carregarDadosFaltantes);
|
lsBilhetes = conferenciaComissaoService.carregarBilhetesComissao(boletosComissaos, conferencias, BoletoStatusComissao.BOLETOS_VENDIDOS, carregarDadosFaltantes);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue