diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Utility/ListContentIndex.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Utility/ListContentIndex.js index f7e832958..2158a57a3 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Utility/ListContentIndex.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Utility/ListContentIndex.js @@ -22,13 +22,7 @@ var bootstrap = function ($, learun) { $("#F_NewsContent").html($('
').html(item.f_content).text()); } else { $.lrSetForm(top.$.rootUrl + '/LR_OAModule/Notice/GetEntity?keyValue=' + id, function (data) { - if (data.F_Category == "失物招领") { - data.F_NewsContent = decodeURI(data.F_NewsContent); - $('.inSec1T').attr("hidden","hidden"); - $('#readlist').attr("hidden","hidden"); - $('#msgSource').attr("hidden","hidden"); - $('#newType').attr("hidden","hidden"); - } + $("#F_FullHead").text(data.F_FullHead); $("#F_CreateDate").text(data.F_CreateDate); $("#F_CreateUserName").text(data.F_SourceName == null ? "" : data.F_SourceName); diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Utility/ListContentIndexLost.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Utility/ListContentIndexLost.cshtml index 9ac9a2775..c40e3f469 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Utility/ListContentIndexLost.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Utility/ListContentIndexLost.cshtml @@ -20,8 +20,8 @@
发布时间: - 信息来源: - 公告类别: + @*信息来源: + 公告类别:*@
@@ -29,18 +29,15 @@
-
+ @*
- +
已读人员
已读人员
    - @*
  • - 一个的 - 2018-09-02 -
  • *@ +
-
+
*@ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Utility/ListContentIndexLost.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Utility/ListContentIndexLost.js index d0646bc32..eacf79a8e 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Utility/ListContentIndexLost.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Utility/ListContentIndexLost.js @@ -23,10 +23,10 @@ var bootstrap = function ($, learun) { } else { $.lrSetForm(top.$.rootUrl + '/LR_OAModule/LostArticleInfo/GetEntity?keyValue=' + id, function (data) { data.F_NewsContent = decodeURI(data.F_Content); - $('.inSec1T').attr("hidden", "hidden"); - $('#readlist').attr("hidden", "hidden"); - $('#msgSource').attr("hidden", "hidden"); - $('#newType').attr("hidden", "hidden"); + //$('.inSec1T').attr("hidden", "hidden"); + //$('#readlist').attr("hidden", "hidden"); + //$('#msgSource').attr("hidden", "hidden"); + //$('#newType').attr("hidden", "hidden"); $("#F_FullHead").text(data.F_FullHead); $("#F_CreateDate").text(data.F_CreateTime);