@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; ResultDataEntity yinyezhizhao = ViewBag.yinyezhizhao as ResultDataEntity; //营业执照 List yinyezhizhaosssss = new List(); if (yinyezhizhao.DataList != null) { yinyezhizhaosssss = yinyezhizhao.DataList; } ResultDataEntity shenfenzheng = ViewBag.shenfenzheng as ResultDataEntity; //法人身份证 List shenfenzhengsssss = new List(); if (shenfenzheng.DataList != null) { shenfenzhengsssss = shenfenzheng.DataList; } CooperatecustomCustomerDTO cooperatecustomCustomerDTO = ViewBag.cooperatecustomCustomerDTO as CooperatecustomCustomerDTO; //客户 } @{ 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) { } else { } } }
投诉书(正本)
一、投诉相关主体基本信息
投诉人:@Model.TsrName
地址:@Model.TsrAddress     @(string.IsNullOrEmpty(Model.TsrPostcode)?"":"邮编:")@Model.TsrPostcode
法定代表人/主要负责人:@Model.TsrCorporation
联系电话:@Model.TsrPhone
授权代表@(i!=0?(i+""):""):@complaintShouquandaibiaoDTOs[i].Shouquandaibiao
联系电话@(i!=0?(i+""):""):@complaintShouquandaibiaoDTOs[i].Lianxidianhua
地址@(i!=0?(i+""):""):@complaintShouquandaibiaoDTOs[i].Dizhi     @(string.IsNullOrEmpty(complaintShouquandaibiaoDTOs[i].Youbian)?"":"邮编:")@(i!=0?(i+""):"")@complaintShouquandaibiaoDTOs[i].Youbian
被投诉人:@complaintRespondentDTOs[i].Respondent
地址:@complaintRespondentDTOs[i].Address     @(string.IsNullOrEmpty(complaintRespondentDTOs[i].Postcode)?"":"邮编:")@complaintRespondentDTOs[i].Postcode
联系人:@complaintRespondentDTOs[i].Contacts 联系电话:@complaintRespondentDTOs[i].Phone
被投诉人@(i+1):@complaintRespondentDTOs[i].Respondent
地址@(i+1):@complaintRespondentDTOs[i].Address    @(string.IsNullOrEmpty(complaintRespondentDTOs[i].Postcode)?"":"邮编:")@(i+1):@complaintRespondentDTOs[i].Postcode
联系人@(i+1):@complaintRespondentDTOs[i].Contacts 联系电话@(i+1):@complaintRespondentDTOs[i].Phone
相关供应商:@complaintGongyingshangDTOs[i].Gongytingshang
地址:@complaintGongyingshangDTOs[i].Dizhi    @(string.IsNullOrEmpty(complaintGongyingshangDTOs[i].Youbian)?"":"邮编:")@complaintGongyingshangDTOs[i].Youbian
联系人:@complaintGongyingshangDTOs[i].Dizhi 联系电话:@complaintGongyingshangDTOs[i].Youbian
相关供应商@(i+1):@complaintGongyingshangDTOs[i].Gongytingshang
地址@(i+1):@complaintGongyingshangDTOs[i].Dizhi    @(string.IsNullOrEmpty(complaintGongyingshangDTOs[i].Youbian)?"":"邮编:")@(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", "
")) + "
");
法律依据: @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) { var sssss = ""; if (complaintItemDTOs[i].sysCodeDtls[j].CodeSn.IndexOf("【")>=0) { sssss = "《" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn.Insert(complaintItemDTOs[i].sysCodeDtls[j].CodeSn.IndexOf("【"), "》"); } else { sssss = "《" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "》"; } if (j != (complaintItemDTOs[i].sysCodeDtls.Count - 1)) { @Html.Raw(sssss + complaintItemDTOs[i].sysCodeDtls[j].Classify2 + "、") } else { @Html.Raw(sssss + complaintItemDTOs[i].sysCodeDtls[j].Classify2) } }
投诉事项@((i+1)+""):@complaintItemDTOs[i].QuestionName
事实依据@((i+1)+""):@Html.Raw("" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", " ").Replace("\r", "
")) + "
");
法律依据: @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) { var sssss = ""; if (complaintItemDTOs[i].sysCodeDtls[j].CodeSn.IndexOf("【") >= 0) { sssss = "《" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn.Insert(complaintItemDTOs[i].sysCodeDtls[j].CodeSn.IndexOf("【"), "》"); } else { sssss = "《" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "》"; } if (j != (complaintItemDTOs[i].sysCodeDtls.Count - 1)) { @Html.Raw(sssss + complaintItemDTOs[i].sysCodeDtls[j].Classify2 + "、") } else { @Html.Raw(sssss + complaintItemDTOs[i].sysCodeDtls[j].Classify2) } }
五、与投诉事项相关的投诉请求
请求:@Model.RequestInfoName
签字(签章): 公章:
日期:@Model.Modifytime.Value.ToString("yyyy年MM月dd日")
@{ for (int i = 0; i < yinyezhizhaosssss.Count; i++) {
} for (int i = 0; i < shenfenzhengsssss.Count; i++) {
} }
法定代表人资格证明书
兹证明  @(cooperatecustomCustomerDTO.FName)  在  @(cooperatecustomCustomerDTO.Name)   任  @(cooperatecustomCustomerDTO.Zhiwu)   职务,是  @(cooperatecustomCustomerDTO.Name)   的法定代表人。
    特此证明。
川印文化集团股份有限公司(公章)
日期:@Model.Modifytime.Value.ToString("yyyy年MM月dd日")