如图,选择金额时需要保证《科目名称》已经选择,如果科目名称没有数据就提示:请选择科目名称。谢谢
写个编辑后事件
var a=this.getValue();
var kmmc = this.options.form.getWidgetByName("kmmc").getValue();
if(a.length>0&&kmmc.length<0){
alert("请选择科目名称。谢谢")
}
https://help.fanruan.com/finereport/doc-view-4474.html 参考
---------