修改危大施工工程方案列表页面
This commit is contained in:
parent
cb2c15aa1e
commit
866f4989ea
|
@ -0,0 +1 @@
|
|||
update sys_menu set menuname='ÖÊÁ¿×¨Ïî¼ì²é' where menuname='ÖÊÁ¿¹²¼ì'
|
|
@ -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>--%>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue