Compare commits

..

2 Commits

Author SHA1 Message Date
liqionghai
211f7bc2e3 Merge branch 'main' of http://8.130.121.29:3000/TianHua/PiolotTH_ReportFrom 2025-07-26 15:14:16 +08:00
liqionghai
4ac5193dd0 1 2025-07-26 15:12:26 +08:00
12 changed files with 4 additions and 4 deletions

View File

@@ -81,9 +81,9 @@ namespace Pilot.Report.Exploitation.AccountsReceivableStatements
header.AddChild("星空退货数量", new LocaleValue("星空退货数量"), SqlStorageType.SqlDecimal);
header.AddChild("星空退货金额", new LocaleValue("星空退货金额"), SqlStorageType.SqlDecimal);
header.AddChild("FBillAllAmount", new LocaleValue("退货金额"), SqlStorageType.SqlDecimal);
header.AddChild("PPBillingDate", new LocaleValue("普票开票时间"), SqlStorageType.Sqlvarchar);
header.AddChild("PPBillingDate", new LocaleValue("普票开票日期"), SqlStorageType.Sqlvarchar);
header.AddChild("PPFALLAmountFor", new LocaleValue("普票开票金额"), SqlStorageType.SqlDecimal);
header.AddChild("ZPBillingDate", new LocaleValue("专票开票时间"), SqlStorageType.Sqlvarchar);
header.AddChild("ZPBillingDate", new LocaleValue("专票开票日期"), SqlStorageType.Sqlvarchar);
header.AddChild("ZPFALLAmountFor", new LocaleValue("专票开票金额"), SqlStorageType.SqlDecimal);
header.AddChild("FALLAMOUNTFOR", new LocaleValue("开票金额"), SqlStorageType.SqlDecimal);
header.AddChild("PaymentAmount", new LocaleValue("回款金额"), SqlStorageType.SqlDecimal);
@@ -147,7 +147,7 @@ namespace Pilot.Report.Exploitation.AccountsReceivableStatements
EXEC UpdateYSDZBMX_GZTH '{0}','{1}','{2}','{3}','{4}','{5}'
--更新MX表中的发票金额
EXEC GXFPJEYSDZDMX_GZTH
EXEC GXFPJEYSDZDMX_GZTH '{0}','{1}'
--更新JY表
EXEC UpdateYSDZBJY_GZTH

View File

@@ -158,7 +158,7 @@ namespace Pilot.Report.Exploitation.AccountsReceivableStatements
EXEC UpdateYSDZBMX_GZTH '{0}','{1}','{2}','{3}','{4}','{5}'
--更新表中的发票金额
EXEC GXFPJEYSDZDMX_GZTH
EXEC GXFPJEYSDZDMX_GZTH '{0}','{1}'
", FSDate,fDate,ZZFID,fClient,XSYFID,ZZHTH);

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
bin/Debug/Kingdee.BOS.dll Normal file

Binary file not shown.

BIN
bin/Debug/NPOI.OOXML.dll Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
bin/Debug/NPOI.dll Normal file

Binary file not shown.

Binary file not shown.