LiFan
2024-08-21 9dc5904a18fb390d799a6b619c62a84c3220f8da
jrj/project/business/AR/ExchageInput3.cpp
@@ -306,7 +306,7 @@
            }
            if (frow > dw_list.GetRowCount()) return 1;
            dw_list.SetRow(frow);
            OpenWindow(L"dev:xpage[ExchangeSignFast.vx]", (WPARAM)&dw_list);
            OpenWindow(L"dev:xpage[ExchangeSignFast.vx]", (LPARAM)dw_list.getNativePointer());
            return 1;
         }
         else if (comdid == L"xmAdd")
@@ -360,7 +360,7 @@
         int h = xcombobox::GetCurSel(evt->command.hCtrl);
         if (h > -1)
         {
            tabname = xcombobox::GetItemData(evt->command.hCtrl, h);
            tabname = (string)xcombobox::GetItemData(evt->command.hCtrl, h);
            SwitchLayer(L"sheet" + xstring(h + 1), L"frame");
            RetrieveData();
            SetAgent();