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/DeliverWorkBookSonghuo.aspx | 29 ++++++++++++++++++++---------
1 files changed, 20 insertions(+), 9 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookSonghuo.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookSonghuo.aspx
index 75dc8a5..d311f7b 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookSonghuo.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookSonghuo.aspx
@@ -58,15 +58,16 @@
}
)
if (deleteKeyIds == "") {
- top.Dialog.alert("璇烽�夋嫨瑕佸垹闄ょ殑璁板綍", function () {
+ top.Dialog.alert("璇烽�夋嫨瑕佸畨鎺掔殑璁板綍", function () {
});
return;
}
else {
deleteKeyIds = deleteKeyIds.substring(0, deleteKeyIds.length - 1);
- top.Dialog.confirm("纭畾瑕佸垹闄ゆ墍閫夎褰曞悧锛�", function () {
- window.location = "/Pages/business/DeliverWorkBookSonghuo.aspx?deleteKeyIds=" + deleteKeyIds;
- });
+ top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookAnPai.aspx?ids=" + deleteKeyIds, Title: "閫佽揣瀹夋帓", Width: 600, Height: 300 });
+ //top.Dialog.confirm("纭畾瑕佸畨鎺掓墍閫夎褰曞悧锛�", function () {
+ // window.location = "/Pages/business/DeliverWorkBookSonghuo.aspx?deleteKeyIds=" + deleteKeyIds;
+ //});
}
}
$(function () {
@@ -102,10 +103,12 @@
</td>
<td>
<select id="selstatus" keepdefaultstyle='true' runat="server" >
- <option selected="selected" value="">鍏ㄩ儴</option>
+ <option value="">鍏ㄩ儴</option>
+
+ <option value="4" selected="selected" >鏈畬鎴�</option>
<option value="0">鏈厤閫�</option>
- <option value="1">閰嶉�佷腑</option>
- <option value="2">宸查厤閫�</option>
+ <option value="1">閮ㄥ垎閰嶉��</option>
+ <option value="2">宸插畬鎴�</option>
</select>
</td>
@@ -113,6 +116,9 @@
<td colspan="8">
<asp:Button ID="btn_Submit" Text="鏌ヨ" runat="server" OnClick="btn_Search_Click" /> <input type="button" value='閲嶇疆' onclick='document.body.innerHTML="";window.location=window.location;' />
<input type="hidden" runat="server" id="hideOrderId" />
+
+ <input type="button" value='閫佽揣瀹夋帓' onclick="onAllDelete()"/>
+
</td>
</tr>
</table>
@@ -123,6 +129,9 @@
<HeaderTemplate>
<table class="tableStyle">
<tr>
+ <th width="25" >
+
+ </th>
<th width="30" style="text-align: center" >
缂栧彿
</th>
@@ -137,9 +146,11 @@
</HeaderTemplate>
<ItemTemplate>
<tr>
-
+ <td>
+ <input type="checkbox" value='<%#Eval("id")%>' />
+ </td>
<td style="text-align: center">
- <%#Container.ItemIndex + 1%>
+ <%#Eval("Bianhao")%> <%--<%#Container.ItemIndex + 1%>--%>
</td>
<td style="text-align: center">
<%#Eval("pianqu")%>
--
Gitblit v1.9.1