a
This commit is contained in:
27
ProductionMaterialsReport/TablePlugIn.cs
Normal file
27
ProductionMaterialsReport/TablePlugIn.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
using Kingdee.BOS;
|
||||
using Kingdee.BOS.Core.Bill;
|
||||
using Kingdee.BOS.Core.Report.PlugIn;
|
||||
using Kingdee.BOS.Core.Report.PlugIn.Args;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace HW.ProductionMaterialsReport
|
||||
{
|
||||
public class TablePlugIn : AbstractSysReportPlugIn
|
||||
{
|
||||
public override void FormatCellValue(FormatCellValueArgs args)
|
||||
{
|
||||
var billParam = new BillShowParameter();
|
||||
|
||||
}
|
||||
|
||||
public override void CellDbClick(CellEventArgs args)
|
||||
{
|
||||
base.CellDbClick(args);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user