From 6b14f6fdebc6bb3cb99aea0c0848ddfad0e30633 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 22 十二月 2021 14:02:46 +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