コード例 #1
0
ファイル: control.php プロジェクト: gianpascal/yachay
     require_once "ActionLaboratorio.php";
     $o_ActionLaboratorio = new ActionLaboratorio();
     $datos = array();
     $datos["hidPuntoControlExamenLab"] = $parametros["p2"];
     $datos["estadoRecibir"] = $parametros["p3"];
     $resultado = $o_ActionLaboratorio->AseleccionandoPuntoControlRecibir($datos);
     break;
 case 'GuardarCambiosDetalleMaterialesdeLaboratorio_Nuevo':
     require_once "ActionLaboratorio.php";
     $o_ActionLaboratorio = new ActionLaboratorio();
     $datos = array();
     $datos["CodSerPro"] = $parametros["p2"];
     $datos["IdtipoMaterialLaboratorio"] = $parametros["p3"];
     $datos["txtDescripcionMaterialLaboratorio"] = $parametros["p4"];
     $datos["txtRutaPrincipalCompleta"] = $parametros["p5"];
     $resultado = $o_ActionLaboratorio->aGuardarCambiosDetalleMaterialesdeLaboratorio_Nuevo($datos);
     break;
 case 'GuardarMuestraxPuntoControlxExamenLaboratorio':
     require_once "ActionLaboratorio.php";
     $o_ActionLaboratorio = new ActionLaboratorio();
     $datos = array();
     $datos["IdMuestraLaboratorio"] = $parametros["p2"];
     $datos["IdPuntoControlExamenLaboratorio"] = $parametros["p3"];
     $datos["UnidadMedidaMuestraSeleccionada"] = $parametros["p4"];
     $datos["CantidadMaximaMuestraSeleccionada"] = $parametros["p5"];
     $datos["CantidadMinimaMuestraSeleccionada"] = $parametros["p6"];
     $resultado = $o_ActionLaboratorio->aGuardarMuestraxPuntoControlxExamenLaboratorio($datos);
     break;
 case 'GuardarMaterialxPuntoControlxExamenLaboratorio':
     require_once "ActionLaboratorio.php";
     $o_ActionLaboratorio = new ActionLaboratorio();