| | |
| | | if (MessageBoxW(GetHWND(),L"是否确定删除记录!",L"提示", 1) == 2) |
| | | return 1; |
| | | } |
| | | |
| | | |
| | | xaserverarg& arg = *(new xaserverarg); |
| | | arg.AddArg(L"Action", action); |
| | | KXMLDOMDocument x; |
| | | |
| | | xstring aurl =L"/workflow/query/actioninfo/" + action; |
| | | |
| | | |
| | | if (xurl::get(GetServerUrl(),aurl,L"", x) != 1) |
| | | return -1; |
| | | |
| | |
| | | if (x1.selectSingleNode(L"//process")) |
| | | { |
| | | KXMLDOMElement e1 = x1.selectSingleNode(L"//process"); |
| | | string valid = e1.getAttribute(L"valid"); |
| | | string finished = e1.getAttribute(L"finished"); |
| | | xstring valid = e1.getAttribute(L"valid"); |
| | | xstring finished = e1.getAttribute(L"finished"); |
| | | xstring errInfo =L""; |
| | | if (valid ==L"0") |
| | | { |