From 6055afb34cda11df71a1704fdde1eb3955e92992 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 25 一月 2022 16:03:27 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml b/zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml
index 3d3accb..4666fa0 100644
--- a/zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml
+++ b/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++)
                                                 {

--
Gitblit v1.9.1