关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

easyui 下拉搜索-尚子行

发布时间:2019-10-21 11:01:01

$(ed.target).combogrid({

                onChange: function (newValue, oldValue) {

                    artChanged = true;//记录是否有改变(当手动输入时发生)

                    console.log("值已发生改变:" + newValue);

                },

              


keyHandler: {

                    up: function () { },

                    down: function () { },

                    enter: function () { },

                    query: function (q) {

                        //动态搜索

                        console.log("搜索关键词是:"+q);

                        $(this).combogrid("grid").datagrid("reload",{'q': q});

                        $(this).combogrid("setValue", q);

                    }

                },

                  });



/template/Home/Zkeys/PC/Static