private void GerarPedido() { using (TFFecharCotacao fFechar = new TFFecharCotacao()) { fFechar.pStatus = "OC"; fFechar.ShowDialog(); afterBusca(); } }
private void AprovarRequisicao() { using (TFFecharCotacao fFechar = new TFFecharCotacao()) { fFechar.pStatus = "AA"; fFechar.ShowDialog(); afterBusca(); } }
private void GerarOrdemCompra() { using (TFFecharCotacao fFechar = new TFFecharCotacao()) { fFechar.pStatus = "AP"; fFechar.ShowDialog(); afterBusca(); } }
private void FecharCotacao() { using (TFFecharCotacao fFechar = new TFFecharCotacao()) { fFechar.pStatus = "FE"; fFechar.ShowDialog(); afterBusca(); } }