插件强制设置单据体字段必录样例:
this.View.GetControl<EntryGrid>("FEntity").SetMustInput("FText", true);
这个方法仅实现显示 * 的效果, 但是没有校验的效果, 需要另外配置
插件强制设置单据体字段必录样例:
this.View.GetControl<EntryGrid>("FEntity").SetMustInput("FText", true);
这个方法仅实现显示 * 的效果, 但是没有校验的效果, 需要另外配置