`
meganlee
  • 浏览: 87729 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

根据主表ID去筛子表信息

阅读更多
var rsm = new Ext.grid.CheckboxSelectionModel({
    singleSelect : false,
    listeners : {
      rowselect : function(sm, row, rec) {
        var con=[{field: 'bdCrmMaterial',
relation: '=',
value: rec.get('trma_Id'),
javaClass: 'net.uni.util.Condition',
type: 'and'}];
dataInfoGrid.updateCondition(con);
      }
    }
  });
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics