| | |
| | | //trace(row); |
| | | KXMLDOMElement e = dw_list.GetRowElement(row); |
| | | trace(e.xml()); |
| | | xstring sEmployeeNo = e.selectSingleNode(L"EmployeeNo").text() + L""; |
| | | xstring sOldEmpNo = e.selectSingleNode(L"OldEmpNo").text() + L""; |
| | | xstring sPersonID = e.selectSingleNode(L"PersonID").text() + L""; |
| | | xstring sPersonName = e.selectSingleNode(L"Name").text() + L""; |
| | | xstring sEmployeeNo = e.selectSingleNode(L"EmployeeNo").text() + (xstring)L""; |
| | | xstring sOldEmpNo = e.selectSingleNode(L"OldEmpNo").text() + (xstring)L""; |
| | | xstring sPersonID = e.selectSingleNode(L"PersonID").text() + (xstring)L""; |
| | | xstring sPersonName = e.selectSingleNode(L"Name").text() + (xstring)L""; |
| | | xstring sPassWord = xutil::MD5(sOldEmpNo); |
| | | |
| | | /* |
| | |
| | | xml x; |
| | | |
| | | xaserverarg arg; |
| | | arg.setNativePointer(arg.CreateInstance()); |
| | | |
| | | arg.AddArg(L"sguid", id); |
| | | if (xurl::post(L"/sale/data/OrganizationStruct/tree.child.OrgChart", arg.GetString(), x) != 1) |
| | | { |
| | |
| | | int OnInitial() |
| | | { |
| | | SetAgent(); |
| | | OnAttachEvent(); |
| | | OnAttachEvent(); |
| | | return 1; |
| | | } |
| | | |