xj qian
2024-09-06 61f1fc38bb7c290ccace616b7df4609a8b82a73b
update viewupdate
已修改15个文件
36 ■■■■■ 文件已修改
jrj/project/business/AP/list.ap.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Customer3.list.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/EnquiryEx3.list.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/FreightExpenseInput.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/GDN/AdvanceChargeList.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/GDN/list.SOTrace3.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/GDN3.list.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/PO/Maint.PurcherItem.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Quote3.list3.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/SO/Apply.SOItem.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Supplier3.list.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/SystemSettings/AddUserGroup.cpp 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/SystemSettings/SysUser.cpp 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/workflow/workflow.chkdlg.cpp 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/workflow/workflow.chkdlg_vd.cpp 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/AP/list.ap.cpp
@@ -76,7 +76,7 @@
            return dw_list.GetItemString(dw_list.GetRow(), L"APID");
        }
        int ViewUpdate(int pr, xstring updateItem, xaserverarg  arg)
        int ViewUpdate(LPARAM pr, xstring updateItem, xaserverarg  arg)
        {
            if (updateItem == L"del")
            {
jrj/project/business/Customer3.list.cpp
Binary files differ
jrj/project/business/EnquiryEx3.list.cpp
Binary files differ
jrj/project/business/Expense/FreightExpenseInput.cpp
Binary files differ
jrj/project/business/GDN/AdvanceChargeList.cpp
Binary files differ
jrj/project/business/GDN/list.SOTrace3.cpp
Binary files differ
jrj/project/business/GDN3.list.cpp
@@ -154,7 +154,7 @@
        return 1;
    }
    int ViewUpdate(int pr, xstring updateItem, xaserverarg  arg)
    int ViewUpdate(LPARAM pr, xstring updateItem, xaserverarg  arg)
    {
        if (updateItem == L"del")
        {
jrj/project/business/PO/Maint.PurcherItem.cpp
Binary files differ
jrj/project/business/Quote3.list3.cpp
Binary files differ
jrj/project/business/SO/Apply.SOItem.cpp
@@ -70,7 +70,7 @@
            return id;
        }
        int ViewUpdate(int pr, xstring updateItem, xaserverarg  arg)
        int ViewUpdate(LPARAM pr, xstring updateItem, xaserverarg  arg)
        {
            if (updateItem == L"del")
            {
jrj/project/business/Supplier3.list.cpp
@@ -109,7 +109,7 @@
    }
    int ViewUpdate(int pr, xstring updateItem, xaserverarg  arg)
    int ViewUpdate(LPARAM pr, xstring updateItem, xaserverarg  arg)
    {
        if (updateItem == L"refresh")
        {
jrj/project/business/SystemSettings/AddUserGroup.cpp
@@ -17,10 +17,10 @@
    int wid;
    xtreeview tv;
    xdwgrid dw;
    xwin pwin;
    xwin* pwin;
public:
    AddUserGroup(void* implPtr, HWND hWnd) :xwin(implPtr, hWnd) {}
    AddUserGroup(void* implPtr, HWND hWnd) :xwin(implPtr, hWnd),pwin(nullptr) {}
public:
    static AddUserGroup* CreateInstance(void* implPtr, void* hWnd)
    {
@@ -40,17 +40,17 @@
        return 1;
    }
    int AppendItem(xml x, KXMLDOMElement r, xstring item) {
        var e = x.createElement(item);
        auto e = x.createElement(item);
        xcontrol xc = GetControl(item);
        e.text() = xc.GetText();
        e.settext(xc.GetText());
        r.appendChild(e);
        return 1;
    }
    int AppendAttrib(xml x, KXMLDOMElement r, xstring item) {
        var e = x.createElement(item);
        auto e = x.createElement(item);
        //xcontrol xc = GetControl(item);
        xcontrol xc= GetControl(item);
        e.text() = xc.GetText();
        e.settext(xc.GetText());
        r.setAttribute(item, xc.GetText());
        return 1;
    }
@@ -67,7 +67,7 @@
            xaserverarg arg;
            x.loadXML(L"<row/>");
            var r = x.documentElement();
            auto r = x.documentElement();
            xstring gpguid;
            if (p.note == L"修改")
            {
jrj/project/business/SystemSettings/SysUser.cpp
@@ -308,8 +308,6 @@
    int onload()
    {
        m_agentNode = new xnode;
        tv_usergroup = GetControl(L"tv_usergroup");
        dw_user = new xdwgrid;
        dw_user.setNativePointer(GetControl(L"dw_user"));
@@ -322,11 +320,13 @@
        HTREEITEM root = tv_usergroup.GetRootItem();
        tv_usergroup.ExpandItem( root);
        xml x;
        //return 1;
        xml x;
        x.loadXML(L"<Config/>");
        m_configDoc = x;
        rowSearch(L"系统用户.vface/template/SysUser/list");
        return 1;
        GridSearchEx();
        return 1;
jrj/project/workflow/workflow.chkdlg.cpp
@@ -24,7 +24,9 @@
            if (comdid == L"xmOK")
            {
                xcontrol xc = GetControl(L"content");
                arg.AddArg(L"content", xc.GetText());
                xstring str = xc.GetText();
                if (str == L"")str = L".";
                arg.AddArg(L"content", str);
            }
            arg.AddArg(L"comdid", comdid);
        }
jrj/project/workflow/workflow.chkdlg_vd.cpp
@@ -24,7 +24,9 @@
            if (comdid == L"xmOK")
            {
                xcontrol xc = GetControl(L"content");
                arg.AddArg(L"content", xc.GetText());
                xstring str = xc.GetText();
                if (str == L"")str = L".";
                arg.AddArg(L"content", str);
            }
            arg.AddArg(L"comdid", comdid);
        }