SVN r456
SVN-Revision: r456
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user