From 615ec5969b4d4f45b6e554348412ec94187b8086 Mon Sep 17 00:00:00 2001 From: hwh2023 <598694955@qq.com> Date: Tue, 5 Dec 2023 20:38:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8A=A5=E4=BF=AE=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RepairReportStudent/dealIndex.cshtml | 22 ++++++++++-------- .../RepairReportTeacher/dealIndex.cshtml | 23 +++++++++++-------- 2 files changed, 25 insertions(+), 20 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/dealIndex.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/dealIndex.cshtml index 312aa55b9..b63efb6ec 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/dealIndex.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/dealIndex.cshtml @@ -253,16 +253,18 @@ tableHtml += ' '; tableHtml += ' '; tableHtml += ' '; - tableHtml += ' '; - tableHtml += ' '; - tableHtml += '

'; - tableHtml += ' 维修人签字'; - tableHtml += ' '; - tableHtml += '

'; - tableHtml += ' '; - tableHtml += ' '; - tableHtml += ' '; - tableHtml += ' '; + if(title.indexOf("待维修")>=0){ + tableHtml += ' '; + tableHtml += ' '; + tableHtml += '

'; + tableHtml += ' 维修人签字'; + tableHtml += ' '; + tableHtml += '

'; + tableHtml += ' '; + tableHtml += ' '; + tableHtml += ' '; + tableHtml += ' '; + } tableHtml += ' '; tableHtml += ''; html += tableHtml; diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/dealIndex.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/dealIndex.cshtml index 4ed5787af..a71e1e225 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/dealIndex.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/dealIndex.cshtml @@ -239,16 +239,19 @@ tableHtml += ' '; tableHtml += ' '; tableHtml += ' '; - tableHtml += ' '; - tableHtml += ' '; - tableHtml += '

'; - tableHtml += ' 维修人签字'; - tableHtml += ' '; - tableHtml += '

'; - tableHtml += ' '; - tableHtml += ' '; - tableHtml += ' '; - tableHtml += ' '; + + if(title.indexOf("待维修")>=0){ + tableHtml += ' '; + tableHtml += ' '; + tableHtml += '

'; + tableHtml += ' 维修人签字'; + tableHtml += ' '; + tableHtml += '

'; + tableHtml += ' '; + tableHtml += ' '; + tableHtml += ' '; + tableHtml += ' '; + } tableHtml += ' '; tableHtml += ''; //html += '' + b.type + '' + b.className + '' + b.achievement + '';