username@email.com
2022-07-28 976aa1a04fff81af4939affa80d3357013157353
zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml
@@ -15,6 +15,9 @@
    List<TComplaintGongyingshangDTO> complaintGongyingshangDTOs = Model.complaintGongyingshangDTOs;
    List<TChallengeRequestInfoDTO> challengeRequestInfoDTOs = Model.challengeRequestInfoDTOs;
    List<TComplaintItemDTO> complaintItemDTOs = Model.complaintItemDTOs;
    int PrintNum = Model.PrintNum.HasValue ? Model.PrintNum.Value : 0;
@@ -98,14 +101,14 @@
                    <style type="text/css">
                        table {
                            width: 595px;
                            font-size: 16pt;
                            font-size: 14pt;
                            font-family: 'FangSong';
                            background: #fff;
                            line-height: 1.5;
                        }
                        span {
                            font-size: 16pt;
                            font-size: 14pt;
                            display: inline;
                            /*  border-bottom: 1px dashed #111;*/
                        }
@@ -276,7 +279,7 @@
                                    {
                                <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>
@@ -291,7 +294,8 @@
                                        @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 (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("【"), "》");
@@ -323,12 +327,12 @@
                                    {
                                <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(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>")
                                                事实依据:@Html.Raw("<span>" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>")
                                    </td>
                                </tr>
                                <tr>
@@ -337,7 +341,8 @@
                                        @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 (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("【"), "》");
@@ -368,9 +373,42 @@
                            <tr>
                                <td colspan="2"><b>五、与投诉事项相关的投诉请求</b></td>
                            </tr>
                            @{
                                @for (int i = 0; i < challengeRequestInfoDTOs.Count; i++)
                                {
                                    if (challengeRequestInfoDTOs.Count == 1)
                                    {
                            <tr>
                                <td colspan="2" align="left">请求:<span>@Model.RequestInfoName</span></td>
                                            <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>*@
@@ -423,7 +461,7 @@
                                <td colspan="2" style="height:50px"></td>
                            </tr>
                            <tr>
                                <td colspan="2" align="right">川印文化集团股份有限公司(公章)<img src="~/img/images/gongzhang.png?v=3" alt="" id="zhutiqiznhang" /></td>
                                <td colspan="2" align="right">川印文化集团股份有限公司(公章)</td>
                            </tr>
                            <tr>
                                <td colspan="2" align="right">日期:@Model.Modifytime.Value.ToString("yyyy年MM月dd日")</td>