BillShowParameter para = new BillShowParameter();
para.OpenStyle.ShowType = ShowType.Modal;//模态显示
para.FormId = "单据标识";
para.Status = OperationStatus.EDIT;// 修改显示
para.PKey = "100010";// 内码
para.ParentPageId = this.View.ParentFormView.PageId;
this.View.ShowForm(para);

相关文章:

  • 2022-12-23
  • 2021-10-25
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-01
  • 2022-12-23
  • 2021-09-23
  • 2021-12-12
  • 2021-10-27
  • 2021-06-22
  • 2022-12-23
相关资源
相似解决方案