LiFan
2024-06-27 314c07b152f9973d90cef3e99fa299db5bb1c2df
update SO
已修改4个文件
13 ■■■■ 文件已修改
jrj/project/business/SO/Product.Select.SO.cpp 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/SO/delivery.base.maint.so.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/SO/maint.Document.SO3.v3.cpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/SO/paymentterm.base.maint.so.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/SO/Product.Select.SO.cpp
@@ -1043,7 +1043,8 @@
                if (selectname != name)
                {
                    KXMLDOMElement e1 = cast(tv_folder.GetItemData(hItem) as KXMLDOMElement);
                    KXMLDOMElement& e1 = *(KXMLDOMElement*)tv_folder.GetItemData(hItem);
                    xstring str = e1.getAttribute(L"no");
                    if (str.find(L"Customer1:") == 0 || str.find(L"Customer:") == 0 || str.find(L"SO:") == 0 || str.find(L"Quote:") == 0)
                    {
@@ -1298,7 +1299,7 @@
            xbind bindcart = new xbind;
            bindcart.bindEx(dwc_list, g_xdoc_shoppingcart, L"");
            dw_list.SetDataObject(ProductLibraryView::GetMaintListForm3(L"").GetXmlDoc());
            dw_list.SetDataObject(ProductLibraryView::GetMaintListForm3(L"").xml());
            dw_list = GetControl(L"dw_list");
            dw_list.SetReadOnly(true);
jrj/project/business/SO/delivery.base.maint.so.cpp
@@ -184,7 +184,7 @@
            dw_cell.setNativePointer(dw_1.QueryItem(L"ixcell"));
            OnAttachEvent();
            if (GetParam())OnInit();
            if (GetWinParam())OnInit();
            return 1;
        }
jrj/project/business/SO/maint.Document.SO3.v3.cpp
@@ -122,7 +122,7 @@
            xstring name = d.mid(d.find(L"|##@@|",0)+6, d.length());
            */
        
            xaserver::__CreateDirectory(L"C:/Temp");
            xaserver::CreateDirectory(L"C:/Temp");
            if (arg)
            {
                if (arg.GetArgString(L"process") == L"data")
@@ -241,7 +241,7 @@
            xstring name = ele.getAttribute(L"caption");
            
            xaserver::__CreateDirectory(L"C:/Temp");
            xaserver::CreateDirectory(L"C:/Temp");
            xstring str = file.left(2);
            xstring ext = L"";
            if (name.find(L".") >= 0) ext = name.mid(name.find(L"."), name.length());
jrj/project/business/SO/paymentterm.base.maint.so.cpp
@@ -399,7 +399,7 @@
            OnAttachEvent();
            if (GetParam())OnInit();
            if (GetWinParam())OnInit();
            return 1;
        }