0
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,12 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Gatedge.ScanCode.Basis.PlugIn.Bill.BAR_BarCodePrint.FormPlugIn
|
||||
{
|
||||
internal class FileName
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -25,10 +25,11 @@ namespace Gatedge.ScanCode.Basis.PlugIn.Bill.BAR_Record.ServicePlugIn
|
||||
e.FieldKeys.Add("FBarMoEntryId");
|
||||
}
|
||||
|
||||
public override void BeforeDoSaveExecute(BeforeDoSaveExecuteEventArgs e)
|
||||
|
||||
public override void BeginOperationTransaction(BeginOperationTransactionArgs e)
|
||||
{
|
||||
base.BeforeDoSaveExecute(e);
|
||||
foreach (var bill in e.DataEntities)
|
||||
base.BeginOperationTransaction(e);
|
||||
foreach (var bill in e.DataEntitys)
|
||||
{
|
||||
var barEntityList = bill["FBarEntity"] as DynamicObjectCollection;
|
||||
var resultEntityList = bill["FResultEntity"] as DynamicObjectCollection;
|
||||
|
||||
Reference in New Issue
Block a user