SVN-Revision: r456
This commit is contained in:
tdx
2025-04-07 08:53:15 +00:00
parent 11b91b1964
commit 70168891e8
+7
View File
@@ -953,6 +953,13 @@ namespace Lskj.PubBill
{
SimpleButton btn = sender as SimpleButton;
DataRow rowItem = btn.Tag as DataRow;
if (rowItem["dllname"].Equals("Lskj.PubBomImport.dll"))
{
if (!this.BillSave(0, false))
{
return;
}
}
CommonMenu menu = new CommonMenu(this.SysModel, this.ControlObj, this.gcMain);
menu.ApplyBefore += new CommonToolApplyEventHandler(OnMenuApplyBefore);
menu.DynamicLinkAfter += new CommonToolAfterDynamicLinkEventHandler(OnDynamicLinkAfter);