插件中获取多级审核级次
Private Sub m_BillInterface_AfterLoadBill()
Dim oMultiMgr As Object
Set oMultiMgr = m_BillInterface.MultiCheckMgr
If Not oMultiMgr Is Nothing Then
If oMultiMgr.CurrentLevel = 3 Then '当前单据处于第三级
m_BillInterface.LockCell '锁定要锁的字段
End If
End If
End If
插件中获取多级审核级次
Private Sub m_BillInterface_AfterLoadBill() Dim oMultiMgr As Object Set oMultiMgr = m_BillInterface.MultiCheckMg...
点击下载文档
本文2024-09-22 16:39:54发表“k3wise知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3wise-89396.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章