From 25a00c13913062fcff51375b22a92c7d86e6649b Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期一, 17 二月 2025 18:35:23 +0800 Subject: [PATCH] update RmbRegister --- 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