0605需求
parent
50edd26861
commit
824379e732
|
@ -1061,7 +1061,7 @@
|
|||
</#if>
|
||||
|
||||
<#-- 项目等于预算状态、预算审核为草稿和不通过状态-->
|
||||
<#if list.creatorId==adminId && list.status=5 && (list.approveStatusEstimate<=0 || list.approveStatusEstimate==3)>
|
||||
<#if list.creatorId==adminId && ((list.status=5 && (list.approveStatusBudget<=0 || list.approveStatusBudget==3)) || (list.status=1 && list.approveStatusEstimate==2))>
|
||||
<button type="button"
|
||||
class="am-btn am-btn-default am-btn-xs am-text-secondary"
|
||||
onclick="location.href='${base}/project/edit?id=${list.id}'"><span
|
||||
|
|
Loading…
Reference in New Issue