xj qian
2024-07-02 15d1eebb57ee9f2dcae0750408ecd308c60b771f
Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj
已添加1个文件
已修改3个文件
6 ■■■■ 文件已修改
jrj/ext-jrj/ext-jrj.vcxproj 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/ext-jrj.vcxproj.filters 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/PO/Maint.PaperCard.PO.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/vindexform.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/ext-jrj.vcxproj
@@ -294,6 +294,7 @@
    <ClCompile Include="..\project\business\PO\business4.cpp">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="..\project\business\PO\Maint.PaperCard.PO.cpp" />
    <ClCompile Include="..\project\business\PO\Maint.PurcherItem.cpp">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
    </ClCompile>
jrj/ext-jrj/ext-jrj.vcxproj.filters
@@ -518,5 +518,8 @@
    <ClCompile Include="..\project\business\PO\Maint.PurcherItem.cpp">
      <Filter>project\business\PO</Filter>
    </ClCompile>
    <ClCompile Include="..\project\business\PO\Maint.PaperCard.PO.cpp">
      <Filter>project\business\PO</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
jrj/project/business/PO/Maint.PaperCard.PO.cpp
Binary files differ
jrj/project/vindexform.cpp
@@ -535,7 +535,7 @@
    int OnAttachListon()
    {
        AttachEvent(L"WM_XCOMMAND",(FEvent)&vindexform::OnXCommand,this);
        //AttachEvent(L"mdilayer", L"LYSN_SELECTEDSHEET",OnSheetChanged);
        //AttachEvent(L"mdilayer", L"LYSN_SELECTEDSHEET", (FEvent)&vindexform::OnSheetChanged);
        ////AttachEvent(L"mdilayer", L"LYSN_CLOSESHEET",OnCloseSheet);    
        return 1;
    }