列表与单据体多选模式

一、移动单据列表
1、启用多选
1)移动单据列表中,点击某个底部菜单启用多选
public override void ButtonClick(ButtonClickEventArgs e)
{
if(e.Key == "FBatch") //点击批量处理按钮
{
this.View.GetControl<MobileListViewControl>("FList").SetCustomPropertyValue("MobileListIsShowCheckBox", true);
this.View.UpdateView("FList");
}
}2)弹出是启用多选
MobileListShowParameter paramDy = new MobileListShowParameter();
paramDy.FormId = "MOB_MyBillList"; //移动单据唯一标识
paramDy.CustomParams.Add("IsMultiSelect", "true"); //是否多选
this.View.ShowForm(paramDy);2、
列表与单据体多选模式
一、移动单据列表1、启用多选1)移动单据列表中,点击某个底部菜单启用多选public override void ButtonClick(ButtonClickEventArgs e) ...
点击下载文档文档为doc格式
声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
上一篇
已经是第一篇



