OM-543 BE and FE
remove coment format files add files FE up observations
This commit is contained in:
@@ -237,16 +237,6 @@ function openCase(){
|
||||
var appUid = rowModel.data.APP_UID;
|
||||
var delIndex = rowModel.data.DEL_INDEX;
|
||||
var caseTitle = (rowModel.data.APP_TITLE) ? rowModel.data.APP_TITLE : rowModel.data.APP_UID;
|
||||
if(ieVersion != 11) {
|
||||
Ext.Msg.show({
|
||||
msg: _("ID_OPEN_CASE") + " " + caseTitle,
|
||||
width:300,
|
||||
wait:true,
|
||||
waitConfig: {
|
||||
interval:200
|
||||
}
|
||||
});
|
||||
}
|
||||
params = '';
|
||||
switch(action){
|
||||
case 'consolidated':
|
||||
@@ -258,7 +248,7 @@ function openCase(){
|
||||
}
|
||||
params += '&action=' + 'todo';
|
||||
|
||||
if(ieVersion == 11) {
|
||||
if(isIE) {
|
||||
if(newCaseNewTab) {
|
||||
newCaseNewTab.close();
|
||||
}
|
||||
@@ -274,7 +264,7 @@ function openCase(){
|
||||
}
|
||||
|
||||
function jumpToCase(appNumber){
|
||||
if(ieVersion != 11) {
|
||||
if(isIE) {
|
||||
Ext.MessageBox.show({ msg: _('ID_PROCESSING'), wait:true,waitConfig: {interval:200} });
|
||||
}
|
||||
Ext.Ajax.request({
|
||||
@@ -286,7 +276,7 @@ function jumpToCase(appNumber){
|
||||
params = 'APP_NUMBER=' + appNumber;
|
||||
params += '&action=jump';
|
||||
requestFile = '../cases/open';
|
||||
if(ieVersion == 11) {
|
||||
if(isIE) {
|
||||
if(newCaseNewTab) {
|
||||
newCaseNewTab.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user