1
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user