Unieap3.5-Grid编辑列中数字与下拉改变

Grid列表中字段改变事件

<cell label="单据金额" width='20%'  name="NFEE_1" id="NFEE_1" editor="{editorClass:'unieap.form.NumberTextBox',editorProps:{onChange:setCheckCntEdit.getLockedFun,required:true}}"></cell>

Grid中的下拉列表改变事件

<cell label="费用类别" width='20%' name="PUB_BRANDCODE" decoder="{store:codelist.getStore('SS006')}" id="PUB_BRANDCODE" editor="{editorClass:'unieap.form.ComboBox',editorProps:{dataProvider:{store:codelist.getStore('SS006')},required:true,onChange:setCheckCntEdit.feeTypeChange}}" styles="text-align:center"></cell>    
原文地址:https://www.cnblogs.com/chenv/p/5145314.html