| | |
| | | } |
| | | @for (int i = 0; i < complaintRespondentDTOs.Count; i++) |
| | | { |
| | | if (complaintRespondentDTOs.Count == 1) |
| | | { |
| | | <tr> |
| | | <td colspan="2" align="left">被投诉人:<span style="width:480px;">@complaintRespondentDTOs[i].Respondent </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">地址:<span style="width:290px;font-size:13pt;">@complaintRespondentDTOs[i].Address </span></td> |
| | | <td align="left">邮编:<span style="width:160px;">@complaintRespondentDTOs[i].Postcode </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">联系人:<span style="width:290px;">@complaintRespondentDTOs[i].Contacts </span></td> |
| | | <td align="left">联系电话:<span style="width:160px;">@complaintRespondentDTOs[i].Phone </span></td> |
| | | </tr> |
| | | } |
| | | else |
| | | { |
| | | <tr> |
| | | <td colspan="2" align="left">被投诉人@(i+1):<span style="width:480px;">@complaintRespondentDTOs[i].Respondent </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">地址@(i+1):<span style="width:290px;font-size:13pt;">@complaintRespondentDTOs[i].Address </span></td> |
| | | <td align="left">邮编@(i+1):<span style="width:160px;">@complaintRespondentDTOs[i].Postcode </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">联系人@(i+1):<span style="width:290px;">@complaintRespondentDTOs[i].Contacts </span></td> |
| | | <td align="left">联系电话@(i+1):<span style="width:160px;">@complaintRespondentDTOs[i].Phone </span></td> |
| | | </tr> |
| | | } |
| | | |
| | | <tr> |
| | | <td colspan="2" align="left">被投诉人@(i+1):<span style="width:480px;">@complaintRespondentDTOs[i].Respondent </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">地址:<span style="width:290px;font-size:13pt;">@complaintRespondentDTOs[i].Address </span></td> |
| | | <td align="left">邮编:<span style="width:160px;">@complaintRespondentDTOs[i].Postcode </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">联系人:<span style="width:290px;">@complaintRespondentDTOs[i].Contacts </span></td> |
| | | <td align="left">联系电话:<span style="width:160px;">@complaintRespondentDTOs[i].Phone </span></td> |
| | | </tr> |
| | | |
| | | } |
| | | @for (int i = 0; i < complaintGongyingshangDTOs.Count; i++) |
| | | { |
| | | if (complaintGongyingshangDTOs.Count == 1) |
| | | { |
| | | <tr> |
| | | <td colspan="2" align="left">相关供应商:<span style="width:480px;">@complaintGongyingshangDTOs[i].Gongytingshang </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">地址:<span style="width:290px;font-size:13pt;">@complaintGongyingshangDTOs[i].Dizhi </span></td> |
| | | <td align="left">邮编:<span style="width:160px;">@complaintGongyingshangDTOs[i].Youbian </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">联系人:<span style="width:290px;font-size:13pt;">@complaintGongyingshangDTOs[i].Dizhi </span></td> |
| | | <td align="left">联系电话:<span style="width:160px;">@complaintGongyingshangDTOs[i].Youbian </span></td> |
| | | </tr> |
| | | } |
| | | else |
| | | { |
| | | <tr> |
| | | <td colspan="2" align="left">相关供应商@(i+1):<span style="width:480px;">@complaintGongyingshangDTOs[i].Gongytingshang </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">地址@(i+1):<span style="width:290px;font-size:13pt;">@complaintGongyingshangDTOs[i].Dizhi </span></td> |
| | | <td align="left">邮编@(i+1):<span style="width:160px;">@complaintGongyingshangDTOs[i].Youbian </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">联系人@(i+1):<span style="width:290px;font-size:13pt;">@complaintGongyingshangDTOs[i].Dizhi </span></td> |
| | | <td align="left">联系电话@(i+1):<span style="width:160px;">@complaintGongyingshangDTOs[i].Youbian </span></td> |
| | | </tr> |
| | | } |
| | | |
| | | <tr> |
| | | <td colspan="2" align="left">相关供应商@(i!=0?(i+""):""):<span style="width:480px;">@complaintGongyingshangDTOs[i].Gongytingshang </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">地址@(i!=0?(i+""):""):<span style="width:290px;font-size:13pt;">@complaintGongyingshangDTOs[i].Dizhi </span></td> |
| | | <td align="left">邮编@(i!=0?(i+""):""):<span style="width:160px;">@complaintGongyingshangDTOs[i].Youbian </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">联系人@(i!=0?(i+""):""):<span style="width:290px;font-size:13pt;">@complaintGongyingshangDTOs[i].Dizhi </span></td> |
| | | <td align="left">联系电话@(i!=0?(i+""):""):<span style="width:160px;">@complaintGongyingshangDTOs[i].Youbian </span></td> |
| | | </tr> |
| | | |
| | | } |
| | | <tr> |
| | |
| | | <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> |
| | |
| | | @{ |
| | | @for (int i = 0; i < complaintItemDTOs.Count; i++) |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | 投诉事项@((i+1)+""):<span style="text-indent:10px">@complaintItemDTOs[i].QuestionName </span> |
| | | <br /> |
| | | 事实依据:<span>@complaintItemDTOs[i].Evidential</span> |
| | | <br /> |
| | | 法律依据:<span>@complaintItemDTOs[i].LawName</span> |
| | | <br /> |
| | | 内容:<span>@complaintItemDTOs[i].Lawcoment</span> |
| | | <br /> |
| | | </td> |
| | | </tr> |
| | | if (complaintItemDTOs.Count == 1) |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | 投诉事项:<span style="text-indent:10px">@complaintItemDTOs[i].QuestionName </span> |
| | | <br /> |
| | | 事实依据: @Html.Raw("<span>" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", " ").Replace("\r", "<br/>")) + "</span>"); |
| | | <br /> |
| | | @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) |
| | | { |
| | | |
| | | |
| | | if (complaintItemDTOs[i].sysCodeDtls.Count == 1) |
| | | { |
| | | @Html.Raw("法律依据:<span>《" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "》" + complaintItemDTOs[i].sysCodeDtls[j].Classify2 + ":" + complaintItemDTOs[i].sysCodeDtls[j].Contents + "</span>") |
| | | <br /> |
| | | } |
| | | else |
| | | { |
| | | @Html.Raw("法律依据" + (j + 1) + ":<span>《" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "》" + complaintItemDTOs[i].sysCodeDtls[j].Classify2 + ":" + complaintItemDTOs[i].sysCodeDtls[j].Contents + "</span>") |
| | | <br /> |
| | | |
| | | } |
| | | } |
| | | </td> |
| | | </tr> |
| | | } |
| | | else |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | 投诉事项@((i+1)+""):<span style="text-indent:10px">@complaintItemDTOs[i].QuestionName </span> |
| | | <br /> |
| | | 事实依据@((i+1)+""):@Html.Raw("<span>" +(string.IsNullOrEmpty(complaintItemDTOs[i].Evidential)?"": complaintItemDTOs[i].Evidential.Replace(" ", " ").Replace("\r", "<br/>")) + "</span>"); |
| | | <br /> |
| | | @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) |
| | | { |
| | | |
| | | |
| | | if (complaintItemDTOs[i].sysCodeDtls.Count == 1) |
| | | { |
| | | @Html.Raw("法律依据:<span>《" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "》" + complaintItemDTOs[i].sysCodeDtls[j].Classify2 + ":" + complaintItemDTOs[i].sysCodeDtls[j].Contents + "</span>") |
| | | <br /> |
| | | } |
| | | else |
| | | { |
| | | @Html.Raw("法律依据" + (j + 1) + ":<span>《" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "》" + complaintItemDTOs[i].sysCodeDtls[j].Classify2 + ":" + complaintItemDTOs[i].sysCodeDtls[j].Contents + "</span>") |
| | | <br /> |
| | | |
| | | } |
| | | } |
| | | </td> |
| | | </tr> |
| | | } |
| | | |
| | | } |
| | | } |
| | | <tr> |