xj qian
2024-09-14 47180b84a17b15c976b96343449cc5747f9c14f7
update
已修改29个文件
50 ■■■■ 文件已修改
jrj/project/business/AP/list.RefundGDNLine.Entity.xarch.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/AP/list.RefundSourcingLine.Entity.xarch.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/AP/list.ap.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Customer3.maint.cpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Enquiry.list.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Enquiry/Enquiry.maint.cpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Enquiry/Entity.Product.Select.cpp 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Enquiry/SKU.PictureView.Product3.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/FreightExpenseInput.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/FreightExpenseList.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/TestExpenseBase.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/TestExpenseBase2.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/list.manage.ap.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/GDN/listex.GDN3.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Product.list.cpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/ProductSample/PictureView.Product3.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/ProductSample/ProductLibrary4.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Quote3.maint.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/SO/Product.Select.SO.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/SO3.maint.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Supplier.maint.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Supplier/maintex.Owner.Supplier.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/SystemSettings/level.Customer.v3.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/VATNotify/list.vatinvoice.cpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/VATNotify/simple.maint.vatnotify.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/start.vframe.vbusiness.cpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/total3/ProductNewList.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/xframe/vbusiness/vframe/listwin.vframe.vbusiness.hpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/AP/list.RefundGDNLine.Entity.xarch.cpp
@@ -196,7 +196,7 @@
            return 0;
        }
        
        int ViewUpdate(int pr,xstring updateItem,xaserverarg  arg)
        int ViewUpdate(LPARAM  pr,xstring updateItem,xaserverarg  arg)
        {
            if(    updateItem==L"setstate")
            {            
jrj/project/business/AP/list.RefundSourcingLine.Entity.xarch.cpp
@@ -195,7 +195,7 @@
            return 0;
        }
        
        int ViewUpdate(int pr,xstring updateItem,xaserverarg  arg)
        int ViewUpdate(LPARAM  pr,xstring updateItem,xaserverarg  arg)
        {
            if(    updateItem==L"setstate")
            {            
jrj/project/business/AP/list.ap.cpp
@@ -71,7 +71,7 @@
            return L"APID";
        }
        xstring GetEntityID(int /*param*/ pr)
        xstring GetEntityID(LPARAM /*param*/ pr)
        {
            return dw_list.GetItemString(dw_list.GetRow(), L"APID");
        }
jrj/project/business/Customer3.maint.cpp
@@ -51,7 +51,7 @@
        return publiccode::GetGuid();            
    }    
    
    int ViewUpdate(int pr,xstring updateItem,xaserverarg  arg)
    int ViewUpdate(LPARAM  pr,xstring updateItem,xaserverarg  arg)
    {
        if(updateItem==L"update")
        {
@@ -913,7 +913,7 @@
        return 1;
    }        
    
    int OnItemClickEx(TEvent* evt, int pr)
    int OnItemClickEx(TEvent* evt, LPARAM  pr)
    {
        xdwtable dw = dw_visit.FindDwTable(L"item",0);
    
jrj/project/business/Enquiry.list.cpp
@@ -447,7 +447,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/Enquiry/Enquiry.maint.cpp
@@ -57,7 +57,7 @@
            return 1;
        }
        xstring GetEntityData(int pr)
        xstring GetEntityData(LPARAM  pr)
        {
            dw_base.AcceptText();
            dw_goods.AcceptText();
@@ -1186,7 +1186,7 @@
            return 0;
        }
        int OnImgDBClicked(TEvent* evt, int pr)
        int OnImgDBClicked(TEvent* evt, LPARAM  pr)
        {
            IMGNNMHDR& nmtv = *(IMGNNMHDR*)evt->notify.pnmh;
            xstring src = nmtv.path;
jrj/project/business/Enquiry/Entity.Product.Select.cpp
@@ -870,15 +870,13 @@
                OpenWindow(L"dev:xpage[PackSchemaMaint.goodslib.vx]");
            }else
            {
                int pr = dw_list;
                OpenWindow(L"dev:xpage[ProductLibraryItemMaint.vx]",pr);
                OpenWindow(L"dev:xpage[ProductLibraryItemMaint.vx]",dw_list);
            }
            */
            //KXMLDOMElement ele = dw_list.getRowElement(L"data/Item", 1);
            //alert(ele.xml);
            int pr = dw_list;
            OpenWindow(L"dev:xpage[ProductLibraryItemMaint3.vx]", pr);
            OpenWindow(L"dev:xpage[ProductLibraryItemMaint3.vx]", dw_list);
            return 1;
        }
jrj/project/business/Enquiry/SKU.PictureView.Product3.cpp
@@ -41,7 +41,7 @@
            return 1;
        }
        int OnImgDBClicked(TEvent* evt, int pr)
        int OnImgDBClicked(TEvent* evt, LPARAM  pr)
        {
            IMGNNMHDR& nmtv = *(IMGNNMHDR*)evt->notify.pnmh;
            xstring src = nmtv.path;
jrj/project/business/Expense/FreightExpenseInput.cpp
Binary files differ
jrj/project/business/Expense/FreightExpenseList.cpp
Binary files differ
jrj/project/business/Expense/TestExpenseBase.cpp
Binary files differ
jrj/project/business/Expense/TestExpenseBase2.cpp
Binary files differ
jrj/project/business/Expense/list.manage.ap.cpp
Binary files differ
jrj/project/business/GDN/listex.GDN3.cpp
Binary files differ
jrj/project/business/Product.list.cpp
@@ -766,7 +766,7 @@
            OpenWindow(L"dev:xpage[PackSchemaMaint.goodslib.vx]");
        }else
        {
            int pr = g_xdoc_product;
            LPARAM  pr = g_xdoc_product;
            OpenWindow(L"dev:xpage[ProductLibraryItemMaint.vx]",pr);
        }
        */
