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 + '';