修改危大施工工程方案列表页面

This commit is contained in:
潘鸿锋 2024-04-15 14:39:06 +08:00
parent cb2c15aa1e
commit 866f4989ea
3 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1 @@
update sys_menu set menuname='ÖÊÁ¿×¨Ïî¼ì²é' where menuname='ÖÊÁ¿¹²¼ì'

View File

@ -71,6 +71,9 @@
<f:RenderField ColumnID="ApprovalMan" DataField="ApprovalMan" FieldType="String" HeaderText="批准人" TextAlign="Center"
HeaderTextAlign="Center" Width="120px">
</f:RenderField>
<f:RenderField ColumnID="IsReview" DataField="IsReview" FieldType="String" HeaderText="是否通过专家评审" TextAlign="Center"
HeaderTextAlign="Center" Width="150px">
</f:RenderField>
<%-- <f:RenderField ColumnID="ImplementationDeviation" DataField="ImplementationDeviation" FieldType="String" HeaderText="施工总结" TextAlign="Center"
HeaderTextAlign="Center" Width="220px">
</f:RenderField>--%>

View File

@ -33,7 +33,8 @@ namespace FineUIPro.Web.Comprehensive
{
string strSql = @"select MajorPlanApprovalId, ProjectId, PlanCode, PlanName, ReviewMan, ApprovalDate,
AuditMan, ApprovalMan, ImplementationDeviation, AttachUrl, CompileMan, CompileDate,
UnitWorkId,CN.ProfessionalName,C.CNProfessionalId,C.UnitId,u.UnitName
UnitWorkId,CN.ProfessionalName,C.CNProfessionalId,C.UnitId,u.UnitName ,
case IsReview when 1 then '是' else '否' end as IsReview
from Comprehensive_MajorPlanApproval C
left join Base_CNProfessional CN on C.CNProfessionalId=CN.CNProfessionalId
left join Base_Unit as u on u.UnitId = C.UnitId