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

@@ -76,6 +76,12 @@ namespace GZ_LTHReportForms.ReporyDDWFH
header.AddChild("未发货金额", new LocaleValue("未发货金额"), SqlStorageType.SqlDecimal);
header.AddChild("合同类型", new LocaleValue("合同类型"), SqlStorageType.Sqlnvarchar);
header.AddChild("发货条件", new LocaleValue("发货条件"), SqlStorageType.Sqlnvarchar);
header.AddChild("星空已发货数量", new LocaleValue("星空已发货数量"), SqlStorageType.SqlDecimal);
header.AddChild("星空已发货金额", new LocaleValue("星空已发货金额"), SqlStorageType.SqlDecimal);
header.AddChild("星空未发货数量", new LocaleValue("星空未发货数量"), SqlStorageType.SqlDecimal);
header.AddChild("K3已发货数量", new LocaleValue("K3已发货数量"), SqlStorageType.SqlDecimal);
header.AddChild("K3已发货金额", new LocaleValue("K3已发货金额"), SqlStorageType.SqlDecimal);
header.AddChild("K3未发货数量", new LocaleValue("K3未发货数量"), SqlStorageType.SqlDecimal);
foreach (var item in header.GetChilds())
{