如何设置金蝶凭证新增界面的分录高度?
添加时间:2022-5-24
解决方案:
【概述】
BOS界面扩展凭证--在表单插件中注册这个 Python 脚本,例如:扩展名:凭证录入,将单据体的行高设置成40
def AfterBindData(e):
this.View.GetControl("FEntity").SetRowHeight(40)
4006-6500-28
【概述】
BOS界面扩展凭证--在表单插件中注册这个 Python 脚本,例如:扩展名:凭证录入,将单据体的行高设置成40
def AfterBindData(e):
this.View.GetControl("FEntity").SetRowHeight(40)