This commit is contained in:
liqionghai
2025-07-15 18:38:45 +08:00
parent b6aee23267
commit e8da4d5199
41 changed files with 214 additions and 1330 deletions

View File

@@ -93,6 +93,8 @@ namespace Pilot.Report.Exploitation.AccountsReceivableStatements
header.AddChild("IsEnded", new LocaleValue("是否已完结"), SqlStorageType.Sqlvarchar);
header.AddChild("FSalerId", new LocaleValue("销售员"), SqlStorageType.Sqlvarchar);
header.AddChild("Remark", new LocaleValue("备注"), SqlStorageType.Sqlvarchar);
header.AddChild("K3专票金额", new LocaleValue("K3专票金额"), SqlStorageType.SqlDecimal);
header.AddChild("K3普票金额", new LocaleValue("K3普票金额"), SqlStorageType.SqlDecimal);
foreach (var item in header.GetChilds())
{