| | |
| | | <td colspan="2"> |
| | | 投诉事项:<span style="text-indent:10px">@complaintItemDTOs[i].QuestionName </span> |
| | | <br /> |
| | | 事实依据:<span>@complaintItemDTOs[i].Evidential</span> |
| | | 事实依据: @Html.Raw("<span>" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", " ").Replace("\r", "<br/>")) + "</span>"); |
| | | <br /> |
| | | @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) |
| | | { |
| | |
| | | <td colspan="2"> |
| | | 投诉事项@((i+1)+""):<span style="text-indent:10px">@complaintItemDTOs[i].QuestionName </span> |
| | | <br /> |
| | | 事实依据@((i+1)+""):<span>@complaintItemDTOs[i].Evidential</span> |
| | | 事实依据@((i+1)+""):@Html.Raw("<span>" +(string.IsNullOrEmpty(complaintItemDTOs[i].Evidential)?"": complaintItemDTOs[i].Evidential.Replace(" ", " ").Replace("\r", "<br/>")) + "</span>"); |
| | | <br /> |
| | | @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) |
| | | { |