@using WX.CRM.Model.Enum; @model WX.CRM.Model.Entity.ORD_SPECIALMEMO @{ ViewBag.Title = "添加工单"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
@Html.Action("CustomerInfo", "CustomerUC", new { CustomerId = Request.QueryString["resid"] })
@Html.ValidationSummary(true) @Html.Action("MemoTypeAllUC", "Control", new { bunissId = (int)WX.CRM.Model.Enum.EnumMemoType.特殊订单 })
销售工单
业务类型 @Html.DropDownList("BUSINESSID", ViewBag.SaleMemoType as IList, new { }) @Html.Hidden("RESID", Request.QueryString["resid"])  
是否添加任务     @Html.Action("TimeUC", "Control", "")
工单 @Html.TextAreaFor(m => m.STRCONTENT, new { style = "width:500px;height:60px;" }) @Html.ValidationMessageFor(m => m.STRCONTENT)