ext4.0 二级联动

Posted IT-行者

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ext4.0 二级联动相关的知识,希望对你有一定的参考价值。

var departTypeStore = Ext.create(‘Ext.data.Store‘,{
autoLoad : true,
fields:[‘ID‘,‘DEPART_NAME‘],
proxy : {
type : ‘ajax‘,
url : ‘getCardDepartList.ajax‘,//MECHAN_ID
reader : {
type : ‘json‘,
root : ‘list‘
},
/* extraParams: {
mechanId:rt
}
*/ },

});
var yyStore = Ext.create(‘Ext.data.Store‘,{
autoLoad : true,
fields:[‘MECHAN_IDE‘,‘MECHAN_NAME‘],
proxy : {
type : ‘ajax‘,
url : ‘getMechForJtCardList.ajax‘,
reader : {
type : ‘json‘,
root : ‘mechList‘
},extraParams: {
mechanId:rt
}
},
});

 

 

{
xtype : ‘combobox‘,
name : ‘f.UMI.MECHAN_ID:eq‘,
fieldLabel:‘运营商‘,
id : ‘type‘,
labelWidth:40,
emptyText:‘请选择‘,
store : yyStore,
displayField : ‘MECHAN_NAME‘,
valueField : ‘MECHAN_IDE‘,
flex : 3,
editable:false,
listeners: {// select监听函数
select : function(combobox){
// Ext.Msg.alert("提示",combobox.getValue());
departTypeStore.reset,
departTypeStore.load({
url: "getCardDepartList.ajax",
params: {
mechanId: combobox.getValue()
}
})}
}
},
{
xtype : ‘combobox‘,
name : ‘f.UDEP.ID:eq‘,
fieldLabel:‘充电客户‘,
id : ‘type1‘,
labelWidth:50,
emptyText:‘请选择‘,
store : departTypeStore,
displayField : ‘DEPART_NAME‘,
valueField : ‘ID‘,
flex : 3,
editable:false
}

以上是关于ext4.0 二级联动的主要内容,如果未能解决你的问题,请参考以下文章

asp 二级联动菜单

asp 下拉框 二级联动

asp 下拉菜单的二级联动

《JeecgBoot系列》 如何设计表单实现“下拉组件二级联动“ ? 以省市二级联动为例

二级联动列表

phpcms联动菜单有啥用