username@email.com
2022-01-25 6055afb34cda11df71a1704fdde1eb3955e92992
zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml
@@ -241,7 +241,7 @@
                                            <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(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>");
                                                <br />
                                                @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++)
                                                {
@@ -268,7 +268,7 @@
                                            <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(" ", "&nbsp;").Replace("\r", "<br/>"))  + "</span>");
                                                <br />
                                                @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++)
                                                {