From 370968ece861e2644510f77c04babab38d883beb Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 20 五月 2024 12:36:32 +0800
Subject: [PATCH] 修改查询提示
---
CY_ECommercePlatform/CY.WebForm/Pages/financial/OrderFinancial.aspx | 2 +-
CY_ECommercePlatform/CY.WebForm/Web.config | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/financial/OrderFinancial.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/financial/OrderFinancial.aspx
index 8a594c6..8003c28 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/financial/OrderFinancial.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/financial/OrderFinancial.aspx
@@ -153,7 +153,7 @@
<td>
</td>
<td align="right">
- <asp:Button ID="btn_Search" Text="鏌ヨ" runat="server" /> <input type="button" value='閲嶇疆' onclick='document.body.innerHTML="";window.location=window.location;' />
+ <asp:Button ID="btn_Search" Text="鏌ヨ" runat="server" OnClientClick="showWait();" /> <input type="button" value='閲嶇疆' onclick='document.body.innerHTML="";window.location=window.location;' />
<input type="button" value='鎵撳嵃' onclick='ToPrintdelev();' />
<input type="hidden" id='txtCommission' runat="server" />
</td>
diff --git a/CY_ECommercePlatform/CY.WebForm/Web.config b/CY_ECommercePlatform/CY.WebForm/Web.config
index 5857f33..8edd974 100644
--- a/CY_ECommercePlatform/CY.WebForm/Web.config
+++ b/CY_ECommercePlatform/CY.WebForm/Web.config
@@ -285,7 +285,7 @@
<appSettings>
<add key="LoggerName" value="AdoNetAppender" />
<add key="NumberOfResultsPerPage" value="" />
- <add key="QueryTimeOut" value="10000" />
+ <add key="QueryTimeOut" value="100000" />
<add key="DALPath" value="CY.SQLDAL" />
<add key="RootConfigPath" value="" />
<add key="LoginURL" value="" />
--
Gitblit v1.9.1