@using Kreta.Web.Areas.GRModul.Models; @using Kreta.Web.Models.EditorTemplates; @model PanelBarChildModel @{ BeszerzesiIgenyModel beszerzesiIgenyModel = (BeszerzesiIgenyModel)Model.Data[0]; SzallitoModel SzallitoModel = beszerzesiIgenyModel.SzallitoModel; }
@Html.KretaTextBox("SzallitoFilter").RenderWithName(0, 4) @Html.KretaButton("SrcSzallitoBtn", "Szállító keresése", "button").Events(e => e.Click("filterSzallitoList"))
@Html.KretaComboBoxFor(x => SzallitoModel.SzallitoId, Url.HttpRouteUrl(Constants.RouteKey.ActionApi, new { controller = Constants.ApiControllers.ComboBoxHelperApi, action = "GetSzallitokTorzs", filterString = "" }), "Text", "Value").Enable(false).Events(x => x.Change("changeSzallitoAdatok")).RenderWithName(3, 3) @Html.KretaComboBoxFor(x => SzallitoModel.FizetesiMod, Url.HttpRouteUrl(Constants.RouteKey.ActionApi, new { controller = Constants.ApiControllers.ComboBoxHelperEnumApi, action = "GetFizetesiModList" }), "Text", "Value").RenderWithName(3, 3)
@Html.KretaTextBoxFor(x => SzallitoModel.SzallitoNev).RenderWithName(3, 9)
@Html.KretaTextBoxFor(x => SzallitoModel.IrSzam).RenderWithName(3, 3) @Html.KretaTextBoxFor(x => SzallitoModel.HelysegNev).RenderWithName(3, 3)
@Html.KretaTextBoxFor(x => SzallitoModel.KozteruletNev).RenderWithName(3, 3) @Html.KretaTextBoxFor(x => SzallitoModel.KozteruletJellegId).RenderWithName(3, 3)
@Html.KretaTextBoxFor(x => SzallitoModel.Hazszam).RenderWithName(3, 3) @Html.KretaTextBoxFor(x => SzallitoModel.Emelet).RenderWithName(3, 3)
@Html.KretaTextBoxFor(x => SzallitoModel.Ajto).RenderWithName(3, 3)

@Html.KretaTextBoxFor(x => SzallitoModel.KepviseloNeve).RenderWithName(3, 3) @Html.KretaTextBoxFor(x => SzallitoModel.Adoszam).RenderWithName(3, 3)
@Html.KretaTextBoxFor(x => SzallitoModel.Telefonszam).RenderWithName(3, 3) @Html.KretaTextBoxFor(x => SzallitoModel.EmailCim).RenderWithName(3, 3)