12121
This commit is contained in:
@@ -280,8 +280,8 @@ namespace FineUIPro.Web.WeldingProcess.PMI
|
||||
if (CommonService.GetAllButtonPowerList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, Const.PMIDelegationId, Const.BtnAdd))
|
||||
{
|
||||
this.SetTextTemp();
|
||||
string window = String.Format("PMIDelegationEdit.aspx", string.Empty, "新增 - ") ;
|
||||
PageContext.RegisterStartupScript(Window2.GetSaveStateReference(this.PMIDelegationId)
|
||||
string window = String.Format("PMIDelegationEdit.aspx?PMIDelegationId={0}", string.Empty, "新增 - ") ;
|
||||
PageContext.RegisterStartupScript(Window2.GetSaveStateReference(this.hdPMIDelegationId.ClientID)
|
||||
+ Window2.GetShowReference(window));
|
||||
}
|
||||
else
|
||||
@@ -303,9 +303,9 @@ namespace FineUIPro.Web.WeldingProcess.PMI
|
||||
var trustManage = Funs.DB.PMI_Delegation.FirstOrDefault (t=>t.Id==this.PMIDelegationId);
|
||||
if (trustManage != null)
|
||||
{
|
||||
string window = String.Format("PMIDelegationEdit.aspx?PMIDelegationId={0}", this.PMIDelegationId, "编辑 - ");
|
||||
PageContext.RegisterStartupScript(Window2.GetSaveStateReference(this.PMIDelegationId)
|
||||
+ Window2.GetShowReference(window));
|
||||
string openUrl = String.Format("PMIDelegationEdit.aspx?PMIDelegationId={0}", this.PMIDelegationId, "编辑 - ");
|
||||
PageContext.RegisterStartupScript(Window2.GetSaveStateReference(this.hdPMIDelegationId.ClientID)
|
||||
+ Window2.GetShowReference(openUrl));
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -363,7 +363,7 @@ namespace FineUIPro.Web.WeldingProcess.PMI
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void Window1_Close(object sender, WindowCloseEventArgs e)
|
||||
protected void Window2_Close(object sender, WindowCloseEventArgs e)
|
||||
{
|
||||
this.InitTreeMenu();
|
||||
this.BindGrid();
|
||||
|
||||
Reference in New Issue
Block a user