From 65e60c2c3c2eb2c175cf7d2a08295d08c585f626 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 21 十二月 2021 14:45:20 +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