| | |
| | | <form id="formtest"> |
| | | <div class="wrapper wrapper-content" id="ibox-content" style="padding:15px;"> |
| | | <div class="row"> |
| | | <div id="content" style="overflow-y:auto;height:100%;"> |
| | | <div id="content" style="overflow-y:auto;height:100%;background: #fff;width:850px; margin: 0 auto;"> |
| | | <div id="page1" style="page-break-after:always;"> |
| | | <table border="0" align="center" cellpadding="3" cellspacing="0"> |
| | | <tr> |
| | |
| | | @{ |
| | | @for (int i = 0; i < challengeItemDTOs.Count; i++) |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | 质疑事项@(i!=0?(i+""):""):<span style="text-indent:10px">@challengeItemDTOs[i].QuestionName </span> |
| | | <br /> |
| | | 事实依据@(i!=0?(i+""):""):<span>@challengeItemDTOs[i].Evidential</span> |
| | | <br /> |
| | | 法律依据@(i!=0?(i+""):""):<span>@challengeItemDTOs[i].LawName</span> |
| | | <br /> |
| | | 内容@(i!=0?(i+""):""):<span>@challengeItemDTOs[i].Lawcoment</span> |
| | | <br /> |
| | | </td> |
| | | </tr> |
| | | if (challengeItemDTOs.Count == 1) |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | 质疑事项:<span style="text-indent:10px">@challengeItemDTOs[i].QuestionName </span> |
| | | <br /> |
| | | 事实依据:<span>@challengeItemDTOs[i].Evidential</span> |
| | | <br /> |
| | | @for (int j = 0; j < challengeItemDTOs[i].sysCodeDtls.Count; j++) |
| | | { |
| | | if (challengeItemDTOs[i].sysCodeDtls.Count == 1) |
| | | { |
| | | @Html.Raw("法律依据:<span>《" + challengeItemDTOs[i].sysCodeDtls[j].CodeSn + "》" + challengeItemDTOs[i].sysCodeDtls[j].Classify2 + ":" + challengeItemDTOs[i].sysCodeDtls[j].Contents + "</span>") |
| | | <br /> |
| | | } |
| | | else |
| | | { |
| | | @Html.Raw("法律依据" + (j + 1) + ":<span>《" + challengeItemDTOs[i].sysCodeDtls[j].CodeSn + "》" + challengeItemDTOs[i].sysCodeDtls[j].Classify2 + ":" + challengeItemDTOs[i].sysCodeDtls[j].Contents + "</span>") |
| | | <br /> |
| | | |
| | | } |
| | | |
| | | |
| | | } |
| | | |
| | | |
| | | </td> |
| | | </tr> |
| | | } |
| | | else |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | 质疑事项@((i + 1) + ""):<span style="text-indent:10px">@challengeItemDTOs[i].QuestionName </span> |
| | | <br /> |
| | | 事实依据@((i + 1) + ""):<span>@challengeItemDTOs[i].Evidential</span> |
| | | <br /> |
| | | @for (int j = 0; j < challengeItemDTOs[i].sysCodeDtls.Count; j++) |
| | | { |
| | | |
| | | |
| | | if (challengeItemDTOs[i].sysCodeDtls.Count == 1) |
| | | { |
| | | @Html.Raw("法律依据:<span>《" + challengeItemDTOs[i].sysCodeDtls[j].CodeSn + "》" + challengeItemDTOs[i].sysCodeDtls[j].Classify2 + ":" + challengeItemDTOs[i].sysCodeDtls[j].Contents + "</span>") |
| | | <br /> |
| | | } |
| | | else |
| | | { |
| | | @Html.Raw("法律依据" + (j + 1) + ":<span>《" + challengeItemDTOs[i].sysCodeDtls[j].CodeSn + "》" + challengeItemDTOs[i].sysCodeDtls[j].Classify2 + ":" + challengeItemDTOs[i].sysCodeDtls[j].Contents + "</span>") |
| | | <br /> |
| | | |
| | | } |
| | | } |
| | | |
| | | |
| | | </td> |
| | | </tr> |
| | | } |
| | | |
| | | } |
| | | } |
| | | <tr> |
| | |
| | | margin-top: -5px; |
| | | border-bottom: 1px dashed #111; |
| | | } |
| | | </style> |
| | | </div> |
| | | </div> |
| | | |
| | | </div> |
| | | <div class="wrapper wrapper-content" style="margin-top:0px"></div> |
| | | <div class="ibox-content" id="top" style="z-index:100; position:fixed; height:50px; width:100%;bottom:0; text-align: right; padding-top:8px "> |
| | | <div class="" style="float:right;" data-bootstro-width="500px" data-bootstro-content="功能按钮:“保存”,“删除”"> |
| | | |
| | | </style> |
| | | </div> |
| | | </div> |
| | | |
| | | <a class="btn btn-success" href="javascript:void(0)" onclick="printWin();" style="margin-left:4px; border-radius:4px;"> |
| | | <i class="glyphicon glyphicon-ok"></i> <span class="bold">打印</span> |
| | | </a> |
| | | </div> |
| | | </div> |
| | | <div class="wrapper wrapper-content" style="margin-top:0px"></div> |
| | | <div class="ibox-content" id="top" style="z-index:100; position:fixed; height:50px; width:100%;bottom:0; text-align: right; padding-top:8px "> |
| | | <div class="" style="float:right;" data-bootstro-width="500px" data-bootstro-content="功能按钮:“保存”,“删除”"> |
| | | |
| | | |
| | | <a class="btn btn-success" href="javascript:void(0)" onclick="printWin();" style="margin-left:4px; border-radius:4px;"> |
| | | <i class="glyphicon glyphicon-ok"></i> <span class="bold">打印</span> |
| | | </a> |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | </script> |
| | | </body> |
| | | </body> |
| | | </html> |