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