| | |
| | | <td colspan="2" style="font-family:'SimHei';">三、质疑基本情况</td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">质疑提出日期:<span style="width:290px;">@Model.ChallengeDateName </span></td> |
| | | <td align="left">被质疑主体:<span style="width:160px;">@Model.Questioned </span></td> |
| | | <td align="left" colspan="2"> |
| | | 投诉人于<span>@(Model.ChallengeDateName)</span>,向<span>@(Model.Questioned)</span>提出质疑,质疑事项为: |
| | | @if (string.IsNullOrEmpty(Model.SqdbId)) |
| | | { |
| | | @Html.Raw("<span> </span>"); |
| | | } |
| | | else |
| | | { |
| | | @Html.Raw("<span>"+ @Model.SqdbId + "</span>"); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | </td> |
| | | |
| | | </tr> |
| | | <tr> |
| | | <td align="left">质疑回复主体:<span style="width:290px;">@Model.Respondent </span></td> |
| | | <td align="left">回复日期:<span style="width:160px;">@Model.RespondDateName </span></td> |
| | | <td align="left" colspan="2"><span>@(Model.Respondent)</span>于<span>@(Model.RespondDateName)</span>,就质疑事项做出了答复/没有在法定期限内做出答复</td> |
| | | </tr> |
| | | |
| | | <tr> |
| | |
| | | <br /> |
| | | 事实依据:<span>@complaintItemDTOs[i].Evidential</span> |
| | | <br /> |
| | | 法律依据:<span>@complaintItemDTOs[i].LawName</span> |
| | | <br /> |
| | | 内容:<span>@complaintItemDTOs[i].Lawcoment</span> |
| | | <br /> |
| | | @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) |
| | | { |
| | | |
| | | |
| | | @Html.Raw("法律依据" + (j + 1) + ":")<span>@complaintItemDTOs[i].sysCodeDtls[j].CodeSn</span> |
| | | <br /> |
| | | @Html.Raw("内容" + (j + 1) + ":")<span>@complaintItemDTOs[i].sysCodeDtls[j].Contents</span> |
| | | <br /> |
| | | } |
| | | </td> |
| | | </tr> |
| | | } |