Python版本自由批量填充
def EntryBarItemClick(e): djzt=this.View.Model.GetValue("FDocumentStatus"); if djzt in ['B','C']:return; entity="FSaleOrderEntry"; rowindex=this.View.Model.GetEntryCurrentRowIndex(entity); if e.BarItemKey=="xdtj": field=this.View.GetControl(entity).GetFocusField() data=this.View.Model.GetValue(field,rowindex) objs=this.View.Model.GetEntityDataObject(this.View.BusinessInfo.GetEntity(entity)) checkRows = [x for x in objs if bool(x["F_CheckBox"])] for item in checkRows: r=objs.IndexOf(item) this.View.Model.SetValue(field,data,r) this.View.InvokeFieldUpdateService(field,r) this.View.UpdateView(field,r) field="F_CheckBox" allRows= [x for x in objs] for item in allRows: r=objs.IndexOf(item) this.View.Model.SetValue(field,data,r) this.View.InvokeFieldUpdateService(field,r) this.View.UpdateView(field,r)
代码转换自
跟标准功能指定行批量填充一样的吧
Python版本自由批量填充
def EntryBarItemClick(e): djzt=this.View.Model.GetValue("FDocumentStatus"); if djzt in ['B','C']:return; entity="FSaleOrd...
点击下载文档
本文2024-09-16 18:06:13发表“云星空知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3cloud-19964.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章