@model DTO.TComplaintletterDTO @using DTO; @using zhengcaioa.Models; @{ List request_info = ViewData["request_info"] as List; //质疑请求 List question = ViewData["question"] as List; //质疑事项 List law = ViewData["law"] as List; //法律依据 List complaintShouquandaibiaoDTOs = Model.complaintShouquandaibiaoDTOs; List complaintRespondentDTOs = Model.complaintRespondentDTOs; List complaintGongyingshangDTOs = Model.complaintGongyingshangDTOs; List complaintItemDTOs = Model.complaintItemDTOs; int PrintNum = Model.PrintNum.HasValue ? Model.PrintNum.Value : 0; } @{ Layout = null; } @(SiteConfig.SiteName) @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@
@for (int i = 0; i < complaintShouquandaibiaoDTOs.Count; i++) { } @for (int i = 0; i < complaintRespondentDTOs.Count; i++) { if (complaintRespondentDTOs.Count == 1) { } else { } } @for (int i = 0; i < complaintGongyingshangDTOs.Count; i++) { if (complaintGongyingshangDTOs.Count == 1) { } else { } } @{ @for (int i = 0; i < complaintItemDTOs.Count; i++) { if (complaintItemDTOs.Count == 1) { @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) { if (complaintItemDTOs[i].sysCodeDtls.Count == 1) { } else { } } } else { @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) { if (complaintItemDTOs[i].sysCodeDtls.Count == 1) { } else { } } } } }
投诉书(正本)
一、投诉相关主体基本信息
投诉人:@Model.TsrName
地址:@Model.TsrAddress 邮编:@Model.TsrPostcode
法定代表人/主要负责人:@Model.TsrCorporation
联系电话:@Model.TsrPhone
授权代表@(i!=0?(i+""):""):@complaintShouquandaibiaoDTOs[i].Shouquandaibiao
联系电话@(i!=0?(i+""):""):@complaintShouquandaibiaoDTOs[i].Lianxidianhua
地址@(i!=0?(i+""):""):@complaintShouquandaibiaoDTOs[i].Dizhi 邮编@(i!=0?(i+""):""):@complaintShouquandaibiaoDTOs[i].Youbian
被投诉人:@complaintRespondentDTOs[i].Respondent
地址:@complaintRespondentDTOs[i].Address 邮编:@complaintRespondentDTOs[i].Postcode
联系人:@complaintRespondentDTOs[i].Contacts 联系电话:@complaintRespondentDTOs[i].Phone
被投诉人@(i+1):@complaintRespondentDTOs[i].Respondent
地址@(i+1):@complaintRespondentDTOs[i].Address 邮编@(i+1):@complaintRespondentDTOs[i].Postcode
联系人@(i+1):@complaintRespondentDTOs[i].Contacts 联系电话@(i+1):@complaintRespondentDTOs[i].Phone
相关供应商:@complaintGongyingshangDTOs[i].Gongytingshang
地址:@complaintGongyingshangDTOs[i].Dizhi 邮编:@complaintGongyingshangDTOs[i].Youbian
联系人:@complaintGongyingshangDTOs[i].Dizhi 联系电话:@complaintGongyingshangDTOs[i].Youbian
相关供应商@(i+1):@complaintGongyingshangDTOs[i].Gongytingshang
地址@(i+1):@complaintGongyingshangDTOs[i].Dizhi 邮编@(i+1):@complaintGongyingshangDTOs[i].Youbian
联系人@(i+1):@complaintGongyingshangDTOs[i].Dizhi 联系电话@(i+1):@complaintGongyingshangDTOs[i].Youbian
二、投诉项目基本情况
采购项目的名称:@Model.XmName
采购项目的编号:@Model.XmCode 包号:@Model.XmPackage
采购人名称:@Model.PurchaserName
代理机构名称:@Model.Agency
采购文件公告:@Model.IsNoticeName 公告期限:@Model.NoticeDateName
采购结果公告:@Model.IsResultnoticeName 公告期限:@Model.ResultnoticeDateName
三、质疑基本情况
投诉人于@(Model.ChallengeDateName),向@(Model.Questioned)提出质疑,质疑事项为: @if (string.IsNullOrEmpty(Model.SqdbId)) { @Html.Raw("                          "); } else { @Html.Raw("" + @Model.SqdbId + ""); }
@(Model.Respondent)@(Model.RespondDateName),就质疑事项做出了答复/没有在法定期限内做出答复
四、投诉事项具体内容
投诉事项:@complaintItemDTOs[i].QuestionName
事实依据: @Html.Raw("" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", " ").Replace("\r", "
")) + "
");
@Html.Raw("法律依据:《" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "》" + complaintItemDTOs[i].sysCodeDtls[j].Classify2 + ":" + complaintItemDTOs[i].sysCodeDtls[j].Contents + "")
@Html.Raw("法律依据" + (j + 1) + ":《" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "》" + complaintItemDTOs[i].sysCodeDtls[j].Classify2 + ":" + complaintItemDTOs[i].sysCodeDtls[j].Contents + "")
投诉事项@((i+1)+""):@complaintItemDTOs[i].QuestionName
事实依据@((i+1)+""):@Html.Raw("" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", " ").Replace("\r", "
")) + "
");
@Html.Raw("法律依据:《" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "》" + complaintItemDTOs[i].sysCodeDtls[j].Classify2 + ":" + complaintItemDTOs[i].sysCodeDtls[j].Contents + "")
@Html.Raw("法律依据" + (j + 1) + ":《" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "》" + complaintItemDTOs[i].sysCodeDtls[j].Classify2 + ":" + complaintItemDTOs[i].sysCodeDtls[j].Contents + "")
五、与投诉事项相关的投诉请求
请求:@Model.RequestInfoName
签字(签章): 公章:
日期: