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/PrintZhiyihan.cshtml | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml b/zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml index 3a6e1eb..d1af538 100644 --- a/zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml +++ b/zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml @@ -130,14 +130,21 @@ { <tr> <td colspan="2"> - 璐ㄧ枒浜嬮」@((i+1)+"")锛�<span style="text-indent:10px">@challengeItemDTOs[i].QuestionName </span> + 璐ㄧ枒浜嬮」@((i + 1) + "")锛�<span style="text-indent:10px">@challengeItemDTOs[i].QuestionName </span> <br /> 浜嬪疄渚濇嵁锛�<span>@challengeItemDTOs[i].Evidential</span> <br /> - 娉曞緥渚濇嵁锛�<span>@challengeItemDTOs[i].LawName</span> - <br /> - 鍐呭锛�<span>@challengeItemDTOs[i].Lawcoment</span> - <br /> + @for (int j = 0; j < challengeItemDTOs[i].sysCodeDtls.Count; j++) + { + + + @Html.Raw("娉曞緥渚濇嵁" + (j + 1) + "锛�")<span>@challengeItemDTOs[i].sysCodeDtls[j].CodeSn</span> + <br /> + @Html.Raw("鍐呭" + (j + 1) + "锛�")<span>@challengeItemDTOs[i].sysCodeDtls[j].Contents</span> + <br /> + } + + </td> </tr> } -- Gitblit v1.9.1