확장 프론트엔드는
코드 복사 에서 json 데이터를 받습니다. 코드는 다음과 같습니다. 다음:
Ext.Ajax.request({
method:'POST',//Request method
params: {dagl_code:dagl_code},
url:lcwPath "/ daxt/lcgl.shtml ?method=getJgBycode",//요청된 URL 주소
success: function(response, opts) {
if(response.responseText!='{}'){
alert(response .responseText);
//첫 번째 방법
var dagl_jg = Ext.util.JSON.decode(response.responseText).dagl_jg; >// 두 번째 방법
var json = eval("(" re.responseText ")")
var dagl_jg= json.dagl_jg
var org_mc = Ext .util .JSON.decode(response.responseText).org_mc;
var lccode = Ext.util.JSON.decode(response.responseText).lccode
var lcname = Ext.util.JSON.decode(response) .responseText ).lcname;
Ext.getCmp("jgs").comboHidden.setValue(dagl_jg)
Ext.getCmp('jgs').setValue(org_mc); dagl_jg' ).setValue(dagl_jg);
Ext.getCmp('sslc').setValue(lccode)
Ext.getCmp('sslc').setRawValue(lcname); dagl_jg = Ext.getCmp('jgs').comboHidden.getValue();
lcStore.proxy = new Ext.data.HttpProxy({url: lcwPath '/daxt/lcgl.shtml?method=getDaxx&dagl_type=L&dagl_jg=' dagl_jg} );
lcStore.load();
Ext.getCmp('lcbh').setValue('');
}else{//값 없음, 정보 지우기
Ext. MessageBox.show({
제목:'프롬프트',
msg:config.string.NOTNUMBERMSG_OR_NUMBERLOSEEFFICACY,
minWidth:270,
아이콘:Ext.MessageBox.WARNING,
버튼:{" ok": "닫기"},
fn:function(e){Ext.MessageBox.hide();},
closable:true
});
Ext.getCmp("jgs" ).setValue ("");
Ext.getCmp("lcbh").setValue("")
}
},
failure: function(response, opts) {
Ext.MessageBox .show({
title:'시스템 프롬프트',
msg:'시스템에서 예기치 않은 예외가 발생했습니다.',
minWidth:270,
icon:Ext.MessageBox.WARNING,
버튼: {"ok":"닫기"},
fn:function(e){Ext.MessageBox.hide();},
closable:true
});
})