@{
if (@ViewBag.key != "")
{
<input type="text" name="key" value=@ViewBag.key class="form-control no-padding-hr" style="border-radius: 0" />
}
else
{
<input type="text" name="key" placeholder="请输入待搜索单位名称..." class="form-control no-padding-hr" style="border-radius: 0" />
}
}
</li>
<li class="list-group-item">
@Html.DropDownListFor(model =>model.CompanyNature, ViewBag.CompanyNature as IEnumerable<SelectListItem>)
</li>
<li class="list-group-item">
@Html.DropDownListFor(model =>model.CompanyBusiness, ViewBag.CompanyBusiness as IEnumerable<SelectListItem>)
</li>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)