| | |
| | | |
| | | List<TComplaintGongyingshangDTO> complaintGongyingshangDTOs = Model.complaintGongyingshangDTOs; |
| | | |
| | | |
| | | List<TChallengeRequestInfoDTO> challengeRequestInfoDTOs = Model.challengeRequestInfoDTOs; |
| | | |
| | | List<TComplaintItemDTO> complaintItemDTOs = Model.complaintItemDTOs; |
| | | |
| | | int PrintNum = Model.PrintNum.HasValue ? Model.PrintNum.Value : 0; |
| | | |
| | | |
| | | ResultDataEntity<SysAttachmentDTO> yinyezhizhao = ViewBag.yinyezhizhao as ResultDataEntity<SysAttachmentDTO>; //营业执照 |
| | | List<SysAttachmentDTO> yinyezhizhaosssss = new List<SysAttachmentDTO>(); |
| | | if (yinyezhizhao.DataList != null) |
| | | { |
| | | yinyezhizhaosssss = yinyezhizhao.DataList; |
| | | } |
| | | |
| | | ResultDataEntity<SysAttachmentDTO> shenfenzheng = ViewBag.shenfenzheng as ResultDataEntity<SysAttachmentDTO>; //法人身份证 |
| | | List<SysAttachmentDTO> shenfenzhengsssss = new List<SysAttachmentDTO>(); |
| | | if (shenfenzheng.DataList != null) |
| | | { |
| | | shenfenzhengsssss = shenfenzheng.DataList; |
| | | } |
| | | |
| | | CooperatecustomCustomerDTO cooperatecustomCustomerDTO = ViewBag.cooperatecustomCustomerDTO as CooperatecustomCustomerDTO; //客户 |
| | | |
| | | } |
| | | @{ |
| | | Layout = null; |
| | |
| | | @*<script src="~/js/plugins/iTexbox/itextbox.js" type="text/javascript"></script>*@ |
| | | @*<script src="~/js/plugins/iuploader/iuploader.js"></script>*@ |
| | | <script src="~/js/TUJS.js"></script> |
| | | <script language="javascript" src="~/js/fileSaver.js" type="text/javascript"></script> |
| | | <script language="javascript" src="~/js/jquery.wordexport.js" type="text/javascript"></script> |
| | | <script language="javascript" src="~/js/fileSaver.js?v=2" type="text/javascript"></script> |
| | | <script language="javascript" src="~/js/jquery.wordexport.js?v=2" type="text/javascript"></script> |
| | | </head> |
| | | <body class="gray-bg" style="overflow:auto"> |
| | | <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%;background: #fff;width:850px; margin: 0 auto;"> |
| | | <style type="text/css"> |
| | | <div id="content" style="overflow-x:hidden; overflow-y:auto;height:100%;background: #fff;width:850px; margin: 0 auto;"> |
| | | <style type="text/css" > |
| | | table { |
| | | width: 595px; |
| | | font-size: 16pt; |
| | | font-size: 14pt; |
| | | font-family: 'FangSong'; |
| | | background: #fff; |
| | | line-height: 1.5; |
| | | line-height: 150%; |
| | | } |
| | | |
| | | span { |
| | | font-size: 16pt; |
| | | font-size: 14pt; |
| | | display: inline; |
| | | /* border-bottom: 1px dashed #111;*/ |
| | | /* border-bottom: 1px dashed #111;*/ |
| | | } |
| | | |
| | | s22pan:after { |
| | |
| | | display: inline; |
| | | width: 100%; |
| | | margin-top: -5px; |
| | | /* border-bottom: 1px dashed #111;*/ |
| | | /* border-bottom: 1px dashed #111;*/ |
| | | } |
| | | </style> |
| | | <div id="page1" style="page-break-after:always;"> |
| | | <table border="0" align="center" cellpadding="3" cellspacing="0"> |
| | | <tr> |
| | | <td colspan="2" style="font-size:29.3px;text-align:center">投诉书(正本)</td> |
| | | <td colspan="2" style="font-size:21px; text-align: center "><b>投诉书(正本)</b></td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" ><b>一、投诉相关主体基本信息</b></td> |
| | | <td colspan="2"><b>一、投诉相关主体基本信息</b></td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" align="left">投诉人:<span style="width:460px;">@Model.TsrName</span></td> |
| | | </tr> |
| | | <tr> |
| | | <td width="60%" align="left">地址:<span style="width:290px;">@Model.TsrAddress</span></td> |
| | | <td width="40%" align="left">@(string.IsNullOrEmpty(Model.TsrPostcode)?"":"邮编:")<span style="width:160px;">@Model.TsrPostcode</span></td> |
| | | <td colspan="2" align="left">地址:<span style="width:290px;">@Model.TsrAddress</span> @(string.IsNullOrEmpty(Model.TsrPostcode)?"":"邮编:")<span style="width:160px;">@Model.TsrPostcode</span></td> |
| | | |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" align="left">法定代表人/主要负责人:<span style="width:460px;">@Model.TsrCorporation</span></td> |
| | |
| | | <td colspan="2" align="left">联系电话@(i!=0?(i+""):""):<span style="width:480px;">@complaintShouquandaibiaoDTOs[i].Lianxidianhua </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">地址@(i!=0?(i+""):""):<span style="width:290px;">@complaintShouquandaibiaoDTOs[i].Dizhi </span></td> |
| | | <td align="left">@(string.IsNullOrEmpty(complaintShouquandaibiaoDTOs[i].Youbian)?"":"邮编:")@(i!=0?(i+""):"")<span style="width:160px;">@complaintShouquandaibiaoDTOs[i].Youbian </span></td> |
| | | <td colspan="2" align="left">地址@(i!=0?(i+""):""):<span style="width:290px;">@complaintShouquandaibiaoDTOs[i].Dizhi </span> @(string.IsNullOrEmpty(complaintShouquandaibiaoDTOs[i].Youbian)?"":"邮编:")@(i!=0?(i+""):"")<span style="width:160px;">@complaintShouquandaibiaoDTOs[i].Youbian </span></td> |
| | | </tr> |
| | | } |
| | | @for (int i = 0; i < complaintRespondentDTOs.Count; i++) |
| | |
| | | <td colspan="2" align="left">被投诉人:<span style="width:480px;">@complaintRespondentDTOs[i].Respondent </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">地址:<span style="width:290px;">@complaintRespondentDTOs[i].Address </span></td> |
| | | <td align="left">@(string.IsNullOrEmpty(complaintRespondentDTOs[i].Postcode)?"":"邮编:")<span style="width:160px;">@complaintRespondentDTOs[i].Postcode </span></td> |
| | | <td colspan="2" align="left">地址:<span style="width:290px;">@complaintRespondentDTOs[i].Address </span> @(string.IsNullOrEmpty(complaintRespondentDTOs[i].Postcode)?"":"邮编:")<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> |
| | | <td align="left" width="50%">联系人:<span style="width:290px;">@complaintRespondentDTOs[i].Contacts </span></td> |
| | | <td align="left" width="50%">联系电话:<span style="width:160px;">@complaintRespondentDTOs[i].Phone </span></td> |
| | | </tr> |
| | | } |
| | | else |
| | |
| | | <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;">@complaintRespondentDTOs[i].Address </span></td> |
| | | <td align="left">@(string.IsNullOrEmpty(complaintRespondentDTOs[i].Postcode)?"":"邮编:")@(i+1):<span style="width:160px;">@complaintRespondentDTOs[i].Postcode </span></td> |
| | | <td colspan="2" align="left">地址@(i+1):<span style="width:290px;">@complaintRespondentDTOs[i].Address </span> @(string.IsNullOrEmpty(complaintRespondentDTOs[i].Postcode)?"":"邮编:")@(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> |
| | | <td align="left" width="50%">联系人@(i+1):<span style="width:290px;">@complaintRespondentDTOs[i].Contacts </span></td> |
| | | <td align="left" width="50%">联系电话@(i+1):<span style="width:160px;">@complaintRespondentDTOs[i].Phone </span></td> |
| | | </tr> |
| | | } |
| | | |
| | |
| | | <td colspan="2" align="left">相关供应商:<span style="width:480px;">@complaintGongyingshangDTOs[i].Gongytingshang </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">地址:<span style="width:290px;">@complaintGongyingshangDTOs[i].Dizhi </span></td> |
| | | <td align="left">@(string.IsNullOrEmpty(complaintGongyingshangDTOs[i].Youbian)?"":"邮编:")<span style="width:160px;">@complaintGongyingshangDTOs[i].Youbian </span></td> |
| | | <td colspan="2" align="left">地址:<span style="width:290px;">@complaintGongyingshangDTOs[i].Dizhi </span> @(string.IsNullOrEmpty(complaintGongyingshangDTOs[i].Youbian)?"":"邮编:")<span style="width:160px;">@complaintGongyingshangDTOs[i].Youbian </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">联系人:<span style="width:290px;">@complaintGongyingshangDTOs[i].Dizhi </span></td> |
| | | <td align="left">联系电话:<span style="width:160px;">@complaintGongyingshangDTOs[i].Youbian </span></td> |
| | | <td align="left" width="50%">联系人:<span style="width:290px;">@complaintGongyingshangDTOs[i].Dizhi </span></td> |
| | | <td align="left" width="50%">联系电话:<span style="width:160px;">@complaintGongyingshangDTOs[i].Youbian </span></td> |
| | | </tr> |
| | | } |
| | | else |
| | |
| | | <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;">@complaintGongyingshangDTOs[i].Dizhi </span></td> |
| | | <td align="left">@(string.IsNullOrEmpty(complaintGongyingshangDTOs[i].Youbian)?"":"邮编:")@(i+1):<span style="width:160px;">@complaintGongyingshangDTOs[i].Youbian </span></td> |
| | | <td colspan="2" align="left">地址@(i+1):<span style="width:290px;">@complaintGongyingshangDTOs[i].Dizhi </span> @(string.IsNullOrEmpty(complaintGongyingshangDTOs[i].Youbian)?"":"邮编:")@(i+1):<span style="width:160px;">@complaintGongyingshangDTOs[i].Youbian </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">联系人@(i+1):<span style="width:290px;">@complaintGongyingshangDTOs[i].Dizhi </span></td> |
| | | <td align="left">联系电话@(i+1):<span style="width:160px;">@complaintGongyingshangDTOs[i].Youbian </span></td> |
| | | <td align="left" width="50%">联系人@(i+1):<span style="width:290px;">@complaintGongyingshangDTOs[i].Dizhi </span></td> |
| | | <td align="left" width="50%">联系电话@(i+1):<span style="width:160px;">@complaintGongyingshangDTOs[i].Youbian </span></td> |
| | | </tr> |
| | | } |
| | | |
| | | |
| | | } |
| | | <tr> |
| | | <td colspan="2" ><b>二、投诉项目基本情况</b></td> |
| | | <td colspan="2"><b>二、投诉项目基本情况</b></td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" align="left">采购项目的名称:<span style="width:415px;font-size:13pt;">@Model.XmName </span></td> |
| | | <td colspan="2" align="left">采购项目的名称:<span style="width:415px;">@Model.XmName </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left">采购项目的编号:<span style="width:180px;">@Model.XmCode </span></td> |
| | | <td align="left">包号:<span style="width:160px;">@Model.XmPackage </span></td> |
| | | <td colspan="2" align="left">采购项目的编号:<span style="width:180px;">@Model.XmCode </span> 包号:<span style="width:160px;">@Model.XmPackage </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" align="left">采购人名称:<span style="width:460px;">@Model.PurchaserName </span></td> |
| | |
| | | <td align="left">公告期限:<span style="width:160px;">@Model.ResultnoticeDateName </span></td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" ><b>三、质疑基本情况</b></td> |
| | | <td colspan="2"><b>三、质疑基本情况</b></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left" colspan="2"> |
| | |
| | | |
| | | </tr> |
| | | <tr> |
| | | <td align="left" colspan="2"><span>@(Model.Respondent)</span>于<span>@(Model.RespondDateName)</span>,就质疑事项做出了答复/没有在法定期限内做出答复</td> |
| | | <td align="left" colspan="2"><span>@(Model.Respondent)</span>于<span>@(Model.RespondDateName)</span>,就质疑事项@(!string.IsNullOrEmpty(Model.RespondDateName)?"做出了答复":"没有在法定期限内做出答复" ) </td> |
| | | </tr> |
| | | |
| | | <tr> |
| | | <td colspan="2" ><b>四、投诉事项具体内容</b></td> |
| | | <td colspan="2"><b>四、投诉事项具体内容</b></td> |
| | | </tr> |
| | | |
| | | @{ |
| | |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | 投诉事项:<span style="text-indent:10px">@complaintItemDTOs[i].QuestionName </span> |
| | | 投诉事项:<span style="text-indent:10px">@(string.IsNullOrEmpty(complaintItemDTOs[i].Questionname)? complaintItemDTOs[i].QuestionName: complaintItemDTOs[i].Questionname) </span> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2"> |
| | | 事实依据: @Html.Raw("<span>" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", " ").Replace("\r", "<br/>")) + "</span>"); |
| | | 事实依据: @Html.Raw("<span>" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", " ").Replace("\r", "<br/>")) + "</span>") |
| | | </td> |
| | | </tr> |
| | | |
| | | @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | 法律依据: |
| | | @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) |
| | | { |
| | | var sssss = ""; |
| | | if (j == 0 || complaintItemDTOs[i].sysCodeDtls[j].Classify3 != complaintItemDTOs[i].sysCodeDtls[j - 1].Classify3) |
| | | { |
| | | if (complaintItemDTOs[i].sysCodeDtls[j].Classify3.IndexOf("【") >= 0) |
| | | { |
| | | sssss = "《" + complaintItemDTOs[i].sysCodeDtls[j].Classify3.Insert(complaintItemDTOs[i].sysCodeDtls[j].Classify3.IndexOf("【"), "》"); |
| | | } |
| | | else |
| | | { |
| | | sssss = "《" + complaintItemDTOs[i].sysCodeDtls[j].Classify3 + "》"; |
| | | } |
| | | } |
| | | |
| | | if (j != (complaintItemDTOs[i].sysCodeDtls.Count - 1)) |
| | | { |
| | | @Html.Raw(sssss + complaintItemDTOs[i].sysCodeDtls[j].Classify2 + "、") |
| | | } |
| | | else |
| | | { |
| | | @Html.Raw(sssss + complaintItemDTOs[i].sysCodeDtls[j].Classify2) |
| | | } |
| | | |
| | | } |
| | | |
| | | </td> |
| | | </tr> |
| | | |
| | | |
| | | if (complaintItemDTOs[i].sysCodeDtls.Count == 1) |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | @Html.Raw("法律依据:<span>《" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "》" + complaintItemDTOs[i].sysCodeDtls[j].Classify2 + ":" + complaintItemDTOs[i].sysCodeDtls[j].Contents + "</span>") |
| | | </td> |
| | | </tr> |
| | | } |
| | | else |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | @Html.Raw("法律依据" + (j + 1) + ":<span>《" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "》" + complaintItemDTOs[i].sysCodeDtls[j].Classify2 + ":" + complaintItemDTOs[i].sysCodeDtls[j].Contents + "</span>") |
| | | </td> |
| | | </tr> |
| | | |
| | | } |
| | | } |
| | | |
| | | } |
| | | else |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | 投诉事项@((i+1)+""):<span style="text-indent:10px">@complaintItemDTOs[i].QuestionName </span> |
| | | 投诉事项@((i+1)+""):<span style="text-indent:10px">@(string.IsNullOrEmpty(complaintItemDTOs[i].Questionname)? complaintItemDTOs[i].QuestionName: complaintItemDTOs[i].Questionname) </span> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2"> |
| | | 事实依据@((i+1)+""):@Html.Raw("<span>" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", " ").Replace("\r", "<br/>")) + "</span>"); |
| | | 事实依据:@Html.Raw("<span>" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", " ").Replace("\r", "<br/>")) + "</span>") |
| | | </td> |
| | | </tr> |
| | | @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | 法律依据: |
| | | @for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++) |
| | | { |
| | | var sssss = ""; |
| | | if (j == 0 || complaintItemDTOs[i].sysCodeDtls[j].Classify3 != complaintItemDTOs[i].sysCodeDtls[j - 1].Classify3) |
| | | { |
| | | if (complaintItemDTOs[i].sysCodeDtls[j].Classify3.IndexOf("【") >= 0) |
| | | { |
| | | sssss = "《" + complaintItemDTOs[i].sysCodeDtls[j].Classify3.Insert(complaintItemDTOs[i].sysCodeDtls[j].Classify3.IndexOf("【"), "》"); |
| | | } |
| | | else |
| | | { |
| | | sssss = "《" + complaintItemDTOs[i].sysCodeDtls[j].Classify3 + "》"; |
| | | } |
| | | } |
| | | if (j != (complaintItemDTOs[i].sysCodeDtls.Count - 1)) |
| | | { |
| | | @Html.Raw(sssss + complaintItemDTOs[i].sysCodeDtls[j].Classify2 + "、") |
| | | } |
| | | else |
| | | { |
| | | @Html.Raw(sssss + complaintItemDTOs[i].sysCodeDtls[j].Classify2) |
| | | } |
| | | |
| | | } |
| | | |
| | | if (complaintItemDTOs[i].sysCodeDtls.Count == 1) |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | @Html.Raw("法律依据:<span>《" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "》" + complaintItemDTOs[i].sysCodeDtls[j].Classify2 + ":" + complaintItemDTOs[i].sysCodeDtls[j].Contents + "</span>") |
| | | </td> |
| | | </tr> |
| | | } |
| | | else |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | @Html.Raw("法律依据" + (j + 1) + ":<span>《" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "》" + complaintItemDTOs[i].sysCodeDtls[j].Classify2 + ":" + complaintItemDTOs[i].sysCodeDtls[j].Contents + "</span>") |
| | | </td> |
| | | </tr> |
| | | |
| | | } |
| | | } |
| | | </td> |
| | | </tr> |
| | | |
| | | } |
| | | |
| | | } |
| | | } |
| | | <tr> |
| | | <td colspan="2" ><b>五、与投诉事项相关的投诉请求</b></td> |
| | | <td colspan="2"><b>五、与投诉事项相关的投诉请求</b></td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" align="left">请求:<span>@Model.RequestInfoName</span></td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" style="height:15px"></td> |
| | | </tr> |
| | | @{ |
| | | @for (int i = 0; i < challengeRequestInfoDTOs.Count; i++) |
| | | { |
| | | if (challengeRequestInfoDTOs.Count == 1) |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | 请求:<span style="text-indent:10px">@(string.IsNullOrEmpty(challengeRequestInfoDTOs[i].RequestInfoname)? challengeRequestInfoDTOs[i].RequestInfoNameName: challengeRequestInfoDTOs[i].RequestInfoname) </span> |
| | | </td> |
| | | </tr> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | else |
| | | { |
| | | <tr> |
| | | <td colspan="2"> |
| | | 请求@((i + 1) + ""):<span style="text-indent:10px">@(string.IsNullOrEmpty(challengeRequestInfoDTOs[i].RequestInfoname)? challengeRequestInfoDTOs[i].RequestInfoNameName: challengeRequestInfoDTOs[i].RequestInfoname) </span> |
| | | </td> |
| | | </tr> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | | } |
| | | } |
| | | @*<tr> |
| | | <td colspan="2" align="left">请求:<span>@Model.RequestInfoName</span></td> |
| | | </tr>*@ |
| | | @*<tr> |
| | | <td colspan="2" style="height:15px"></td> |
| | | </tr>*@ |
| | | <tr> |
| | | <td align="left">签字(签章):</td> |
| | | <td align="left">公章:</td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" align="left">日期:@DateTime.Now.ToString("yyyy-MM-dd")</td> |
| | | <td colspan="2" align="left">日期:@Model.Modifytime.Value.ToString("yyyy年MM月dd日")</td> |
| | | </tr> |
| | | </table> |
| | | </div> |
| | |
| | | |
| | | |
| | | </div> |
| | | |
| | | <div id="zhuti"> |
| | | @{ |
| | | for (int i = 0; i < yinyezhizhaosssss.Count; i++) |
| | | { |
| | | <div style="page-break-after:always;"> |
| | | <img src="@yinyezhizhaosssss[i].Filepath" alt="" style="height: auto; max-width: 100%; "> |
| | | |
| | | </div> |
| | | } |
| | | |
| | | |
| | | for (int i = 0; i < shenfenzhengsssss.Count; i++) |
| | | { |
| | | <div style="page-break-after:always;"> |
| | | <img src="@shenfenzhengsssss[i].Filepath" alt="" style="height: auto; max-width: 100%; "> |
| | | |
| | | </div> |
| | | } |
| | | } |
| | | |
| | | <div style="page-break-after:always;"> |
| | | <table border="0" align="center" cellpadding="3" cellspacing="0"> |
| | | <tr> |
| | | <td colspan="2" style="font-size:29.3px;text-align:center">法定代表人资格证明书</td> |
| | | </tr> |
| | | |
| | | <tr> |
| | | <td colspan="2"> 兹证明 @(cooperatecustomCustomerDTO.FName) 在 @(cooperatecustomCustomerDTO.Name) 任 @(cooperatecustomCustomerDTO.Zhiwu) 职务,是 @(cooperatecustomCustomerDTO.Name) 的法定代表人。</td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" align="left"> 特此证明。</td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" style="height:50px"></td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" align="right">川印文化集团股份有限公司(公章)</td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" align="right">日期:@Model.Modifytime.Value.ToString("yyyy年MM月dd日")</td> |
| | | </tr> |
| | | </table> |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | |
| | | |
| | | <div id="zhuti1"> |
| | | @{ |
| | | for (int i = 0; i < yinyezhizhaosssss.Count; i++) |
| | | { |
| | | <br clear=all style="page-break-before:always" mce_style="page-break-before:always"> |
| | | |
| | | <img src="@yinyezhizhaosssss[i].Filepath" alt="" style="height: auto; max-width: 100%; "> |
| | | |
| | | |
| | | } |
| | | |
| | | |
| | | for (int i = 0; i < shenfenzhengsssss.Count; i++) |
| | | { |
| | | <br clear=all style="page-break-before:always" mce_style="page-break-before:always"> |
| | | |
| | | <img src="@shenfenzhengsssss[i].Filepath" alt="" style="height: auto; max-width: 100%; "> |
| | | |
| | | |
| | | } |
| | | } |
| | | <br clear=all style="page-break-before:always" mce_style="page-break-before:always"> |
| | | |
| | | <table border="0" align="center" cellpadding="3" cellspacing="0"> |
| | | <tr> |
| | | <td colspan="2" style="font-size:29.3px;text-align:center">法定代表人资格证明书</td> |
| | | </tr> |
| | | |
| | | <tr> |
| | | <td colspan="2"> 兹证明 @(cooperatecustomCustomerDTO.FName) 在 @(cooperatecustomCustomerDTO.Name) 任 @(cooperatecustomCustomerDTO.Zhiwu) 职务,是 @(cooperatecustomCustomerDTO.Name) 的法定代表人。</td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" align="left"> 特此证明。</td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" style="height:50px"></td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" align="right">川印文化集团股份有限公司(公章)</td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" align="right">日期:@Model.Modifytime.Value.ToString("yyyy年MM月dd日")</td> |
| | | </tr> |
| | | </table> |
| | | |
| | | |
| | | |
| | | </div> |
| | | |
| | | |
| | | |
| | | |
| | | </div> |
| | | |
| | | </div> |
| | |
| | | |
| | | </form> |
| | | <script type="text/javascript"> |
| | | var pt = document.getElementById("page1").innerHTML; |
| | | pt = pt.replace("投诉书(正本)","投诉书(副本)"); |
| | | var a= @PrintNum; |
| | | $('#zhuti').hide(); |
| | | $('#zhuti1').hide(); |
| | | |
| | | |
| | | function printWin() { |
| | | |
| | | var index = layer.open({ |
| | | title: '打印设置' |
| | | , btn: ['提交', '关闭'] |
| | | , content: ' <div class="clearfix layer-area" style="padding-bottom:15px;"> ' + |
| | | ' <label class="text-right col-sm-6 col-md-6 control-label">副本数量</label>' + |
| | | ' <div class="col-sm-6 col-md-6">' + |
| | | ' <input class="form-control" label="副本数量" name="PrintNums" id="PrintNums" labtype="txt" addvisible="true" type="text" value="@(PrintNum)" oninput="if(value.length>2)value=value.slice(0,2)" >' + |
| | | |
| | | |
| | | '</div>' + |
| | | '</div>' + |
| | | ' <div class="clearfix layer-area" style="padding-bottom:15px;"> ' + |
| | | '<label class="text-right col-sm-6 col-md-6 control-label">打印主体资料</label>' + |
| | | '<div class="col-sm-6 col-md-6">' + |
| | | '<select name="zhutiziliao" id="zhutiziliao" class="form-control">' + |
| | | '<option value="0">是</option>' + |
| | | '<option value="1">否</option>' + |
| | | |
| | | '</select>' + |
| | | '</div>' + |
| | | '</div>', |
| | | yes: function (index, layero) { |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | var pt = document.getElementById("page1").innerHTML; |
| | | |
| | | var zhutiziliao = $('#zhutiziliao').val(); |
| | | if (zhutiziliao == "0") { |
| | | $('#content').append(' <div id ="zhutilinshi"> </div >'); |
| | | $('#zhutilinshi').append(document.getElementById("zhuti").innerHTML); |
| | | } |
| | | var a = parseInt($('#PrintNums').val()); |
| | | |
| | | |
| | | |
| | | pt = pt.replace("投诉书(正本)","投诉书(副本)"); |
| | | if (a > 0) { |
| | | $('#content').append(' <div id ="fuben"> </div >'); |
| | | for (var i = 0; i < a; i++) { |
| | | $('#content').append(' <div style="page-break-after:always;">' + pt +' </div>'); |
| | | $('#fuben').append(' <div style="page-break-after:always;">' + pt +' </div>'); |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | function printWin() { |
| | | var oWin = window.open("", "_blank"); |
| | | var pt = document.getElementById("content").innerHTML; |
| | | |
| | | oWin.document.write(pt); |
| | | var pta = document.getElementById("content").innerHTML; |
| | | $('#fuben').remove(); |
| | | $('#zhutilinshi').remove(); |
| | | oWin.document.write(pta); |
| | | oWin.focus(); |
| | | oWin.document.close(); |
| | | oWin.print(); |
| | | oWin.close(); |
| | | return false; |
| | | oWin.close(); |
| | | layer.close(index); |
| | | |
| | | return false; |
| | | |
| | | } |
| | | }) |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | | |
| | | function daochuword() { |
| | | $("#content").wordExport("投诉书@(Html.Raw(Model.TsrName))"); //fileName为导出的word文件的命名,content为要导出的html内容容器 |
| | | var index = layer.open({ |
| | | title: '打印设置' |
| | | , btn: ['提交', '关闭'] |
| | | , content: ' <div class="clearfix layer-area" style="padding-bottom:15px;"> ' + |
| | | ' <label class="text-right col-sm-6 col-md-6 control-label">副本数量</label>' + |
| | | ' <div class="col-sm-6 col-md-6">' + |
| | | ' <input class="form-control" label="副本数量" name="PrintNums" id="PrintNums" labtype="txt" addvisible="true" type="text" value="0" oninput="if(value.length>2)value=value.slice(0,2)" >' + |
| | | |
| | | |
| | | '</div>' + |
| | | '</div>' + |
| | | ' <div class="clearfix layer-area" style="padding-bottom:15px;"> ' + |
| | | '<label class="text-right col-sm-6 col-md-6 control-label">打印主体资料</label>' + |
| | | '<div class="col-sm-6 col-md-6">' + |
| | | '<select name="zhutiziliao" id="zhutiziliao" class="form-control">' + |
| | | '<option value="0">是</option>' + |
| | | '<option value="1">否</option>' + |
| | | |
| | | '</select>' + |
| | | '</div>' + |
| | | '</div>', |
| | | yes: function (index, layero) { |
| | | |
| | | |
| | | |
| | | |
| | | var pt = $('#page1').html(); |
| | | var zhutiziliao = $('#zhutiziliao').val(); |
| | | $('#content').append(' <div id ="zhutilinshi"> <style type="text/css" >'+ |
| | | ' table {' + |
| | | 'width: 595px;' + |
| | | 'font-size: 14pt;' + |
| | | ' font-family: "FangSong";' + |
| | | 'background: #fff;' + |
| | | ' line-height: 150%;' + |
| | | ' }' + |
| | | |
| | | ' span {' + |
| | | ' font-size: 14pt;' + |
| | | 'display: inline;' + |
| | | |
| | | ' }' + |
| | | |
| | | ' s22pan: after {' + |
| | | ' content: "";' + |
| | | ' display: inline;' + |
| | | ' width: 100%;' + |
| | | ' margin-top: -5px;' + |
| | | ' }' + |
| | | ' </style > </div >'); |
| | | |
| | | $('#zhutilinshi').append($('#page1').html()); |
| | | if (zhutiziliao == "0") { |
| | | |
| | | $('#zhutilinshi').append($('#zhuti1').html()); |
| | | |
| | | } |
| | | var a = parseInt($('#PrintNums').val()); |
| | | |
| | | pt = pt.replace("投诉书(正本)","投诉书(副本)"); |
| | | if (a > 0) { |
| | | for (var i = 0; i < a; i++) { |
| | | $('#zhutilinshi').append(' <br clear=all style="page-break-before:always" mce_style="page-break-before:always"> ' + pt + ' '); |
| | | |
| | | } |
| | | |
| | | } |
| | | // console.log(document.getElementById("zhutilinshi").innerHTML); |
| | | |
| | | |
| | | |
| | | $("#zhutilinshi").wordExport("投诉书@(Html.Raw(Model.TsrName))"); //fileName为导出的word文件的命名,content为要导出的html内容容器 |
| | | $('#zhutilinshi').remove(); |
| | | layer.close(index); |
| | | $('#zhuti1').hide(); |
| | | |
| | | return false; |
| | | |
| | | } |
| | | }) |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |