コード例 #1
0
ファイル: control.php プロジェクト: gianpascal/yachay
     require_once "ActionLaboratorio.php";
     $o_ActionLaboratorio = new ActionLaboratorio();
     $datos["cboTipoUnidadMedidaMuestraSeleccionada"] = $parametros["p3"];
     $datos["TipoUnidadMedidaEscogidaMuestra"] = $parametros["p3"];
     $datos["idMuestraPuntoControlLaboratorio"] = $parametros["p4"];
     $resultado = $o_ActionLaboratorio->AcargarComboUnidadMedidaMuestraSeleccionadodetalleMuestraSeleccionados($datos);
     break;
 case 'vbuscarMaterialesxPuntoControl':
     require_once "ActionLaboratorio.php";
     $o_ActionLaboratorio = new ActionLaboratorio();
     $resultado = $o_ActionLaboratorio->avbuscarMaterialesxPuntoControl();
     break;
 case 'vbuscarMaterialesxPuntoControl_2':
     require_once "ActionLaboratorio.php";
     $o_ActionLaboratorio = new ActionLaboratorio();
     $resultado = $o_ActionLaboratorio->avbuscarMaterialesxPuntoControl_2();
     break;
 case 'vbuscarMaterialesxPuntoControl_3':
     require_once "ActionLaboratorio.php";
     $o_ActionLaboratorio = new ActionLaboratorio();
     $resultado = $o_ActionLaboratorio->avbuscarMaterialesxPuntoControl_3();
     break;
 case 'buscarMaterialesLaboratorioPopap':
     require_once "ActionLaboratorio.php";
     header("Content-type: text/xml");
     $o_ActionLaboratorio = new ActionLaboratorio();
     $datos = array();
     $datos["p2"] = $parametros["p2"];
     $resultado = $o_ActionLaboratorio->abuscarMaterialesLaboratorioPopap($datos);
     break;
 case 'buscarMaterialesLaboratorioPopap_2':