| | |
| | | SetArg(); |
| | | APID = L""; |
| | | APType = L""; |
| | | xstring positionname = publiccode::GetUser().positionname; |
| | | if (GetWinParam()) |
| | | { |
| | | xaserverarg arg=GetArg(); |
| | |
| | | dw_base.SetRowSelectorWidth(0); |
| | | dw_base.SetHScrollState(false); |
| | | dw_base.SetVScrollState(false); |
| | | |
| | | |
| | | OnAttachEvent(); |
| | | |
| | | if (APID != L"") |
| | |
| | | { |
| | | xstring sdate = publiccode::GetCurrentDate(); |
| | | dw_base.SetItemString(1, L"APDate", sdate); |
| | | dw_base.SetItemString(1, L"PayedDate", sdate); |
| | | if (positionname.find(L"跟单") < 0) |
| | | { |
| | | dw_base.SetItemString(1, L"PayedDate", sdate); |
| | | |
| | | } |
| | | dw_base.SetItemString(1, L"CreateDate", sdate); |
| | | xstring suserid = publiccode::GetUser().id; |
| | | xstring susername = publiccode::GetUser().name; |