| | |
| | | @for (int i = 0; i < projectreasons.Count; i++) |
| | | { |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <label class="text-right col-sm-1 col-md-1 control-label">未通过资格或符合审查供应商</label> |
| | | <label class="text-right col-sm-1 col-md-1 control-label">无效供应商</label> |
| | | <div class="col-sm-6 col-md-6"> |
| | | <input class="form-control" label="公告时间" name="reasonname" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="500" ismust="true" type="text" value="@projectreasons[i].Reasonname"> |
| | | <input class="form-control" label="无效供应商" name="reasonname" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="500" ismust="true" type="text" value="@projectreasons[i].Reasonname"> |
| | | </div> |
| | | <label class="text-right col-sm-1 col-md-1 control-label" style="width:30px;">原因</label> |
| | | <div class="col-sm-2 col-md-2" style="width:10%;"> |