username@email.com
2023-03-09 26de0696f74e183e3aadad2e9ff1918b40e5c8cc
zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml
@@ -15,8 +15,10 @@
    int PrintNum = Model.PrintNum.HasValue? Model.PrintNum.Value:0;
    List<TChallengeRequestInfoDTO> challengeRequestInfoDTOs = Model.challengeRequestInfoDTOs;
 ResultDataEntity<SysAttachmentDTO> yinyezhizhao = ViewBag.yinyezhizhao as ResultDataEntity<SysAttachmentDTO>; //营业执照
    ResultDataEntity<SysAttachmentDTO> yinyezhizhao = ViewBag.yinyezhizhao as ResultDataEntity<SysAttachmentDTO>; //营业执照
    List<SysAttachmentDTO> yinyezhizhaosssss = new List<SysAttachmentDTO>();
    if (yinyezhizhao.DataList != null)
    {
@@ -30,7 +32,7 @@
        shenfenzhengsssss = shenfenzheng.DataList;
    }
  CooperatecustomCustomerDTO cooperatecustomCustomerDTO = ViewBag.cooperatecustomCustomerDTO as CooperatecustomCustomerDTO; //客户
    CooperatecustomCustomerDTO cooperatecustomCustomerDTO = ViewBag.cooperatecustomCustomerDTO as CooperatecustomCustomerDTO; //客户
}
@{
@@ -83,8 +85,8 @@
    @*<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">
@@ -94,14 +96,14 @@
                    <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;*/
                        }
@@ -117,7 +119,7 @@
                    <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>
@@ -127,7 +129,7 @@
                            </tr>
                            <tr>
                                <td colspan="2" align="left">地址:<span style="width:290px;">@Model.GysAddress</span> &nbsp; &nbsp;  @(string.IsNullOrEmpty(Model.GysPostcode)?"":"邮编:" )<span style="width:160px;">@Model.GysPostcode</span></td>
                            </tr>
                            <tr>
                                <td align="left" width="50%">联系人:<span style="width:265px;">@Model.GysContacts </span></td>
