LiFan
2024-09-03 99015b161c3a87016a7135ee28583ab4964eebcb
update
已修改4个文件
3 ■■■■ 文件已修改
jrj/project/business/Enquiry/Quick.Input.NewProductEx.cpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/ProductSample/BusinessProduct3.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/ProductSample/ProductLibrary4.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/viewobject/productlibrary.view.hpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Enquiry/Quick.Input.NewProductEx.cpp
@@ -284,6 +284,7 @@
            OnAddItem();
            return 1;
        }
        int onload()
        {
            SetArg();
jrj/project/business/ProductSample/BusinessProduct3.cpp
Binary files differ
jrj/project/business/ProductSample/ProductLibrary4.cpp
Binary files differ
jrj/project/viewobject/productlibrary.view.hpp
@@ -33,7 +33,7 @@
    static int DeleteItem(xstring id)
    {
        //if(RetrieveData(L"/sale/data/SO/goods/usegoods/delete",L"guid",id)) return 1;
        string str = L"<Item update.modify='1' update.delete='1' guid='"+id+L"'/>";
        xstring str = L"<Item update.modify='1' update.delete='1' guid='"+id+L"'/>";
        if(RetrieveData(L"/sale/data/ProductLibrary3/update/product",L"content",str)) return 1;
        return -1;
    }