bug#15335
dev: Daniel qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@96739 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
642b58c279
commit
7bc0f6c3a6
|
@ -16,6 +16,8 @@ import com.rjconsultores.ventaboletos.entidad.Parada;
|
||||||
import com.rjconsultores.ventaboletos.service.EmbarqueCatracaRodoviariaService;
|
import com.rjconsultores.ventaboletos.service.EmbarqueCatracaRodoviariaService;
|
||||||
import com.rjconsultores.ventaboletos.service.EmpresaService;
|
import com.rjconsultores.ventaboletos.service.EmpresaService;
|
||||||
import com.rjconsultores.ventaboletos.service.ParadaService;
|
import com.rjconsultores.ventaboletos.service.ParadaService;
|
||||||
|
import com.rjconsultores.ventaboletos.utilerias.ApplicationProperties;
|
||||||
|
import com.rjconsultores.ventaboletos.utilerias.CustomEnum;
|
||||||
import com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEmpresa;
|
import com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEmpresa;
|
||||||
import com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada;
|
import com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada;
|
||||||
import com.rjconsultores.ventaboletos.web.utilerias.MyGenericForwardComposer;
|
import com.rjconsultores.ventaboletos.web.utilerias.MyGenericForwardComposer;
|
||||||
|
@ -65,6 +67,14 @@ public class EditarConfiguracaoCodBarrasController extends MyGenericForwardCompo
|
||||||
btnApagar.setVisible(false);
|
btnApagar.setVisible(false);
|
||||||
embarqueCatracaRodoviaria = new EmbarqueCatracaRodoviaria();
|
embarqueCatracaRodoviaria = new EmbarqueCatracaRodoviaria();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(ApplicationProperties.getInstance().isCustomHabilitado(CustomEnum.IS_TAXA_EMBARQUE_IMPRESSA_QRCODE.getDescricao())) {
|
||||||
|
txtEmpresaRodID.setText("99999");
|
||||||
|
txtSequenciaRod.setText("99999");
|
||||||
|
|
||||||
|
txtEmpresaRodID.setDisabled(true);
|
||||||
|
txtSequenciaRod.setDisabled(true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onClick$btnSalvar(Event event) {
|
public void onClick$btnSalvar(Event event) {
|
||||||
|
|
Loading…
Reference in New Issue