lifan
6 天以前 333b44ca3e8924aa3378f995a3be6c02255937b6
update
已修改2个文件
13 ■■■■ 文件已修改
jrj/project/workflow/workflow.chkdlg.cpp 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/workflow/workflow.chkdlg_vd.cpp 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/workflow/workflow.chkdlg.cpp
@@ -26,7 +26,11 @@
            {
                xcontrol xc = GetControl(L"content");
                xstring str = xc.GetText();
                if (str == L"")alert("审批意见为空!");
                if (str == L"")
                {
                    alert("审批意见为空!");
                    return 0;
                }
                arg.AddArg(L"content", str);
                
            }
jrj/project/workflow/workflow.chkdlg_vd.cpp
@@ -27,7 +27,12 @@
            {
                xcontrol xc = GetControl(L"content");
                xstring str = xc.GetText();
                if (str == L"")alert("审批意见为空!");
                if (str == L"")
                {
                    alert("审批意见为空!") ;
                    return 0;
                }
                arg.AddArg(L"content", str);
                
            }