@model WX.CRM.Model.QueryMap.Ord_MemoDelete @using WX.CRM.WebHelper; @{ ViewBag.Title = "MemoDelete"; Layout = "~/Views/Shared/_Module_Layout.cshtml"; }
删除工单
@using (Html.BeginForm("MemoDelete", "MemoDelete", null, FormMethod.Post, new { Id = "CreateForm" })) { @Html.ValidationSummary(true)
工单类型: @Html.DropDownList("slt_BusinessTypeList", (IEnumerable)ViewBag.BusinessTypeList, new { style = "width:200px" })
工单ID: @Html.TextBox("txt_MemoId", "", new { style = "width:200px" })
}