This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
通知公告查看修改 点击查看按钮为双击列表
金隅分支
zhichao lei
3 years ago
parent
c57b190fc2
commit
047da55d4c
1 changed files
with
12 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@@ -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();
},
Write
Preview
Loading…
Cancel
Save