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/Property/ShebeiWeixiuList.aspx | 30 ++++++++++++++++++++++++++----
1 files changed, 26 insertions(+), 4 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx
index f111af4..fda0d28 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx
@@ -11,6 +11,12 @@
top.Dialog.open({ URL: "/Pages/Property/ShebeiWeixiuFukuanAdd.aspx?keyid=" + keyid, Title: "缁翠慨浠樻鐢宠", Width: 500, Height: 430 });
}
+
+ //鏌ョ湅
+ function onDetal(keyid) {
+ top.Dialog.open({ URL: "/Pages/Property/ShebeiWeixiuDetail.aspx?Keyid=" + keyid, Title: "缁翠慨鏌ョ湅", Width: 500, Height: 600 });
+ }
+
//娣诲姞
function addModel() {
top.Dialog.open({ URL: "/Pages/Property/ShebeiWeixiuAdd.aspx", Title: "缁翠慨鐢宠", Width: 500, Height: 430 });
@@ -182,6 +188,9 @@
<th style="text-align: center">
瀹夎鍦扮偣
</th>
+ <th style="text-align: center">
+ 璁惧璐d换浜�
+ </th>
<th style="text-align: center">
缁存姢璐圭敤
</th>
@@ -192,7 +201,9 @@
<th style="text-align: center">
鎷呰矗璐圭敤
</th>
-
+ <th style="text-align: center">
+ 浠樻鏂瑰紡
+ </th>
<th style="text-align: center">
鎿嶄綔
</th>
@@ -218,6 +229,9 @@
<td style="text-align: center">
<%#Eval("Anzhuangdidian")%>
</td>
+ <td style="text-align: center">
+ <%#Eval("ShebeiZerenrenName")%>
+ </td>
<td style="text-align: center">
<%#Eval("WeixiuPrice","{0:F2}")%>
</td>
@@ -228,8 +242,11 @@
<td style="text-align: center">
<%#Eval("DanzePrice","{0:F2}")%>
</td>
+ <td style="text-align: center">
+ <%#Eval("FukuanfangshiName")%>
+ </td>
<td class="Operate " style="text-align: center">
-
+ <span menu_member_case_id="case_Chakan" menu_member_case_name="缁翠慨鏌ョ湅" onclick="onDetal('<%#Eval("Keyid")%>')">缁翠慨鏌ョ湅</span>
<%#Eval("Caozuo")%>
</td>
@@ -237,7 +254,7 @@
</ItemTemplate>
<FooterTemplate>
<tr class="StatisticsMoney">
- <td colspan="6" class="ali03">
+ <td colspan="7" class="ali03">
褰撳墠椤电粺璁★細
</td>
<td class="ali01">
@@ -252,9 +269,11 @@
</td>
<td class="ali01" >
</td>
+ <td class="ali01" >
+ </td>
</tr>
<tr class="StatisticsMoney">
- <td colspan="6" class="ali03">
+ <td colspan="7" class="ali03">
鏌ヨ椤圭粺璁★細
</td>
<td class="ali01">
@@ -267,7 +286,10 @@
<%=HuiMoney %>
</td>
<td class="ali01" >
+ </td>
+ <td class="ali01" >
</td>
+
</tr>
</table>
</FooterTemplate>
--
Gitblit v1.9.1