| | |
| | | { |
| | | xcontrol xc = GetControl(L"content"); |
| | | xstring str = xc.GetText(); |
| | | if (str == L"")alert("审批意见为空!"); |
| | | if (str == L"") |
| | | { |
| | | alert("审批意见为空!") ; |
| | | return 0; |
| | | } |
| | | |
| | | arg.AddArg(L"content", str); |
| | | |
| | | } |
| | |
| | | xaserverarg argx; |
| | | arg = GetArg(); |
| | | argx.AddArg(L"EntityID", arg.GetArgString(L"EntityID")); |
| | | Name = arg.GetArgString(L"EntityName"); |
| | | //Name = arg.GetArgString(L"EntityName"); |
| | | |
| | | xml x; |
| | | xurl::get(L"/sale/data/workflow.core/workflow/chk/loglist", argx.GetString(), x); |
| | | dw_loglist.Retrieve(x); |
| | | dw_loglist.SetReadOnly(true); |
| | | } |
| | | alert(Name); |
| | | //alert(Name); |
| | | return 1; |
| | | } |
| | | }; |