把后台的数据显示到extjs页面的文本框 10
load事件都没反应,alert都没弹出来,大仙们,帮帮我,我试了好多的方法了,都没用{fieldLabel:'返修单号',name:'wpplanFlow.fixbil...
load事件都没反应,alert都没弹出来,大仙们,帮帮我,我试了好多的方法了,都没用
{
fieldLabel: '返修单号',
name: 'wpplanFlow.fixbil',
maxLength:20,
store : Ext.create('Ext.data.Store', {
model : 'otModel',
proxy : {
type : 'ajax',
url : 'createFixblId.action',
reader : {
type : 'json',
root : 'fixbil',
successProperty : 'success',
idProperty : 'id.id'
}
},
listeners:{
'load':function(store){
var value = store.getRange()[0].get('id');
alert(value);
alert("vvvvvvvv");
this.exeflowPanel.getForm().findField('wpplanFlow.fixbil').setValue(value);
},
scope:this} ,
autoLoad:true
//async :false
})
} 展开
{
fieldLabel: '返修单号',
name: 'wpplanFlow.fixbil',
maxLength:20,
store : Ext.create('Ext.data.Store', {
model : 'otModel',
proxy : {
type : 'ajax',
url : 'createFixblId.action',
reader : {
type : 'json',
root : 'fixbil',
successProperty : 'success',
idProperty : 'id.id'
}
},
listeners:{
'load':function(store){
var value = store.getRange()[0].get('id');
alert(value);
alert("vvvvvvvv");
this.exeflowPanel.getForm().findField('wpplanFlow.fixbil').setValue(value);
},
scope:this} ,
autoLoad:true
//async :false
})
} 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询