xj qian
2024-06-27 69b5a2fc2e6b78de476fdb6acdec518f98a38fb4
test
已修改3个文件
31 ■■■■■ 文件已修改
jrj/project/business/HR/AdministrativeDepartment.cpp 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/HR/ManpowerFile.cpp 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/quote.enquiry.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/HR/AdministrativeDepartment.cpp
@@ -1,8 +1,13 @@
use "xcontrol.vframe.vbusiness.vd"//hxsoft.com -> Developer -> wlib -> vframe
use "xbase.vframe.vbusiness.vd"//hxsoft.com -> Developer -> wlib -> vframe
use "saleorder.view.vd"
unit trade
[
#include <wobject/xstring.hpp>
#include <xcontrol/xtreeview.hpp>
#include <xcontrol/xdwgrid.hpp>
#include <xcontrol/xcell.hpp>
#include "vbusiness/vframe/listwin.vframe.vbusiness.hpp"
#include "viewobject/view.base.hpp"
using xml = KXMLDOMDocument;
    class ViewAdministrativeDepartmentList : public listwin
    {
        xdwgrid        dw_list;
jrj/project/business/HR/ManpowerFile.cpp
@@ -1,9 +1,13 @@
use "xcontrol.vframe.vbusiness.vd"
use "xbase.vframe.vbusiness.vd"
use "base.view.vd"
#include <wobject/xstring.hpp>
#include <xcontrol/xtreeview.hpp>
#include <xcontrol/xdwgrid.hpp>
#include <xcontrol/xcell.hpp>
unit trade
[
#include "vbusiness/vframe/listwin.vframe.vbusiness.hpp"
#include "viewobject/view.base.hpp"
using xml = KXMLDOMDocument;
    class ViewManpowerFileList : public xframe
    {
        xdwgrid    dw_list;//hxsoft.com -> Developer -> wface -> vcontrol
jrj/project/business/quote.enquiry.cpp
@@ -12,7 +12,7 @@
#include "viewobject/view.base.hpp"
#include "viewobject/quote.view.hpp"
using xml = KXMLDOMDocument;
using xml = KXMLDOMDocument;xxxx
class __declspec(dllexport) QuoteFileView : public xframe
{