From 3e646f5a9769795869fd5893bb923c626733826d Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期五, 19 七月 2024 14:49:53 +0800 Subject: [PATCH] update supplier --- jrj/ext-jrj/ext-jrj.vcxproj.filters | 39 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj.filters b/jrj/ext-jrj/ext-jrj.vcxproj.filters index ae5f9ec..b80ebd1 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj.filters +++ b/jrj/ext-jrj/ext-jrj.vcxproj.filters @@ -121,6 +121,9 @@ <Filter Include="project\business\SystemSettings"> <UniqueIdentifier>{9d76dee1-2190-4b2c-8f17-bd2e54140f7d}</UniqueIdentifier> </Filter> + <Filter Include="project\business\Quote"> + <UniqueIdentifier>{8b3b4162-bfac-425e-b44d-ae8482f17564}</UniqueIdentifier> + </Filter> </ItemGroup> <ItemGroup> <ClInclude Include="framework.h"> @@ -1097,5 +1100,41 @@ <ClCompile Include="..\project\business\SystemSettings\ProcessManagement.cpp"> <Filter>project\business\SystemSettings</Filter> </ClCompile> + <ClCompile Include="..\project\business\Quote\CustomerItemNoList.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\XmShare.Quote.v3.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\xmQuoteBillList.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\trade.document.selectdlg.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\trade.document.saveas.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\TOSelectDlg.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\QuoteSupplierItem.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\QuoteFilePurched.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\QuoteFilePurch.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\Product.Select.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\GDN\listex.GDN3.cpp"> + <Filter>project\business\GDN</Filter> + </ClCompile> + <ClCompile Include="..\project\business\GDN\maintex.gdn3.cpp"> + <Filter>project\business\GDN</Filter> + </ClCompile> </ItemGroup> </Project> \ No newline at end of file -- Gitblit v1.9.3