소스 검색

通知公告查看修改 点击查看按钮为双击列表

金隅分支
zhichao lei 3 년 전
부모
커밋
047da55d4c
1개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. +12
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Views/Notice/ViewIndex.js

+ 12
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Views/Notice/ViewIndex.js 파일 보기

@@ -74,7 +74,18 @@ var bootstrap = function ($, learun) {
mainId: 'F_NewsId',
isPage: false,
sidx: 'F_CreateDate',
sord: 'desc'
sord: 'desc',
dblclick:function(val) {
learun.layerForm({
id: 'formview',
title: '查看公告',
url: top.$.rootUrl + '/Utility/ListContentIndex?id=' + val.F_NewsId,
width: 1000,
height: 650,
maxmin: true,
btn: null
});
}
});
page.search();
},


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