This commit is contained in:
jackchenyang
2024-05-12 15:28:06 +08:00
parent 66f479da9c
commit e256485115
7 changed files with 56 additions and 36 deletions
@@ -7,6 +7,7 @@ using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using static System.Windows.Forms.VisualStyles.VisualStyleElement;
namespace FineUIPro.Web.WeldingProcess.PMI
{
@@ -280,8 +281,8 @@ namespace FineUIPro.Web.WeldingProcess.PMI
{
this.SetTextTemp();
string window = String.Format("PMIDelegationEdit.aspx", string.Empty, "新增 - ") ;
PageContext.RegisterStartupScript(Window1.GetSaveStateReference(this.PMIDelegationId)
+ Window1.GetShowReference(window));
PageContext.RegisterStartupScript(Window2.GetSaveStateReference(this.PMIDelegationId)
+ Window2.GetShowReference(window));
}
else
{
@@ -303,8 +304,8 @@ namespace FineUIPro.Web.WeldingProcess.PMI
if (trustManage != null)
{
string window = String.Format("PMIDelegationEdit.aspx?PMIDelegationId={0}", this.PMIDelegationId, "编辑 - ");
PageContext.RegisterStartupScript(Window1.GetSaveStateReference(this.PMIDelegationId)
+ Window1.GetShowReference(window));
PageContext.RegisterStartupScript(Window2.GetSaveStateReference(this.PMIDelegationId)
+ Window2.GetShowReference(window));
}
else
{