From 6c0b60ad8577af7a2ea98fbf446e3cb83e79c776 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 25 七月 2022 11:24:12 +0800
Subject: [PATCH] 文书管理

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

diff --git a/zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml b/zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml
index abd1e99..d4c78f1 100644
--- a/zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml
@@ -281,7 +281,7 @@
                                 </tr>
                                 <tr>
                                     <td colspan="2">
-                                        浜嬪疄渚濇嵁锛� @Html.Raw("<span>" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>");
+                                        浜嬪疄渚濇嵁锛� @Html.Raw("<span>" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>")
                                     </td>
                                 </tr>
 
@@ -291,13 +291,13 @@
                                         @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++)
                                                 {
                                                     var sssss = "";
-                                                    if (complaintItemDTOs[i].sysCodeDtls[j].CodeSn.IndexOf("銆�")>=0)
+                                                    if (complaintItemDTOs[i].sysCodeDtls[j].Classify3.IndexOf("銆�")>=0)
                                                     {
-                                                        sssss = "銆�" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn.Insert(complaintItemDTOs[i].sysCodeDtls[j].CodeSn.IndexOf("銆�"), "銆�");
+                                                        sssss = "銆�" + complaintItemDTOs[i].sysCodeDtls[j].Classify3.Insert(complaintItemDTOs[i].sysCodeDtls[j].Classify3.IndexOf("銆�"), "銆�");
                                                     }
                                                     else
                                                     {
-                                                        sssss = "銆�" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "銆�";
+                                                        sssss = "銆�" + complaintItemDTOs[i].sysCodeDtls[j].Classify3 + "銆�";
                                                     }
                                                     if (j != (complaintItemDTOs[i].sysCodeDtls.Count - 1))
                                                     {
@@ -325,7 +325,7 @@
                                 </tr>
                                 <tr>
                                     <td colspan="2">
-                                        浜嬪疄渚濇嵁@((i+1)+"")锛欯Html.Raw("<span>" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>");
+                                        浜嬪疄渚濇嵁@((i+1)+"")锛欯Html.Raw("<span>" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>")
                                     </td>
                                 </tr>
                                 <tr>
@@ -334,13 +334,13 @@
                                         @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++)
                                                 {
                                                     var sssss = "";
-                                                    if (complaintItemDTOs[i].sysCodeDtls[j].CodeSn.IndexOf("銆�") >= 0)
+                                                    if (complaintItemDTOs[i].sysCodeDtls[j].Classify3.IndexOf("銆�") >= 0)
                                                     {
-                                                        sssss = "銆�" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn.Insert(complaintItemDTOs[i].sysCodeDtls[j].CodeSn.IndexOf("銆�"), "銆�");
+                                                        sssss = "銆�" + complaintItemDTOs[i].sysCodeDtls[j].Classify3.Insert(complaintItemDTOs[i].sysCodeDtls[j].Classify3.IndexOf("銆�"), "銆�");
                                                     }
                                                     else
                                                     {
-                                                        sssss = "銆�" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "銆�";
+                                                        sssss = "銆�" + complaintItemDTOs[i].sysCodeDtls[j].Classify3 + "銆�";
                                                     }
                                                     if (j != (complaintItemDTOs[i].sysCodeDtls.Count - 1))
                                                     {
@@ -366,9 +366,9 @@
                             <tr>
                                 <td colspan="2" align="left">璇锋眰锛�<span>@Model.RequestInfoName</span></td>
                             </tr>
-                            <tr>
+                            @*<tr>
                                 <td colspan="2" style="height:15px"></td>
-                            </tr>
+                            </tr>*@
                             <tr>
                                 <td align="left">绛惧瓧(绛剧珷)锛�</td>
                                 <td align="left">鍏珷锛�</td>

--
Gitblit v1.9.1