JS
var MyBeforeRowSelect = function (SelectionModel, rowIndex, keepExisting, record) { if (record.get('Status') != "W") { return false; } else { return true; } }
图 W,S状态
JS
var MyBeforeRowSelect = function (SelectionModel, rowIndex, keepExisting, record) { if (record.get('Status') != "W") { return false; } else { return true; } }
图 W,S状态
微信扫码登录