From 67c0065492e33c9936f12f46f9e2ebcdfb4f98ab Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期五, 18 四月 2025 14:01:12 +0800 Subject: [PATCH] update --- jrj/project/business/Enquiry/ViewPictures.cpp | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/jrj/project/business/Enquiry/ViewPictures.cpp b/jrj/project/business/Enquiry/ViewPictures.cpp index 6e186df..677bffd 100644 --- a/jrj/project/business/Enquiry/ViewPictures.cpp +++ b/jrj/project/business/Enquiry/ViewPictures.cpp @@ -4,6 +4,7 @@ #include <wobject/xdouble.hpp> #include <xcontrol/xlayersheet.hpp> #include <xcontrol/xdatetimepick.hpp> +#include <xcontrol/ximageview.hpp> #include "vbusiness/vframe/listwin.vframe.vbusiness.hpp" #include "viewobject/view.base.hpp" @@ -45,9 +46,9 @@ int OnShowImage(xstring skuid) { - imageview im = GetControl(L"im1"); + ximageview im = GetControl(L"im1"); //im.RemoveImage(); - im.ResetEx(); + im.Reset(); xml xp ; @@ -85,9 +86,7 @@ { SetArg(); OnAttachEvent(); - xaserverarg arg; - - int p = GetArg(); + xaserverarg arg= GetArg(); xstring skuid = arg.GetArgString(L"guid"); xstring customerItemNo = arg.GetArgString(L"CustomerItemNo"); -- Gitblit v1.9.3