@{
Layout = "~/Views/Shared/_InfoLayout.cshtml";
}
@section CSS{
}
@section JS{
}
@Html.MyAceDropdownInput2("ClientId", "客户名称", ClientDataModel.GetAllOpenClient())
@Html.ShortInput("ExerciseDate", "到期日:")
@MyControls.SearchBtn()
@MyControls.Btn("预览", "Preview()")
@MyControls.Btn("发送邮件", "SendEMail()")
@Html.Raw(JqGridSimple.OutTable())