From ac8d68fa7743fea14e482d995057d44ee5238be6 Mon Sep 17 00:00:00 2001 From: pengqiang Date: Wed, 17 Nov 2021 16:01:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/admin/project_list.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/admin/project_list.ftl b/src/main/resources/templates/admin/project_list.ftl index 9355f28..ccd7e2d 100644 --- a/src/main/resources/templates/admin/project_list.ftl +++ b/src/main/resources/templates/admin/project_list.ftl @@ -230,8 +230,8 @@ - <#-- 项目为结算状态 并且结算审批通过 才能发起决算--> - <#if list.status== 10 && list.approveStatusSettle== 2 > + <#-- 项目为结算状态 并且结算审批通过 或者 结算审批不通过 才能发起决算--> + <#if (list.status== 10 && list.approveStatusSettle== 2) || (list.status== 15 && list.approveStatusFinal== 0) || (list.status== 15 && list.approveStatusFinal== 3)>