1 /*******************************checkbox按钮 历史报警信息**************************************/ var checkboxHistoryModule = new Ext.form.Checkbox({ id : "alarmHistoryInfoCheck", name : "alarmHistoryInfoCheck", //width : 70, boxLabel : "
var me = this.getView('EditProProductQrcodePanel'); var grid = me.down("[name=mallQrcodeGrid]"); var store = grid.getStore(); //设置选中的行isLogo=1 store.getAt(store.indexOf(model)).set("isLogo",1);
StdDayWordQuery:function(btn,event){ var form=Ext.getCmp('queryFormSDW'); var userNameORuserCode = form.getForm().getValues()['userNameORuserCode']; var gradeCode = form.getForm().getValues()['gradeCode']; var startDate = form.getForm().getValues()['
在SAP DIALOG设计中,有时候须要动态的隐藏某些列,以下是方法. ***数据定义 CONTROLS: table_control TYPE TABLEVIEW USING SCREEN 0100. "Table Control名称 DATA: l_col LIKE LINE OF table_control-cols. "定义Table Control 列 ***在PBO中 PROC