소스 검색

第二页导出失败处理,关闭导出对话框不还原分页处理

临城职教中职
liangkun 2 년 전
committed by ndbs
부모
커밋
d940defada
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/plugin/grid/jfgrid.js
  2. +6
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-excel.js

+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/plugin/grid/jfgrid.js 파일 보기

@@ -2203,6 +2203,7 @@
dfop.rows = 1000000;
data = data || dfop.param || {};
dfop.param = data.param || data;
dfop.running.pageparam.page = 1;
_jfgrid.reload($self, dfop);
break;
case 'refresh':


+ 6
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-excel.js 파일 보기

@@ -61,6 +61,12 @@
callBack: function (id) {
return top[id].acceptClick();
},
end: function () {
if (learun.frameTab.currentIframe().$('#' + item.F_GridId)[0].dfop.rows == 1000000) {
learun.frameTab.currentIframe().$('#' + item.F_GridId)[0].dfop.rows = 30;
learun.frameTab.currentIframe().$('#' + item.F_GridId).jfGridSet('reload');
}
},
btn: ['导出Excel', '关闭']
});
});


불러오는 중...
취소
저장