示例#1
0
     $datos["p2"] = $valor;
     $datos["p3"] = $parametros["p4"];
     $resultado = $o_ActionReporte->modificarEtiquetaAtributo($datos);
     break;
 case 'eliminaDbComboAtributo':
     require_once "ActionReporte.php";
     $o_ActionReporte = new ActionReporte();
     $datos = array();
     $datos["p1"] = $parametros["p2"];
     $datos["p2"] = $parametros["p3"];
     $resultado = $o_ActionReporte->eliminaDbComboAtributo($datos);
     break;
 case 'seleccionarColor':
     require_once "ActionReporte.php";
     $o_ActionReporte = new ActionReporte();
     $resultado = $o_ActionReporte->seleccionarColor();
     break;
 case 'abrirAreaCentroCosto':
     require_once "ActionabrirPopadAreasPorCoordinador.php";
     $o_ActionRrhh = new ActionRrhh();
     $resultado = $o_ActionRrhh->abrirAreaCentroCosto();
     break;
 case 'arbolCentroCosto':
     require_once "ActionRrhh.php";
     header("Content-type: text/xml");
     $o_ActionRrhh = new ActionRrhh();
     $resultado = $o_ActionRrhh->arbolCentroCosto();
     break;
 case 'tablaAreaCCosto':
     require_once "ActionRrhh.php";
     header("Content-type: text/xml");