jrj/project/business/AR/ExchangeSignFast.cpp
@@ -134,7 +134,7 @@ int h = xcombobox::GetCurSel(evt->command.hCtrl); if (h > -1) { xstring txt = xcombobox::GetLBText(evt->command.hCtrl, h); xstring txt = (string)xcombobox::GetLBText(evt->command.hCtrl, h); if (txt == L"限定客户") { OnRetrieve(1); @@ -406,7 +406,7 @@ /*xaserverarg arg = GetParam(); xstring CustomerIDOne = arg.GetArgString(L"CustomerID"); xstring SEIDOne = arg.GetArgString(L"SEID");*/ if (GetWinParam())dw_obj = *(xdwgrid*)GetWinParam(); if (GetWinParam())dw_obj = (kdwgrid*)GetWinParam(); OnAttachEvent(); return 1;