@@ -173,12 +175,12 @@
                                    {
                                        <tr>
                                            <td colspan="2">
                                                质疑事项:<span style="text-indent:10px">@challengeItemDTOs[i].QuestionName </span>
                                                质疑事项:<span style="text-indent:10px">@(string.IsNullOrEmpty(challengeItemDTOs[i].Questionname)?challengeItemDTOs[i].QuestionName: challengeItemDTOs[i].Questionname) </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td colspan="2">
                                                事实依据:@Html.Raw("<span>" + (string.IsNullOrEmpty(challengeItemDTOs[i].Evidential) ? "" : challengeItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>");
                                                事实依据:@Html.Raw("<span>" + (string.IsNullOrEmpty(challengeItemDTOs[i].Evidential) ? "" : challengeItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>")
                                            </td>
                                        </tr>
                                        <tr>
@@ -187,14 +189,18 @@
                                                @for (int j = 0; j < challengeItemDTOs[i].sysCodeDtls.Count; j++)
                                                {
                                                    var sssss = "";
                                                    if (challengeItemDTOs[i].sysCodeDtls[j].CodeSn.IndexOf("【") >= 0)
                                                    if (j == 0 || challengeItemDTOs[i].sysCodeDtls[j].Classify3 != challengeItemDTOs[i].sysCodeDtls[j - 1].Classify3)
                                                    {
                                                        sssss = "《" + challengeItemDTOs[i].sysCodeDtls[j].CodeSn.Insert(challengeItemDTOs[i].sysCodeDtls[j].CodeSn.IndexOf("【"), "》");
                                                        if (challengeItemDTOs[i].sysCodeDtls[j].Classify3.IndexOf("【") >= 0)
                                                        {
                                                            sssss = "《" + challengeItemDTOs[i].sysCodeDtls[j].Classify3.Insert(challengeItemDTOs[i].sysCodeDtls[j].Classify3.IndexOf("【"), "》");
                                                        }
                                                        else
                                                        {
                                                            sssss = "《" + challengeItemDTOs[i].sysCodeDtls[j].Classify3 + "》";
                                                        }
                                                    }
                                                    else
                                                    {
                                                        sssss = "《" + challengeItemDTOs[i].sysCodeDtls[j].CodeSn + "》";
                                                    }
                                                    if (j != (challengeItemDTOs[i].sysCodeDtls.Count - 1))
                                                    {
@@ -202,7 +208,7 @@
                                                    }
                                                    else
                                                    {
                                                        @Html.Raw(sssss + challengeItemDTOs[i].sysCodeDtls[j].Classify2  )
                                                        @Html.Raw(sssss + challengeItemDTOs[i].sysCodeDtls[j].Classify2)
                                                    }
                                                }
@@ -219,12 +225,12 @@
                                    {
                                        <tr>
                                            <td colspan="2">
                                                质疑事项@((i + 1) + ""):<span style="text-indent:10px">@challengeItemDTOs[i].QuestionName </span>
                                                质疑事项@((i + 1) + ""):<span style="text-indent:10px">@(string.IsNullOrEmpty(challengeItemDTOs[i].Questionname)?challengeItemDTOs[i].QuestionName: challengeItemDTOs[i].Questionname) </span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td colspan="2">
                                                事实依据@((i + 1) + ""): @Html.Raw("<span>" + (string.IsNullOrEmpty(challengeItemDTOs[i].Evidential) ? "" : challengeItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>");
                                                事实依据: @Html.Raw("<span>" + (string.IsNullOrEmpty(challengeItemDTOs[i].Evidential) ? "" : challengeItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>")
                                            </td>
                                        </tr>
@@ -234,13 +240,16 @@
                                                @for (int j = 0; j < challengeItemDTOs[i].sysCodeDtls.Count; j++)
                                                {
                                                    var sssss = "";
                                                    if (challengeItemDTOs[i].sysCodeDtls[j].CodeSn.IndexOf("【") >= 0)
                                                    if (j == 0 || challengeItemDTOs[i].sysCodeDtls[j].Classify3 != challengeItemDTOs[i].sysCodeDtls[j - 1].Classify3)
                                                    {
                                                        sssss = "《" + challengeItemDTOs[i].sysCodeDtls[j].CodeSn.Insert(challengeItemDTOs[i].sysCodeDtls[j].CodeSn.IndexOf("【"), "》");
                                                    }
                                                    else
                                                    {
                                                        sssss = "《" + challengeItemDTOs[i].sysCodeDtls[j].CodeSn + "》";
                                                        if (challengeItemDTOs[i].sysCodeDtls[j].Classify3.IndexOf("【") >= 0)
                                                        {
                                                            sssss = "《" + challengeItemDTOs[i].sysCodeDtls[j].Classify3.Insert(challengeItemDTOs[i].sysCodeDtls[j].Classify3.IndexOf("【"), "》");
                                                        }
                                                        else
                                                        {
                                                            sssss = "《" + challengeItemDTOs[i].sysCodeDtls[j].Classify3 + "》";
                                                        }
                                                    }
                                                    if (j != (challengeItemDTOs[i].sysCodeDtls.Count - 1))
@@ -265,12 +274,46 @@
                            <tr>
                                <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>
@@ -281,33 +324,38 @@
                        </table>
                    </div>
                    <div id="zhuti">
                        @{
                </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 style="page-break-after:always;">
                            <img src="@yinyezhizhaosssss[i].Filepath" alt="" style="height: auto; max-width: 100%; ">
                            </div>
                        </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 style="page-break-after:always;">
                            <img src="@shenfenzhengsssss[i].Filepath" alt="" style="height: auto; max-width: 100%; ">
                            </div>
                        </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">兹证明&nbsp;  @(cooperatecustomCustomerDTO.FName)  &nbsp;在   &nbsp;@(cooperatecustomCustomerDTO.Name)  &nbsp; 任    &nbsp;@(cooperatecustomCustomerDTO.Zhiwu) &nbsp;   职务,是   &nbsp;@(cooperatecustomCustomerDTO.Name) &nbsp;  的法定代表人。</td>
                                <td colspan="2">&nbsp;&nbsp;&nbsp;&nbsp;兹证明&nbsp;  @(cooperatecustomCustomerDTO.FName)  &nbsp;在   &nbsp;@(cooperatecustomCustomerDTO.Name)  &nbsp; 任    &nbsp;@(cooperatecustomCustomerDTO.Zhiwu) &nbsp;   职务,是   &nbsp;@(cooperatecustomCustomerDTO.Name) &nbsp;  的法定代表人。</td>
                            </tr>
                            <tr>
                                <td colspan="2" align="left">&nbsp; &nbsp; 特此证明。</td>
@@ -316,7 +364,7 @@
                                <td colspan="2" style="height:50px"></td>
                            </tr>
                            <tr>
                                <td colspan="2" align="right">川印文化集团股份有限公司(公章)<img src="~/img/images/gongzhang.png?v=3" alt="" /></td>
                                <td colspan="2" align="right">川印文化集团股份有限公司(公章)</td>
                            </tr>
                            <tr>
                                <td colspan="2" align="right">日期:@Model.Modifytime.Value.ToString("yyyy年MM月dd日")</td>
@@ -325,10 +373,59 @@
                    </div>
                    </div>
                </div>
                    </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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;兹证明&nbsp;  @(cooperatecustomCustomerDTO.FName)  &nbsp;在   &nbsp;@(cooperatecustomCustomerDTO.Name)  &nbsp; 任    &nbsp;@(cooperatecustomCustomerDTO.Zhiwu) &nbsp;   职务,是   &nbsp;@(cooperatecustomCustomerDTO.Name) &nbsp;  的法定代表人。</td>
                            </tr>
                            <tr>
                                <td colspan="2" align="left">&nbsp; &nbsp; 特此证明。</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>
    <div class="wrapper wrapper-content" style="margin-top:0px"></div>
@@ -350,8 +447,7 @@
    </form>
    <script type="text/javascript">
        $('#zhuti').hide();
        $('#zhuti1').hide();
        function printWin() {
         var index  = layer.open({
@@ -360,7 +456,7 @@
                , 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="number" value="@(PrintNum)" oninput="if(value.length>2)value=value.slice(0,2)" >' +
                    ' <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>' +
@@ -376,17 +472,23 @@
                    '</div>' +
                    '</div>',
                yes: function (index, layero) {
                    var pt = document.getElementById("page1").innerHTML;
                    var zhutiziliao = $('#zhutiziliao').val();
                    if (zhutiziliao == "0") {
                        $('#zhuti').show();
                    } else {
                        $('#zhuti').hide();
                    }
                    var a = parseInt($('#PrintNums').val()) ;
                        $('#content').append(' <div id ="zhutilinshi"> </div >');
                        $('#zhutilinshi').append(document.getElementById("zhuti").innerHTML);
                    }
                    var a = parseInt($('#PrintNums').val());
                      var pt = document.getElementById("page1").innerHTML;
        pt =  pt.replace("质疑函(正本)","质疑函(副本)");
        if (a > 0) {
            $('#content').append(' <div id ="fuben"> </div >');
@@ -399,14 +501,14 @@
                var oWin = window.open("", "_blank");
                var pta = document.getElementById("content").innerHTML;
                    $('#fuben').remove();
                    $('#zhutilinshi').remove();
                oWin.document.write(pta);
                oWin.focus();
                oWin.document.close();
                oWin.print();
                    oWin.close();
                    layer.close(index);
                    $('#zhuti').hide();
                    return false;
                }
@@ -430,7 +532,7 @@
                , 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="number" value="0" oninput="if(value.length>2)value=value.slice(0,2)" >' +
                    ' <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>' +
@@ -446,30 +548,57 @@
                    '</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") {
                        $('#zhuti').show();
                    } else {
                        $('#zhuti').hide();
                        $('#zhutilinshi').append($('#zhuti1').html());
                    }
                    var a = parseInt($('#PrintNums').val()) ;
                    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 + ' ');
                        }
                      var pt = document.getElementById("page1").innerHTML;
        pt =  pt.replace("质疑函(正本)","质疑函(副本)");
        if (a > 0) {
            $('#content').append(' <div id ="fuben"> </div >');
            for (var i = 0; i < a; i++) {
                $('#fuben').append(' <div style="page-break-after:always;">' + pt +' </div>');
            }
            }
               $("#content").wordExport("质疑函@(Html.Raw(Model.GysName))");                  //fileName为导出的word文件的命名,content为要导出的html内容容器
                    $('#fuben').remove();
                    }
                   // console.log(document.getElementById("zhutilinshi").innerHTML);
                    $("#zhutilinshi").wordExport("质疑函@(Html.Raw(Model.GysName))");                  //fileName为导出的word文件的命名,content为要导出的html内容容器
                    $('#zhutilinshi').remove();
                    layer.close(index);
                    $('#zhuti').hide();
                    $('#zhuti1').hide();
                    return false;
                }