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