jrj/project/business/Affair/ProcessManagement.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/Affair/message.supplier.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
jrj/project/business/Affair/ProcessManagement.cpp
@@ -100,6 +100,7 @@ //alert(FobUnitPriceEx.find(L"$").toString()); if(FobUnitPriceEx.find(L"$") >=0) FobUnitPriceEx=FobUnitPriceEx.right(FobUnitPriceEx.length() - 1); trace(FobUnitPriceEx); return 1; } //触发鼠标离开后tran事件,通过查找某个参数得到对应的列 int OnBaseItemChanged(TEvent* evt, int p) jrj/project/business/Affair/message.supplier.cpp
@@ -170,6 +170,7 @@ //获取焦点事件,用于重置工具条 AttachEvent(L"WM_SETFOCUS", (FEvent)&SupplierMessageWin::OnSetFocus); AttachEvent(L"dw_base",L"DWV_CLICKED", (FEvent)&SupplierMessageWin::OnItemClick); return 1; } int OnAddRow()