action_extjs에서 전달된 json 데이터를 수신하는 ext 프론트엔드의 예

WBOY
풀어 주다: 2016-05-16 16:44:06
원래의
1697명이 탐색했습니다.

확장 프론트엔드는
action_extjs에서 전달된 json 데이터를 수신하는 ext 프론트엔드의 예

코드 복사 에서 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
});

})

관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!