xj qian
2024-10-23 e05f7cc8755eb7f5525e6bf86a7e5454a0c91fd0
Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj
已修改9个文件
35 ■■■■ 文件已修改
jrj/project/business/BasicCode/QuickCode_Tree.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Enquiry.list.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/EnquiryEx3.list.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/GDN3.maint.cpp 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/PO/BigPictureView.Product3.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/SystemSettings/Data.config.cpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/start.vframe.vbusiness.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/vindexform.cpp 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/xframe/vbusiness/vframe/listex.vframe.vbusiness.hpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/BasicCode/QuickCode_Tree.cpp
@@ -75,7 +75,7 @@
            return -1;
        }
        //trace(x.xml());
        if (x.xml() == L"")
        if ((xstring)x.xml() == L"")
        {
            xml xx;
            xx.loadXML(L"<root/>");
jrj/project/business/Enquiry.list.cpp
@@ -388,7 +388,7 @@
            xml x0 ;
            
            dw_pricelist.DwUpdateAllToEx(x0);
            if(x0.xml() !=L"")
            if((xstring)x0.xml() !=L"")
            {
                xml x1;
                dw_priceitem.DwUpdateAllToEx(x1);
jrj/project/business/EnquiryEx3.list.cpp
Binary files differ
jrj/project/business/GDN3.maint.cpp
@@ -197,7 +197,7 @@
        
        KXMLDOMDocument xitemdoc = xitem;
        dw_item.DwUpdateAllToEx(xitemdoc);
        if (xitem.xml() != L"")
        if ((xstring)xitem.xml() != L"")
        {
            KXMLDOMElement eitem = xitemdoc.documentElement();
            if (eitem) ebase.appendChild(eitem);
@@ -209,7 +209,7 @@
        dw_source.DwUpdateAllToEx(xsourcedoc);
        if (xsource.xml() != L"")
        if ((xstring)xsource.xml() != L"")
        {
            KXMLDOMElement eitem1 = xitemdoc.documentElement();
            if (eitem1) ebase.appendChild(eitem1);
@@ -219,7 +219,7 @@
    
        KXMLDOMDocument xcustomdoc = xcustom;
        dw_source.DwUpdateAllToEx(xcustomdoc);
        if (xcustom.xml() != L"")
        if ((xstring)xcustom.xml() != L"")
        {
            KXMLDOMElement eitem2 = xitemdoc.documentElement();
            if (eitem2) ebase.appendChild(eitem2);
@@ -633,14 +633,15 @@
            }
        }
        xml xcustom;
        xstring error5;
        dw_custom.DwUpdateAllToEx(xcustom);
        if (xcustom.xml() != L"")
        if ((xstring)xcustom.xml() != L"")
        {
            xcustom = CustomView::UpdateCustomItem(dw_base.GetItemString(1, L"InvoiceNo"), xcustom.xml());
            if (!xcustom)
            {
                xstring error5 = xcustom.text();
                 error5 = xcustom.text();
            }
            else
            {
@@ -700,7 +701,7 @@
        xml xcdelement ;
        
        dw_cdelement.DwUpdateAllToEx(xcdelement);
        if (xcdelement.xml() != L"")
        if ((xstring)xcdelement.xml() != L"")
        {
            xcdelement = CustomView::UpdateCustomElement(dw_base.GetItemString(1, L"InvoiceNo"), xcdelement.xml());
            if (!xcdelement)
jrj/project/business/PO/BigPictureView.Product3.cpp
Binary files differ
jrj/project/business/SystemSettings/Data.config.cpp
@@ -98,7 +98,7 @@
            return -1;
        }
        if (x.xml() == L"")
        if ((xstring)x.xml() == L"")
            x.loadXML(L"<root><items/><roles/></root>");
        xml x1;
@@ -494,7 +494,7 @@
            return -1;
        }
        if (x.xml() == L"")
        if ((xstring)x.xml() == L"")
            x.loadXML(L"<root><items/><roles/></root>");
        KXMLDOMElement e = x.documentElement();
jrj/project/start.vframe.vbusiness.cpp
@@ -913,7 +913,7 @@
            return 0;
        }
        //trace(L"----1111----");
        if (doc.xml() == L"")
        if ((xstring)doc.xml() == L"")
            return -1;
        //trace(doc.xml());
jrj/project/vindexform.cpp
@@ -48,7 +48,7 @@
        xml x ;
        x.load(L"cache\\config.xml");
        //alert(x.GetXml());
        if (x.xml() == L"") return L"";
        if ((xstring)x.xml() == L"") return L"";
        KXMLDOMElement e = x.documentElement();
        if (e.selectSingleNode(L"home"))
        {
@@ -63,7 +63,7 @@
    {
        xml x ;
        x.load(L"cache\\config.xml");
        if (x.xml() == L"")
        if ((xstring)x.xml() == L"")
        {
            //alert(L"<config><home "+att+L"="+value+L"/></config>");
            x.loadXML(L"<config><home " + att + L"='" + value + L"'/></config>");
@@ -312,7 +312,7 @@
            //trace(x.GetXml());
            return -1;
        }
        if (x.xml() == L"") return -1;
        if ((xstring)x.xml() == L"") return -1;
        KXMLDOMElement e = x.documentElement();
        if (/*m_Assignment == L"" &&*/ e.selectSingleNode(L"AssignmentID"))
        {
@@ -354,7 +354,7 @@
            trace(x.xml());
            return -1;
        }
        if (x.xml() == L"") return -1;
        if ((xstring)x.xml() == L"") return -1;
        KXMLDOMElement e = x.documentElement();
        KXMLDOMNodeList li = e.selectNodes(L"item");
        int i;
jrj/xframe/vbusiness/vframe/listex.vframe.vbusiness.hpp
@@ -506,7 +506,7 @@
        {
            KXMLDOMDocument x;
            int ret = getUrl(tpl, L"<args/>", x);
            if (ret == 1 && x.xml() != L"")
            if (ret == 1 && (xstring)x.xml() != L"")
            {
                setSheetSearch(x);
            }