diff --git a/YSZKDZBaoBiao/AccountsReceivableReport.cs b/YSZKDZBaoBiao/AccountsReceivableReport.cs index 5bc5c21..d32d169 100644 --- a/YSZKDZBaoBiao/AccountsReceivableReport.cs +++ b/YSZKDZBaoBiao/AccountsReceivableReport.cs @@ -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 diff --git a/YSZKDZBaoBiao/AccountsReceivableReport2.cs b/YSZKDZBaoBiao/AccountsReceivableReport2.cs index 7848abd..62b12a4 100644 --- a/YSZKDZBaoBiao/AccountsReceivableReport2.cs +++ b/YSZKDZBaoBiao/AccountsReceivableReport2.cs @@ -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); diff --git a/bin/Debug/Kingdee.BOS.App.dll b/bin/Debug/Kingdee.BOS.App.dll new file mode 100644 index 0000000..b1467d2 Binary files /dev/null and b/bin/Debug/Kingdee.BOS.App.dll differ diff --git a/bin/Debug/Kingdee.BOS.Contracts.dll b/bin/Debug/Kingdee.BOS.Contracts.dll new file mode 100644 index 0000000..2da2dc6 Binary files /dev/null and b/bin/Debug/Kingdee.BOS.Contracts.dll differ diff --git a/bin/Debug/Kingdee.BOS.Core.dll b/bin/Debug/Kingdee.BOS.Core.dll new file mode 100644 index 0000000..cedd95a Binary files /dev/null and b/bin/Debug/Kingdee.BOS.Core.dll differ diff --git a/bin/Debug/Kingdee.BOS.DataEntity.dll b/bin/Debug/Kingdee.BOS.DataEntity.dll new file mode 100644 index 0000000..f3b2391 Binary files /dev/null and b/bin/Debug/Kingdee.BOS.DataEntity.dll differ diff --git a/bin/Debug/Kingdee.BOS.dll b/bin/Debug/Kingdee.BOS.dll new file mode 100644 index 0000000..0b9ac56 Binary files /dev/null and b/bin/Debug/Kingdee.BOS.dll differ diff --git a/bin/Debug/NPOI.OOXML.dll b/bin/Debug/NPOI.OOXML.dll new file mode 100644 index 0000000..9425561 Binary files /dev/null and b/bin/Debug/NPOI.OOXML.dll differ diff --git a/bin/Debug/NPOI.OpenXml4Net.dll b/bin/Debug/NPOI.OpenXml4Net.dll new file mode 100644 index 0000000..782ec33 Binary files /dev/null and b/bin/Debug/NPOI.OpenXml4Net.dll differ diff --git a/bin/Debug/NPOI.OpenXmlFormats.dll b/bin/Debug/NPOI.OpenXmlFormats.dll new file mode 100644 index 0000000..bd832c7 Binary files /dev/null and b/bin/Debug/NPOI.OpenXmlFormats.dll differ diff --git a/bin/Debug/NPOI.dll b/bin/Debug/NPOI.dll new file mode 100644 index 0000000..2ed0bf4 Binary files /dev/null and b/bin/Debug/NPOI.dll differ diff --git a/bin/Debug/Oracle.DataAccess.dll b/bin/Debug/Oracle.DataAccess.dll new file mode 100644 index 0000000..910c9c5 Binary files /dev/null and b/bin/Debug/Oracle.DataAccess.dll differ