@model WX.CRM.Model.Entity.WX_SZZYORDER @using WX.CRM.WebHelper; @{ ViewBag.Title = "订单录入"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
@Html.ToolButtonPlain("btnSave", "icon-save", "保存", false, "")
@using (Html.BeginForm("Edit", "SzzyOrder", null, FormMethod.Post, new { Id = "CreateForm" })) { @Html.ValidationSummary(true)
客户ID @Model.RESID @Html.HiddenFor(m => m.ORDERID)
产品大类:
产品小类:
订单类型
备注 @Html.TextAreaFor(m => m.REMARK, new { style = "width:300px;height:100px" })
客户来源
}