Browse Source

付款导出加单据状态查询条件。

master
yibo 7 years ago
parent
commit
384f428963
2 changed files with 6 additions and 1 deletions
  1. +2
    -1
      B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/Reports/PayInfoExport.cs
  2. +4
    -0
      B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/Reports/PayInfoExport.xml

+ 2
- 1
B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/Reports/PayInfoExport.cs View File

@ -52,12 +52,13 @@ namespace BWP.Web.Pages.B3QingDaoWanFu.Reports
layout.Add("Date", new SimpleLabel("付款日期"), QueryCreator.DateRange(mDFInfo.Fields["Date"], mQueryContainer, "MinDate", "MaxDate", DateTime.Today, null));
layout["Date"].NotAutoAddToContainer = true;
var config = new AutoLayoutConfig { Cols = 2 };
var config = new AutoLayoutConfig { Cols = 4 };
config.Add("Date");
config.Add("ID");
config.Add("AccountingUnit_ID");
config.Add("Supplier_ID");
config.Add("PurchaseType_ID");
config.Add("BillState");
layout.Config = config;
vPanel.Add(layout.CreateLayout());


+ 4
- 0
B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/Reports/PayInfoExport.xml View File

@ -28,6 +28,10 @@
<Field name="Date"/>
<QBE paramName="MaxDate"/>
</LessThanOrEqual>
<EQ>
<Field name="BillState"/>
<QBE paramName="BillState"/>
</EQ>
</And>
</Where>
</Select>

Loading…
Cancel
Save