diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_Desktop/Views/MessageRind/UnreadIndex.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_Desktop/Views/MessageRind/UnreadIndex.cshtml
index 5012d734d..379c39636 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_Desktop/Views/MessageRind/UnreadIndex.cshtml
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_Desktop/Views/MessageRind/UnreadIndex.cshtml
@@ -50,6 +50,7 @@
dataType: "json",
async: false,
success: function (data) {
+ //console.log(data);
var content = "";
if (data.length > 0) {
content += "
";
@@ -92,21 +93,33 @@
dataType: "json",
async: false,
success: function (data) {
+ console.log(data);
//弹窗查看详情
var keyValue = params[1];
var ConnectionUrl = params[3];
var title = params[0];
- if (top.learun.checkrow(keyValue)) {
- top.learun.layerForm({
- id: 'formview',
- title: title,
- url: top.$.rootUrl + ConnectionUrl + keyValue,
- width: 1000,
- height: 650,
- maxmin: true,
- btn: null,
+ if (title == "流程通知") {
+ top.learun.frameTab.open({
+ F_ModuleId: keyValue + "_homeopen",
+ F_Icon: 'fa magic',
+ F_FullName: '审核流程',
+ F_UrlAddress: '/LR_NewWorkFlow/NWFProcess/Index'
+ //F_UrlAddress: '/LR_WorkFlowModule/WfMyTask/CustmerWorkFlowForm?tabIframeId=' + p.f_id + '&type=' + p.f_tasktype + '' + "&processId=" + p.f_processid + "&taskId=" + p.f_id
});
+ } else {
+ if (top.learun.checkrow(keyValue)) {
+ top.learun.layerForm({
+ id: 'formview',
+ title: title,
+ url: top.$.rootUrl + ConnectionUrl + keyValue,
+ width: 1000,
+ height: 650,
+ maxmin: true,
+ btn: null,
+ });
+
+ }
}
}
})
@@ -116,23 +129,23 @@
});
});
- //function funLook(param) {
-
- // var id = "433d5658-40b0-4e2d-b736-c4e8561d017e";//$obj.attr('id');
- // var _module = top.learun.clientdata.get(['modulesMap', id]);
- // switch (_module.F_Target) {
- // case 'iframe':// 窗口
- // if (top.learun.validator.isNotNull(_module.F_UrlAddress).code) {
- // top.learun.frameTab.open(_module);
- // }
- // break;
- // case 'open':// 窗口
- // var newWin = window.open(_module.F_UrlAddress);
- // newWin.location.replace(_module.F_UrlAddress);
- // break;
- // }
-
- //}
+ //function funLook(param) {
+
+ // var id = "433d5658-40b0-4e2d-b736-c4e8561d017e";//$obj.attr('id');
+ // var _module = top.learun.clientdata.get(['modulesMap', id]);
+ // switch (_module.F_Target) {
+ // case 'iframe':// 窗口
+ // if (top.learun.validator.isNotNull(_module.F_UrlAddress).code) {
+ // top.learun.frameTab.open(_module);
+ // }
+ // break;
+ // case 'open':// 窗口
+ // var newWin = window.open(_module.F_UrlAddress);
+ // newWin.location.replace(_module.F_UrlAddress);
+ // break;
+ // }
+
+ //}