1
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
using Kingdee.BOS.Core.Bill;
|
||||
using Kingdee.BOS.Core.CommonFilter;
|
||||
using Kingdee.BOS.Core.DynamicForm;
|
||||
using Kingdee.BOS.Core.List;
|
||||
using Kingdee.BOS.Core.Metadata;
|
||||
using Kingdee.BOS.Core.Report.PlugIn;
|
||||
using Kingdee.BOS.Core.Report.PlugIn.Args;
|
||||
@@ -22,12 +24,13 @@ namespace HW.ProductionMateralsPlugIn
|
||||
|
||||
public void ShowForm(string _fromId, string _pkVal)
|
||||
{
|
||||
var showParam = new BillShowParameter();
|
||||
var showParam = new ListShowParameter();
|
||||
showParam.FormId = _fromId;
|
||||
showParam.Status = OperationStatus.VIEW;
|
||||
showParam.OpenStyle.ShowType = ShowType.Floating;
|
||||
showParam.PKey = _pkVal;
|
||||
//showParam.PKey = _pkVal;
|
||||
this.View.ShowForm(showParam);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user