From 8876889ebc569aa8bcc2540181431121ca605aaf Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 24 十二月 2021 08:44:10 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml |   35 +++++++++++++++++++++++++++--------
 1 files changed, 27 insertions(+), 8 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml b/zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml
index 27c1fdf..ef9e40c 100644
--- a/zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml
@@ -172,12 +172,26 @@
                                 <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>
@@ -193,10 +207,15 @@
                                             <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>
                                 }

--
Gitblit v1.9.1