以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  操作闪退  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=125543)

--  作者:有点蓝
--  发布时间:2018/9/30 14:02:00
--  
首先看看:http://www.foxtable.com/webhelp/scr/1522.htm

其次
SystemReady = False
If e.DataRow("实际完成日期") <> Nothing  Then
    e.DataRow("节点状态") = "已完成"
    e.DataRow("完成数量") = 0
Else
    e.DataRow("节点状态") = "线长处理"
End If
If e.DataRow("预计完成日期") <> Nothing  Then
    e.DataRow("节点状态") = "线长处理"
Else
    e.DataRow("节点状态") = "计划审核"
End If
SystemReady = True