@{
Layout = "~/Views/Shared/_MainLayout.cshtml";
}
@section JS{
}
@Html.MyAceDropdownInput("UserId", "系统账号", SystemController.GetUserNames())
@Html.MyAceDropdownInput("sysVarietyId", "品种名", varietyController.GetAllvariety())
@MyControls.SearchBtn()
@if (CurUser.系统管理.交易权限修改)
{
@MyControls.Btn("新增", "AddUserVariety(0)")
}
@Html.Raw(JqGridSimple.OutTable())