From f0c21ec9c1e9c7cd5db58caeb760c7d7ca6df002 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 16 十二月 2025 08:47:56 +0800
Subject: [PATCH] 公文管理中,“主题词”和“抄送”的字体改为粗宋 完成
---
CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookList.aspx | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookList.aspx
index e0e7459..123e790 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookList.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookList.aspx
@@ -34,7 +34,7 @@
}
//淇濋櫓
function onViewfahuo(keyid) {
- top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookfahuoqingkuang.aspx?orderId=" + keyid, Title: "鏌ョ湅鍙戣揣鎯呭喌", Width: 1500, Height: 900 });
+ top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookfahuoqingkuang.aspx?orderId=" + keyid, Title: "鏌ョ湅鍙戣揣鎯呭喌", Width: 1800, Height: 900 });
}
@@ -58,7 +58,7 @@
//鍒犻櫎
function onDele(keyid) {
- top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookPrint.aspx?orderId=" + keyid, Title: "鎵撳嵃閫佽揣鍗�", Width: 600, Height: 900 });
+ top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookPrint.aspx?orderId=" + keyid, Title: "鎵撳嵃閫佽揣鍗�", Width: 900, Height: 900 });
}
//鎵归噺鍒犻櫎
@@ -168,9 +168,9 @@
<th style="text-align: center">
瀹㈡埛鍚嶇О
</th>
- <th style="text-align: center">
+ <%-- <th style="text-align: center">
鍗颁欢鍚嶇О
- </th>
+ </th>--%>
<th style="text-align: center">
鏁伴噺
</th>
@@ -202,9 +202,9 @@
<a href='javascript:void(0)' title='<%#Eval("BuyerName").ToString()%>' class='a_under' onclick='View("<%#Eval("BuyerId")%>")'><%#Eval("BuyerName").ToString().Length > 22 ? (Eval("BuyerName").ToString().Substring(0, 22) + "..") : Eval("BuyerName").ToString()%></a>
</div>
</td>
- <td style="text-align: center">
+ <%-- <td style="text-align: center">
<%#Eval("DocumentName")%>
- </td>
+ </td>--%>
<td style="text-align: center">
<%#Eval("OrderExtend.PrintNum")%>
</td>
--
Gitblit v1.9.1