| | |
| | | } |
| | | @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> |
| | |
| | | } |
| | | else |
| | | { |
| | | @Html.Raw("<span>"+ @Model.SqdbId + "</span>"); |
| | | @Html.Raw("<span>" + @Model.SqdbId + "</span>"); |
| | | } |
| | | |
| | | |
| | |
| | | |
| | | |
| | | </td> |
| | | |
| | | |
| | | </tr> |
| | | <tr> |
| | | <td align="left" colspan="2"><span>@(Model.Respondent)</span>于<span>@(Model.RespondDateName)</span>,就质疑事项做出了答复/没有在法定期限内做出答复</td> |
| | |
| | | @{ |
| | | @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 /> |
| | | @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) |
| | | { |
| | | if (complaintItemDTOs.Count == 1) |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | 投诉事项:<span style="text-indent:10px">@complaintItemDTOs[i].QuestionName </span> |
| | | <br /> |
| | | 事实依据:<span>@complaintItemDTOs[i].Evidential</span> |
| | | <br /> |
| | | @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) |
| | | { |
| | | |
| | | |
| | | @Html.Raw("法律依据" + (j + 1) + ":")<span>@complaintItemDTOs[i].sysCodeDtls[j].CodeSn</span> |
| | | 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 /> |
| | | @Html.Raw("内容" + (j + 1) + ":")<span>@complaintItemDTOs[i].sysCodeDtls[j].Contents</span> |
| | | 事实依据@((i+1)+""):<span>@complaintItemDTOs[i].Evidential</span> |
| | | <br /> |
| | | } |
| | | </td> |
| | | </tr> |
| | | @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> |