xj qian
2024-07-19 cb55b0e814bd30b3b3d1842b61898ae6916f83ed
Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj
已添加1个文件
已修改3个文件
3 ■■■■ 文件已修改
jrj/ext-jrj/ext-jrj.vcxproj 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/PO/PO.maint.item.line.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Public/GroupManagerList.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Public/message.business.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/ext-jrj.vcxproj
@@ -677,6 +677,7 @@
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="..\project\business\PO\PO.maint.item.line.cpp" />
    <ClCompile Include="..\project\business\Product.list.cpp">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
    </ClCompile>
jrj/project/business/PO/PO.maint.item.line.cpp
Binary files differ
jrj/project/business/Public/GroupManagerList.cpp
@@ -95,7 +95,7 @@
                {
                    KXMLDOMElement e = nlist.item(i);
                    xstring name = e.selectSingleNode(L"@name").text();
                    HTREEITEM h = tv_folder.InsertChildItem( 0, name, name, e, 15);
                    HTREEITEM h = tv_folder.InsertChildItem(0, name, name, e, 15);
                    createSubTree(h, e);
                    tv_folder.ExpandItem(h);
                }
jrj/project/business/Public/message.business.cpp
Binary files differ