username@email.com
2022-01-25 6055afb34cda11df71a1704fdde1eb3955e92992
zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml
@@ -134,7 +134,7 @@
                                            <td colspan="2">
                                                质疑事项:<span style="text-indent:10px">@challengeItemDTOs[i].QuestionName </span>
                                                <br />
                                                事实依据:<span>@challengeItemDTOs[i].Evidential</span>
                                                事实依据:@Html.Raw("<span>" + (string.IsNullOrEmpty(challengeItemDTOs[i].Evidential) ? "" : challengeItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>"))  + "</span>");
                                                <br />
                                                @for (int j = 0; j < challengeItemDTOs[i].sysCodeDtls.Count; j++)
                                                {
@@ -163,7 +163,7 @@
                                            <td colspan="2">
                                                质疑事项@((i + 1) + ""):<span style="text-indent:10px">@challengeItemDTOs[i].QuestionName </span>
                                                <br />
                                                事实依据@((i + 1) + ""):<span>@challengeItemDTOs[i].Evidential</span>
                                                事实依据@((i + 1) + ""): @Html.Raw("<span>" + (string.IsNullOrEmpty(challengeItemDTOs[i].Evidential) ? "" : challengeItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>");
                                                <br />
                                                @for (int j = 0; j < challengeItemDTOs[i].sysCodeDtls.Count; j++)
                                                {