编辑后事件写JS,参考:https://help.fanruan.com/finereport10.0/doc-view-1196.html
//获取supplierID控件
var supplierID = this.options.form.getWidgetByName("supplierID");
//将supplierID控件内容清空
supplierID.setValue("");
supplierID.setText("");
supplierID.reset();
https://help.fanruan.com/finereport10.0/doc-view-4007.html
添加编辑后事件
WorkBook1.zip