From c2bd119aba05cee7fcb7eb8f2dd39ee4781b885c Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 11 三月 2022 14:21:07 +0800 Subject: [PATCH] 质疑投诉打印格式修改 --- zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml b/zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml index 2a5a6cf..3d045b4 100644 --- a/zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml +++ b/zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml @@ -83,9 +83,9 @@ } span { - font-size: 15pt; + font-size: 16pt; display: inline; - border-bottom: 1px dashed #111; + /* border-bottom: 1px dashed #111;*/ } s22pan:after { @@ -93,7 +93,7 @@ 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;"> @@ -102,14 +102,14 @@ <td colspan="2" style="font-size:29.3px;text-align:center">璐ㄧ枒鍑斤紙姝f湰锛�</td> </tr> <tr> - <td colspan="2" style="font-family:'SimHei';">涓�銆佽川鐤戜緵搴斿晢鍩烘湰淇℃伅</td> + <td colspan="2"><b>涓�銆佽川鐤戜緵搴斿晢鍩烘湰淇℃伅</b></td> </tr> <tr> <td colspan="2" align="left">璐ㄧ枒渚涘簲鍟嗭細<span style="width:460px;">@Model.GysName</span></td> </tr> <tr> - <td width="60%" align="left">鍦板潃锛�<span style="width:290px;font-size:13pt;">@Model.GysAddress</span></td> - <td width="40%" align="left">閭紪锛�<span style="width:160px;">@Model.GysPostcode</span></td> + <td width="60%" align="left">鍦板潃锛�<span style="width:290px;">@Model.GysAddress</span></td> + <td width="40%" align="left">@(string.IsNullOrEmpty(Model.GysPostcode)?"":"閭紪锛�" )<span style="width:160px;">@Model.GysPostcode</span></td> </tr> <tr> <td align="left">鑱旂郴浜猴細<span style="width:265px;">@Model.GysContacts </span></td> @@ -126,11 +126,11 @@ </tr> <tr> <td align="left">鍦板潃@(i!=0?(i+""):"")锛�<span style="width:290px;font-size:13pt;">@challengecomplaintShouquandaibiaoDTOs[i].Dizhi </span></td> - <td align="left">閭紪@(i!=0?(i+""):"")锛�<span style="width:160px;">@challengecomplaintShouquandaibiaoDTOs[i].Youbian </span></td> + <td align="left">@(string.IsNullOrEmpty(challengecomplaintShouquandaibiaoDTOs[i].Youbian)?"":"閭紪")@(i!=0?(i+""):"")锛�<span style="width:160px;">@challengecomplaintShouquandaibiaoDTOs[i].Youbian </span></td> </tr> } <tr> - <td colspan="2" style="font-family:'SimHei';">浜屻�佽川鐤戦」鐩熀鏈儏鍐�</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> @@ -146,7 +146,7 @@ <td colspan="2" align="left">閲囪喘鏂囦欢鑾峰彇鏃ユ湡锛�<span style="width:395px;">@Model.DocumentsDateName </span></td> </tr> <tr> - <td colspan="2" style="font-family:'SimHei';">涓夈�佽川鐤戜簨椤瑰叿浣撳唴瀹�</td> + <td colspan="2"><b>涓夈�佽川鐤戜簨椤瑰叿浣撳唴瀹�</b></td> </tr> @@ -235,7 +235,7 @@ } } <tr> - <td colspan="2" style="font-family:'SimHei';">鍥涖�佷笌璐ㄧ枒浜嬮」鐩稿叧鐨勮川鐤戣姹�</td> + <td colspan="2"><b>鍥涖�佷笌璐ㄧ枒浜嬮」鐩稿叧鐨勮川鐤戣姹�</b></td> </tr> <tr> <td colspan="2" align="left">璇锋眰锛�<span>@Model.RequestInfoName</span></td> @@ -248,7 +248,7 @@ <td align="left">鍏珷锛�</td> </tr> <tr> - <td colspan="2" align="left">鏃ユ湡锛�</td> + <td colspan="2" align="left">鏃ユ湡锛欯DateTime.Now.ToString("yyyy-MM-dd")</td> </tr> </table> </div> -- Gitblit v1.9.1