Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
bjquanjiang
/
DigitalScholl
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
通知公告查看修改 点击查看按钮为双击列表
金隅分支
zhichao lei
hace 3 años
padre
c57b190fc2
commit
047da55d4c
Se han
modificado 1 ficheros
con
12 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
Ver fichero
@@ -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();
},
Escribir
Vista previa
Cargando…
Cancelar
Guardar