@model GreenTree.Strohrmann.ERP.Web.Models.Business.SupplierModel
@{
ViewData["Title"] = "Lieferantendetails";
}
Lieferantendetails
@Model.Name
-
@Html.DisplayNameFor(model => model.Id)
-
@Html.DisplayFor(model => model.Id)
-
@Html.DisplayNameFor(model => model.Name)
-
@Html.DisplayFor(model => model.Name)
-
@Html.DisplayNameFor(model => model.Description)
-
@Html.DisplayFor(model => model.Description)
-
@Html.DisplayNameFor(model => model.Comment)
-
@Html.DisplayFor(model => model.Comment)
-
@Html.DisplayNameFor(model => model.Address)
-
@Html.DisplayFor(model => model.Address)
-
@Html.DisplayNameFor(model => model.ZipCode)
-
@Html.DisplayFor(model => model.ZipCode)
-
@Html.DisplayNameFor(model => model.Town)
-
@Html.DisplayFor(model => model.Town)
-
@Html.DisplayNameFor(model => model.Country)
-
@Html.DisplayFor(model => model.Country)
-
@Html.DisplayNameFor(model => model.PhoneFirst)
-
@Html.DisplayFor(model => model.PhoneFirst)
-
@Html.DisplayNameFor(model => model.PhoneSecond)
-
@Html.DisplayFor(model => model.PhoneSecond)
-
@Html.DisplayNameFor(model => model.MailFirst)
-
@Html.DisplayFor(model => model.MailFirst)
-
@Html.DisplayNameFor(model => model.MailSecond)
-
@Html.DisplayFor(model => model.MailSecond)
@Html.ActionLink("Bearbeiten", "Edit", new { id = Model.Id })