feat(clgl):出库申请编辑界面,增加出库明细导入功能

This commit is contained in:
2026-05-30 17:45:53 +08:00
parent 2bee582511
commit fc8ddedbe3
8 changed files with 638 additions and 4 deletions
@@ -141,6 +141,12 @@ namespace FineUIPro.Web.CLGL
Save(Const.BtnSave);
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("OutPlanMasterSelectStock.aspx?UnitWorkId={0}&Id={1}", UnitWorkId, Id, "选择- ")));
}
protected void btnImportStock_Click(object sender, EventArgs e)
{
Save(Const.BtnSave);
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("OutPlanMasterDetailImport.aspx?Id={0}", Id, "导入- ")));
}
#endregion
@@ -309,4 +315,4 @@ namespace FineUIPro.Web.CLGL
}
}
}
}
}