From 90d50785d810d6a126870902b637be575c58714e Mon Sep 17 00:00:00 2001 From: lifan <2308045698@qq.com> Date: 星期二, 02 六月 2026 11:38:38 +0800 Subject: [PATCH] update --- jrj/project/total3/FactoryPayment.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/jrj/project/total3/FactoryPayment.cpp b/jrj/project/total3/FactoryPayment.cpp index 1272168..280ed04 100644 --- a/jrj/project/total3/FactoryPayment.cpp +++ b/jrj/project/total3/FactoryPayment.cpp @@ -135,6 +135,8 @@ AttachEvent(L"WM_SETFOCUS", (FEvent)&FactoryPayment::OnSetFocus); AttachEvent(L"cb_report", L"CBN_SELCHANGE", (FEvent)&FactoryPayment::OnCombboChanged); AttachEvent(L"dw_report", L"DWV_CLICKED", (FEvent)&FactoryPayment::OnDWClick); + + return 1; } int OnRetrieve(xstring dataurl, xstring argstr) -- Gitblit v1.9.3