ÎļþÃû´Ó jrj/project/business/Company/HrPosition.cpp ÐÞ¸Ä |
| | |
| | | #pragma once |
| | | |
| | | #include <wobject/xstring.hpp> |
| | | #include <xcontrol/xtreeview.hpp> |
| | | #include <xcontrol/xdwgrid.hpp> |
| | |
| | | return 0; |
| | | } |
| | | //openUrl(L"ç»ç»æ¶æ.vface/xpage/Hr/HrPositionAdd", this); |
| | | OpenWindow(L"dev:xpage[HrPositionAdd.vx]", this); |
| | | OpenWindow(L"dev:xpage[HrPositionAdd.vx]", (LPARAM)this); |
| | | return 1; |
| | | } |
| | | |
| | |
| | | trace(x.xml()); |
| | | return 0; |
| | | } |
| | | var doc = x; |
| | | auto doc = x; |
| | | xstring cnt = doc.text(); |
| | | int ll_cnt = cnt.toInt(); |
| | | if (ll_cnt == 0) //夿HrEmploeeé颿¯å¦åå¨è¯¥å²ä½ |
| | |
| | | |
| | | int onload() |
| | | { |
| | | tv_org = new treeview; |
| | | tv_org.setNativePointer(GetControl(L"tv_org")); |
| | | tv_org = GetControl(L"tv_org"); |
| | | dw_list = new xdwgrid; |
| | | dw_list.setNativePointer(GetControl(L"dw_list")); |
| | | dw_list.openUrl(L"ç»ç»æ¶æ.vface/template/HrPosition/list"); |