From 06a95b1616ffcc0099abb9d6e6014fcf2e65fdba Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Thu, 21 Sep 2023 17:47:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TestRun/BeforeTestRun/SysPipingDeviceImport.aspx | 8 +++++--- .../TestRun/BeforeTestRun/SysPipingDeviceImport.aspx.cs | 4 ++-- .../BeforeTestRun/SysPipingDeviceImport.aspx.designer.cs | 4 ++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/SGGL/FineUIPro.Web/TestRun/BeforeTestRun/SysPipingDeviceImport.aspx b/SGGL/FineUIPro.Web/TestRun/BeforeTestRun/SysPipingDeviceImport.aspx index e4b3418d..6bd29e65 100644 --- a/SGGL/FineUIPro.Web/TestRun/BeforeTestRun/SysPipingDeviceImport.aspx +++ b/SGGL/FineUIPro.Web/TestRun/BeforeTestRun/SysPipingDeviceImport.aspx @@ -82,7 +82,7 @@ - + @@ -381,8 +381,10 @@ - - + <%-- + --%> + + diff --git a/SGGL/FineUIPro.Web/TestRun/BeforeTestRun/SysPipingDeviceImport.aspx.cs b/SGGL/FineUIPro.Web/TestRun/BeforeTestRun/SysPipingDeviceImport.aspx.cs index 5a290c54..ffd96e50 100644 --- a/SGGL/FineUIPro.Web/TestRun/BeforeTestRun/SysPipingDeviceImport.aspx.cs +++ b/SGGL/FineUIPro.Web/TestRun/BeforeTestRun/SysPipingDeviceImport.aspx.cs @@ -944,7 +944,7 @@ namespace FineUIPro.Web.TestRun.BeforeTestRun /// protected void Window2_Close(object sender, WindowCloseEventArgs e) { - var list = hidSelectTechnology.Text.Split(',').ToList(); + var list = hidSystemId.Text.Split(',').ToList(); SubTechnologyBrid(list); } @@ -954,7 +954,7 @@ namespace FineUIPro.Web.TestRun.BeforeTestRun protected void btngySelect_Click(object sender, EventArgs e) { string window = $"SelectTechnology.aspx?SubSystemId={this.tvControlItem.SelectedNodeID}&SystemId={hidSystemId.Text}&SelectTechnologyIds={hidSelectTechnology.Text}"; - PageContext.RegisterStartupScript(Window2.GetSaveStateReference(this.hidSelectTechnology.ClientID) + Window2.GetShowReference(window)); + PageContext.RegisterStartupScript(Window2.GetSaveStateReference(this.hidSystemId.ClientID) + Window2.GetShowReference(window)); } /// diff --git a/SGGL/FineUIPro.Web/TestRun/BeforeTestRun/SysPipingDeviceImport.aspx.designer.cs b/SGGL/FineUIPro.Web/TestRun/BeforeTestRun/SysPipingDeviceImport.aspx.designer.cs index 893d4c2a..4143c5af 100644 --- a/SGGL/FineUIPro.Web/TestRun/BeforeTestRun/SysPipingDeviceImport.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/TestRun/BeforeTestRun/SysPipingDeviceImport.aspx.designer.cs @@ -696,7 +696,7 @@ namespace FineUIPro.Web.TestRun.BeforeTestRun /// 自动生成的字段。 /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// - protected global::FineUIPro.HiddenField hidSelectProperty; + protected global::FineUIPro.TextBox hidSelectProperty; /// /// hidSystemId 控件。 @@ -705,7 +705,7 @@ namespace FineUIPro.Web.TestRun.BeforeTestRun /// 自动生成的字段。 /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// - protected global::FineUIPro.HiddenField hidSystemId; + protected global::FineUIPro.TextBox hidSystemId; /// /// ToolbarSeparator3 控件。