xj qian
2024-09-13 c39c6bce6d945bd0878d82a5eca4c39f15a09301
jrj/project/viewobject/productlibrary.view.hpp
@@ -33,12 +33,12 @@
    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;
    }
public:
    xml  GetGoodsPropList(string guid)
    KXMLDOMDocument  GetGoodsPropList(string guid)
    {
        return RetrieveData(L"/sale/data/SO/goods/goodsprop/list",L"guid", guid);
    }