From 4a7fe49b8de6aef60d1cfd741f178a23b0a7c1fd Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 05 十二月 2024 19:40:13 +0800
Subject: [PATCH] 修改单泵匹配报错

---
 WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.cs |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.cs
index e430afe..ee63dd9 100644
--- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.cs
@@ -16,7 +16,6 @@
             this.AssetsPumpSeriesTreeListCtrl1.FocusedChangedEvent += AssetsPumpSeriesTreeListCtrl1_FocusedChangedEvent;
             this.AssetsPumpSeriesTreeListCtrl1.AddAssetsPumpMain += BtnAdd_ItemClickAsync;
             this.dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
-
         }
 
         private readonly List<AssetsPumpMainViewModel> _allBindingList = new();
@@ -168,9 +167,9 @@
                 MessageBoxHelper.ShowWarning("璇烽�夋嫨鏁版嵁琛岋紒");
                 return;
             }
-            //var dlg=new HStation.WinFrmUI.PhartRelation.SelXhsAssetsPumpMainPhartDlg();
-            //dlg.SetBandingData(currentVm.ID);
-            //dlg.ShowDialog();
+            /*      var dlg=new HStation.WinFrmUI.PhartRelation.SelXhsAssetsPumpMainPhartDlg();
+                  dlg.SetBandingData(currentVm.ID);
+                 dlg.ShowDialog();*/
 
             var guid = new PageGuid()
             {
@@ -186,11 +185,11 @@
                     MessageBoxHelper.ShowWarning($"{currentVm.Name}:AssetsPumpMainDto is null锛�");
                     return;
                 }
-                //var page = new HStation.WinFrmUI.PhartRelation.XhsPumpMainPhartPanel();
-                //page.InitialDataSource(currentVm.ID);
-                //page.PageTitle.Caption = guid.Function;
-                //page.PageGuid = guid;
-                //CreatePage(page, guid);
+                /*      var page = new HStation.WinFrmUI.PhartRelation.XhsPumpMainPhartPanel();
+                      page.InitialDataSource(currentVm.ID);
+                      page.PageTitle.Caption = guid.Function;
+                      page.PageGuid = guid;
+                      CreatePage(page, guid);*/
             }
         }
 

--
Gitblit v1.9.3