LiFan
2025-01-10 4a28ba8373899bbd0ef0f1acf8bb9749e2b8963d
update
已修改15个文件
74 ■■■■■ 文件已修改
jrj/project/business/BasicCode/BrandInforList.cpp 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/BasicCode/BrandInforMaint.cpp 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/BasicCode/CartermList.cpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/BasicCode/CustomerMarketList.cpp 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/BasicCode/CustomerMarketMaint.cpp 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/BasicCode/ExpressList.cpp 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/BasicCode/ExpressMaint.cpp 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/BasicCode/ForwarderList.cpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/BasicCode/ForwarderMaint.cpp 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/BasicCode/PaymentTerm.list.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/BasicCode/QuickCode.cpp 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/BasicCode/QuickCode_Tree.cpp 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/BasicCode/ShipcompanyList.cpp 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/BasicCode/ShipcompanyMaint.cpp 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/BasicCode/TestingCompanyList.cpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/BasicCode/BrandInforList.cpp
@@ -31,9 +31,14 @@
        return 1;
    }
    int onload()
    {
    {
        SetAgent();
        listwin::onload();
        return -1;
    }
    int onloaded()
    {
        return listwin::onloaded();
    }
};
jrj/project/business/BasicCode/BrandInforMaint.cpp
@@ -48,6 +48,7 @@
    }
    int onload()
    {
        SetArg();
        maint::onload();
        dw_base = GetControl(L"dw_base");
@@ -93,4 +94,9 @@
            }
        }*/
    }
    int onloaded()
    {
        return maint::onloaded();
    }
};
jrj/project/business/BasicCode/CartermList.cpp
@@ -162,6 +162,7 @@
    int onload()
    {
        SetAgent();
        OnAttachEvent();
        listwin::onload();
        dw_list.SetReadOnly(false);
jrj/project/business/BasicCode/CustomerMarketList.cpp
@@ -31,8 +31,15 @@
    }
    int onload()
    {
        SetAgent();
        listwin::onload();
        return -1;
    }
    int onloaded()
    {
        return listwin::onloaded();
    }
};
jrj/project/business/BasicCode/CustomerMarketMaint.cpp
@@ -49,6 +49,7 @@
    }
    int onload()
    {
        SetArg();
        maint::onload();
        dw_base = GetControl(L"dw_base");
        if (!maint::m_EntityID)
@@ -86,4 +87,9 @@
            }
        }
    }
    int onloaded()
    {
        return maint::onloaded();
    }
};
jrj/project/business/BasicCode/ExpressList.cpp
@@ -23,9 +23,15 @@
    int onload()
    {
        listwin::onload();
        SetAgent();
        return -1;
    }
    int onloaded()
    {
        return listwin::onloaded();
    }
    int ViewUpdate(LPARAM pr, xstring updateItem, xaserverarg   arg)
    {
jrj/project/business/BasicCode/ExpressMaint.cpp
@@ -3,11 +3,11 @@
#include <xcontrol/xdwgrid.hpp>
#include <wobject/xdouble.hpp>
#include <xcontrol/xlayersheet.hpp>
#include <xcontrol/xcell.hpp>
#include "vbusiness/vframe/listwin.vframe.vbusiness.hpp"
#include "vbusiness/vframe/maint.vframe.vbusiness.hpp"
#include "viewobject/view.base.hpp"
#include "xcontrol/xcell.hpp"
using xml = KXMLDOMDocument;
class __declspec(dllexport) ExpressMaint : public maint
@@ -316,6 +316,7 @@
    int onload()
    {
        SetArg();
        dw_base = GetControl(L"dw_base");
        OnAttachEvent();
@@ -326,4 +327,9 @@
        return 1;
    }
    int onloaded()
    {
        return maint::onloaded();
    }
};
jrj/project/business/BasicCode/ForwarderList.cpp
@@ -114,6 +114,7 @@
    int onload()
    {
        SetAgent();
        listwin::m_QueryTxt = L"";
        m_pageIndex = 1;
        m_pageNumber = 30;
jrj/project/business/BasicCode/ForwarderMaint.cpp
@@ -433,6 +433,8 @@
    }
    int onload()
    {
        SetArg();
        dw_base = GetControl(L"dw_base");
        OnAttachEvent();
@@ -444,4 +446,9 @@
        return 1;
    }
    int onloaded()
    {
        return maint::onloaded();
    }
};
jrj/project/business/BasicCode/PaymentTerm.list.cpp
@@ -127,7 +127,7 @@
    }
    int onload()
    {
        SetAgent();
        listwin::onload();
        OnAttachEvent();
        return 1;
jrj/project/business/BasicCode/QuickCode.cpp
@@ -42,7 +42,8 @@
        else
        {
            KXMLDOMElement xframeElement = GetElement();
            KXMLDOMElement agent = xframeElement.selectSingleNode(L"agent/" + xfNodeAgentArea + L"[1]/*");
            //alert(m_configDoc.xml());
            KXMLDOMElement agent = m_configDoc.selectSingleNode(L"Config/" + xfNodeAgentArea + L"[1]/*");
            if (agent)
            {
                xstring s = agent.xml();
@@ -439,6 +440,7 @@
    }
    int loaded()
    {
        getURLParam();
        KXMLDOMDocument     ee = m_configDoc;
        xstring id = m_id;
@@ -584,6 +586,7 @@
    }
    int onload()
    {
        SetArg();
        m_config = L"QuickCode.config";
        m_agent = L"";
jrj/project/business/BasicCode/QuickCode_Tree.cpp
@@ -44,7 +44,8 @@
        else
        {
            KXMLDOMElement xframeElement = GetElement();
            KXMLDOMElement agent = xframeElement.selectSingleNode(L"agent/" + xfNodeAgentArea + L"[1]/*");
            //KXMLDOMElement agent = xframeElement.selectSingleNode(L"agent/" + xfNodeAgentArea + L"[1]/*");
            KXMLDOMElement agent = m_configDoc.selectSingleNode(L"Config/" + xfNodeAgentArea + L"[1]/*");
            if (agent)
            {
                xstring s = agent.xml();
jrj/project/business/BasicCode/ShipcompanyList.cpp
@@ -24,9 +24,15 @@
    int onload()
    {
        listwin::onload();
        SetAgent();
        return -1;
    }
    int onloaded()
    {
        return listwin::onloaded();
    }
    int ViewUpdate(LPARAM pr, xstring updateItem, xaserverarg   arg)
    {
        if (updateItem == L"del")
jrj/project/business/BasicCode/ShipcompanyMaint.cpp
@@ -306,7 +306,7 @@
    int onload()
    {
        SetArg();
        OnAttachEvent();
        //if(!m_configDoc) return -1;
@@ -315,4 +315,10 @@
        OnClear();
        return 1;
    }
    int onloaded()
    {
        return maint::onloaded();
    }
};
jrj/project/business/BasicCode/TestingCompanyList.cpp
@@ -24,6 +24,7 @@
    int onload()
    {
        listwin::onload();
        SetAgent();
        return -1;
    }