示例#1
0
 case 'EditarVdescripcionHistorial':
     require_once "ActionReporte.php";
     $o_ActionReporte = new ActionReporte();
     $datos["descripcion"] = $parametros["p2"];
     $datos["Id"] = $parametros["p3"];
     $resultado = $o_ActionReporte->EditarVdescripcionHistorial($datos);
     break;
 case 'PopadGenerarOrden':
     require_once "ActionOrden.php";
     $o_ActionOrden = new ActionOrden();
     $resultado = $o_ActionOrden->PopadGenerarOrden($parametros);
     break;
 case 'propiedadesPopadEstado':
     require_once "ActionReporte.php";
     $o_ActionReporte = new ActionReporte();
     $resultado = $o_ActionReporte->propiedadesPopadEstado();
     break;
 case 'propiedadesPopadAtencion':
     require_once "ActionReporte.php";
     $o_ActionReporte = new ActionReporte();
     $resultado = $o_ActionReporte->propiedadesPopadAtencion();
     break;
 case 'propiedadesPopadServicios':
     require_once "ActionReporte.php";
     $o_ActionReporte = new ActionReporte();
     $resultado = $o_ActionReporte->propiedadesPopadServicios();
     break;
 case 'propiedadesPopadAmbiL':
     require_once "ActionReporte.php";
     $o_ActionReporte = new ActionReporte();
     $resultado = $o_ActionReporte->propiedadesPopadAmbiL();