@@ -1552,7 +1552,7 @@
        return 1;
    }
    int OnImgDBClicked(TEvent * evt, int pr)
    int OnImgDBClicked(TEvent * evt, LPARAM  pr)
    {
        IMGNNMHDR& nmtv = *(IMGNNMHDR*)evt->notify.pnmh;
        xstring src = nmtv.path;
jrj/project/business/ProductSample/PictureView.Product3.cpp
Binary files differ
jrj/project/business/ProductSample/ProductLibrary4.cpp
Binary files differ
jrj/project/business/Quote3.maint.cpp
Binary files differ
jrj/project/business/SO/Product.Select.SO.cpp
@@ -538,7 +538,7 @@
                OpenWindow(L"dev:xpage[PackSchemaMaint.goodslib.vx]");
            }else
            {
                int pr = g_xdoc_product;
                LPARAM  pr = g_xdoc_product;
                OpenWindow(L"dev:xpage[ProductLibraryItemMaint.vx]",pr);
            }
            */
jrj/project/business/SO3.maint.cpp
@@ -852,7 +852,7 @@
        return 1;
    }
    int OnImgDBClicked(TEvent* evt, int pr)
    int OnImgDBClicked(TEvent* evt, LPARAM  pr)
    {
        IMGNNMHDR* nmtv = (IMGNNMHDR *)evt->notify.pnmh;
        xstring src = nmtv->path;
jrj/project/business/Supplier.maint.cpp
Binary files differ
jrj/project/business/Supplier/maintex.Owner.Supplier.cpp
Binary files differ
jrj/project/business/SystemSettings/level.Customer.v3.cpp
@@ -75,7 +75,7 @@
        return 1;
    }
    
    int ViewUpdate(int pr,xstring updateItem,xaserverarg  arg)
    int ViewUpdate(LPARAM  pr,xstring updateItem,xaserverarg  arg)
    {
        if(updateItem == L"refresh")
        {
jrj/project/business/VATNotify/list.vatinvoice.cpp
@@ -62,12 +62,12 @@
            return L"VTAInvoiceID";
        }
        
        xstring GetEntityID(int /*param*/ pr)
        xstring GetEntityID(LPARAM /*param*/ pr)
        {
            return dw_list.GetItemString(dw_list.GetRow(),L"VATInvoiceID");
        }
        
        int ViewUpdate(int pr,xstring updateItem,xaserverarg  arg)
        int ViewUpdate(LPARAM pr,xstring updateItem,xaserverarg  arg)
        {
            if(    updateItem==L"del")
            {
jrj/project/business/VATNotify/simple.maint.vatnotify.cpp
@@ -45,7 +45,7 @@
            return 1;
        }
        xstring  GetEntityData(int pr)
        xstring  GetEntityData(LPARAM  pr)
        {
            xml x ;
            dw_item.AcceptText();
jrj/project/start.vframe.vbusiness.cpp
@@ -257,7 +257,7 @@
            return 1;
        }
        int pr = pr1;
        LPARAM  pr = pr1;
        xstring action = comdid.mid(comdid.find(L"action:", 0) + 7, 9999);
        if (action == L"bill.delete" || action == L"bill.deleteEx")
        {
@@ -481,7 +481,7 @@
            return 1;
        }
        int pr = pr1;
        LPARAM  pr = pr1;
        xstring action = comdid.mid(comdid.find(L"action:",0)+7,9999);
        if(action == L"bill.delete" || action == L"bill.deleteEx")
        {
jrj/project/total3/ProductNewList.cpp
@@ -395,7 +395,7 @@
            return 1;
        }
        int OnImgDBClicked(TEvent* evt, int pr)
        int OnImgDBClicked(TEvent* evt, LPARAM  pr)
        {
            IMGNNMHDR& nmtv = *(IMGNNMHDR*)evt->notify.pnmh;
            xstring src = nmtv.path;
jrj/xframe/vbusiness/vframe/listwin.vframe.vbusiness.hpp
@@ -41,7 +41,7 @@
        return L"";
    }
    string GetEntityIDName(/*param*/int pr)
    string GetEntityIDName(/*param*/LPARAM  pr)
    {
        if (m_configDoc)
        {
jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp
@@ -55,7 +55,7 @@
            return L"";
    }
    virtual string GetEntityRowData(int pr)
    virtual string GetEntityRowData(LPARAM  pr)
    {
        return GetEntityData(pr);
    }