From bd67e63d3c902b2d1631b3d30b91b3d3b92472a5 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期四, 18 七月 2024 16:01:39 +0800 Subject: [PATCH] update --- jrj/project/business/Quote/trade.document.selectdlg.cpp | 2 +- jrj/project/business/Quote/Product.Select.cpp | 14 +++++++++----- jrj/project/business/Quote/TOSelectDlg.cpp | 1 + jrj/project/business/Quote/trade.document.saveas.cpp | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/jrj/project/business/Quote/Product.Select.cpp b/jrj/project/business/Quote/Product.Select.cpp index 3f91041..c1af898 100644 --- a/jrj/project/business/Quote/Product.Select.cpp +++ b/jrj/project/business/Quote/Product.Select.cpp @@ -1,13 +1,17 @@ #include <wobject/xstring.hpp> +#include <wobject/xdouble.hpp> #include <xcontrol/xtreeview.hpp> #include <xcontrol/xdwgrid.hpp> -#include <wobject/xdouble.hpp> -#include <xcontrol/xlayersheet.hpp> -#include <xcontrol/xdatetimepick.hpp> +#include <xcontrol/ximageview.hpp> - -#include "vbusiness/vframe/listwin.vframe.vbusiness.hpp" +#include "vbusiness/vframe/maint.vframe.vbusiness.hpp" #include "viewobject/view.base.hpp" +#include "viewobject/saleorder.view.hpp" +#include "viewobject/quote.view.hpp" +#include "viewobject/shoppingcart.view.hpp" +#include "viewobject/productLibrary.view.hpp" +#include "xcontrol/xcheckbox.hpp" +#include "xcontrol/xshtml.hpp" using xml = KXMLDOMDocument; class __declspec(dllexport) ProductSelectWin : public xwin diff --git a/jrj/project/business/Quote/TOSelectDlg.cpp b/jrj/project/business/Quote/TOSelectDlg.cpp index 5bf9bfc..aa95f7a 100644 --- a/jrj/project/business/Quote/TOSelectDlg.cpp +++ b/jrj/project/business/Quote/TOSelectDlg.cpp @@ -8,6 +8,7 @@ #include "vbusiness/vframe/listwin.vframe.vbusiness.hpp" #include "viewobject/view.base.hpp" +#include <xcontrol/xlistview.hpp> using xml = KXMLDOMDocument; class __declspec(dllexport) TOSelectDlg : public xframe diff --git a/jrj/project/business/Quote/trade.document.saveas.cpp b/jrj/project/business/Quote/trade.document.saveas.cpp index 0bf7f0b..652b58b 100644 --- a/jrj/project/business/Quote/trade.document.saveas.cpp +++ b/jrj/project/business/Quote/trade.document.saveas.cpp @@ -4,7 +4,7 @@ #include <wobject/xdouble.hpp> #include <xcontrol/xlayersheet.hpp> #include <xcontrol/xdatetimepick.hpp> - +#include <xcontrol/xlistview.hpp> #include "vbusiness/vframe/listwin.vframe.vbusiness.hpp" #include "viewobject/view.base.hpp" diff --git a/jrj/project/business/Quote/trade.document.selectdlg.cpp b/jrj/project/business/Quote/trade.document.selectdlg.cpp index b259ebc..00ce57f 100644 --- a/jrj/project/business/Quote/trade.document.selectdlg.cpp +++ b/jrj/project/business/Quote/trade.document.selectdlg.cpp @@ -4,7 +4,7 @@ #include <wobject/xdouble.hpp> #include <xcontrol/xlayersheet.hpp> #include <xcontrol/xdatetimepick.hpp> - +#include <xcontrol/xlistview.hpp> #include "vbusiness/vframe/listwin.vframe.vbusiness.hpp" #include "viewobject/view.base.hpp" -- Gitblit v1.9.3