以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  权限异常  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=139664)

--  作者:有点蓝
--  发布时间:2019/8/18 21:24:00
--  
If e.Row("下达人员") = _UserName andalso  e.Row("任务状态") = "进行中"
    if e.Col.Name <> "预计结束日期" then e.cancel = true
else
    e.cancel = true
end if

--  作者:有点蓝
--  发布时间:2019/9/19 11:28:00
--  
If e.Col.Name <> "备注"  andalso e.Col.Name <> "拒绝原因"  Then e.cancel = True