xj qian
2024-10-30 8abc536dd2c4532cbe7b2966dee09a7f1f971394
update
已修改2个文件
2 ■■■■■ 文件已修改
jrj/project/business/Affair/ProcessManagement.cpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Affair/message.supplier.cpp 1 ●●●● 补丁 | 查看 | 原始文档 | 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()