屏蔽会签
parent
d4aed274eb
commit
6c1fde7727
|
@ -1140,12 +1140,12 @@
|
|||
</#if>
|
||||
|
||||
<#--预算状态 待审核状态 -->
|
||||
<#if list.status==5 && list.approveStatusBudget==1 && list.actTaskName! != "执行董事" >
|
||||
<button type="button"
|
||||
class="am-btn am-btn-default am-btn-xs am-text-secondary"
|
||||
onclick="openHuiqianModal(${list.id}, '${list.name}')"><span class="am-icon-pencil-square-o"></span>会签
|
||||
</button>
|
||||
</#if>
|
||||
<#-- <#if list.status==5 && list.approveStatusBudget==1 && list.actTaskName! != "执行董事" >-->
|
||||
<#-- <button type="button"-->
|
||||
<#-- class="am-btn am-btn-default am-btn-xs am-text-secondary"-->
|
||||
<#-- onclick="openHuiqianModal(${list.id}, '${list.name}')"><span class="am-icon-pencil-square-o"></span>会签-->
|
||||
<#-- </button>-->
|
||||
<#-- </#if>-->
|
||||
|
||||
|
||||
<#if list.approveStatusEstimate != 0 >
|
||||
|
|
|
@ -37,7 +37,10 @@
|
|||
</div>
|
||||
<div class="time-axis-title">
|
||||
${node.taskComment}
|
||||
<#if node.fileUrl! !=""><a href="${node.fileUrl}" download target="_blank">下载会签单</a></#if>
|
||||
<#-- <#if node.fileUrl! !=""><a href="${node.fileUrl}" download target="_blank">下载会签单</a></#if>-->
|
||||
<#if node.fileUrl! !=""><a href="${node.fileUrl}" download target="_blank">特批报备记录</a></#if>
|
||||
|
||||
|
||||
</div>
|
||||
</li>
|
||||
</#list>
|
||||
|
|
Loading…
Reference in New Issue