This commit is contained in:
2025-12-11 10:09:57 +08:00
parent 73b7a8afc9
commit 96081cf795
56 changed files with 2987 additions and 7014 deletions

View File

@@ -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
{
}
}

View File

@@ -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;