From 8d51a0762a43eedada5eb15bd24180d7204e63b3 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 17 一月 2025 08:58:19 +0800 Subject: [PATCH] 报销流程 --- CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsUpLoadContract.aspx.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsUpLoadContract.aspx.cs b/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsUpLoadContract.aspx.cs index 6f2c9e8..ec15658 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsUpLoadContract.aspx.cs +++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsUpLoadContract.aspx.cs @@ -311,14 +311,14 @@ { uploadContract.SavAndUpDataContractFile(item, CountractFileKeiId: g); - JavaScript.MessageBox( "涓婁紶鏂囦欢鎴愬姛", this); + JavaScript.MessageBoxandhideLoadingIndicator( "涓婁紶鏂囦欢鎴愬姛", this); //JavaScript.RefreshSelf(this); //JavaScript.RefreshOpener(this); } catch (Exception) { - JavaScript.MessageBox("涓婁紶鏂囦欢澶辫触", this); + JavaScript.MessageBoxandhideLoadingIndicator("涓婁紶鏂囦欢澶辫触", this); // JavaScript.RefreshSelf(this); //JavaScript.RefreshOpener(this); @@ -468,14 +468,14 @@ { uploadContract.SavAndUpDataContractFile(postedFile,CountractFileKeiId :g); - JavaScript.MessageBox("涓婁紶鏂囦欢鎴愬姛", this); + JavaScript.MessageBoxandhideLoadingIndicator("涓婁紶鏂囦欢鎴愬姛", this); //JavaScript.RefreshSelf(this); //JavaScript.RefreshOpener(this); BindList(); } catch (Exception) { - JavaScript.MessageBox("涓婁紶鏂囦欢澶辫触", this); + JavaScript.MessageBoxandhideLoadingIndicator("涓婁紶鏂囦欢澶辫触", this); // JavaScript.RefreshSelf(this); //JavaScript.RefreshOpener(this); BindList(); -- Gitblit v1.9.1