From cd0e574d7eaa743948a0613e351e6788a9ccc2e8 Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Thu, 20 May 2021 18:23:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A6=96=E9=A1=B5=E5=A4=B1?= =?UTF-8?q?=E7=89=A9=E6=8B=9B=E9=A2=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Utility/ListContentIndex.js | 8 +------- .../Views/Utility/ListContentIndexLost.cshtml | 15 ++++++--------- .../Views/Utility/ListContentIndexLost.js | 8 ++++---- 3 files changed, 11 insertions(+), 20 deletions(-) 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);