@{ ViewBag.Title = "编辑描述"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; var otherUsers = AppManager.SmtpConfig.OtherUsers; var defaultUser = AppManager.SmtpConfig; } @section CSS{ } @section JS{ }

模板:

@Html.RadioButton("operate", "AddNew", new { onclick = "changeOperate()" }) 新增    @Html.RadioButton("operate", "Update", true, new { onclick = "changeOperate()" }) 修改    @Html.RadioButton("operate", "Remove", new { onclick = "changeOperate()" }) 删除   
@Html.MyAceDropdownInput2("setTemplate", "模板名:  ", tradeController.GetAllTradeDetailTemplate(), false, "默认", true, new { onchange = "changeTemplate()" })
@Html.ShortInput("addTemplate", "模板名:  ")

发件人:

表头说明:

表尾说明:

邮件落款:

邮件CC地址:
添加附件
@Html.RadioButton("fileType", "Excel",true) Excel    @Html.RadioButton("fileType", "PDF") PDF