username@email.com
2025-01-17 8d51a0762a43eedada5eb15bd24180d7204e63b3
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();