From aecae8e9fa34b6307fb1b0e5478a69962d5ddd72 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期一, 22 七月 2024 18:09:31 +0800 Subject: [PATCH] update --- jrj/ext-jrj/ext-jrj.vcxproj.filters | 99 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 99 insertions(+), 0 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj.filters b/jrj/ext-jrj/ext-jrj.vcxproj.filters index ae5f9ec..ab458d8 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,101 @@ <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> + <ClCompile Include="..\project\business\PO\PO.maint.item.line.cpp"> + <Filter>project\business\PO</Filter> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\del.vatinvoice.cpp"> + <Filter>project\business\VATNotify</Filter> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\list.vatinvoice.cpp"> + <Filter>project\business\VATNotify</Filter> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\maint.vatinvoice..cpp"> + <Filter>project\business\VATNotify</Filter> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\maint.vatinvoiceEx.cpp"> + <Filter>project\business\VATNotify</Filter> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\VATInvoiceNew.cpp"> + <Filter>project\business\VATNotify</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AP\list.RefundGDNLine.Entity.xarch.cpp"> + <Filter>project\business\AP</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AP\list.RefundSourcingLine.Entity.xarch.cpp"> + <Filter>project\business\AP</Filter> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\import.vatnotify.cpp"> + <Filter>project\business\VATNotify</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Expense\PaperCardCheck.cpp"> + <Filter>project\business\Expense</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Expense\APCheckList.cpp"> + <Filter>project\business\Expense</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Expense\APSpliteLine.cpp"> + <Filter>project\business\Expense</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Expense\APSplite.cpp"> + <Filter>project\business\Expense</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Expense\FreightExpenseImport.cpp"> + <Filter>project\business\Expense</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Expense\maint.expense.ap.cpp"> + <Filter>project\business\Expense</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Expense\list.expense.ap.cpp"> + <Filter>project\business\Expense</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Expense\FactoryTempDeduct.cpp"> + <Filter>project\business\Expense</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Expense\PaperItemMaint.cpp"> + <Filter>project\business\Expense</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Expense\list.manage.ap.cpp"> + <Filter>project\business\Expense</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Expense\PaperCardReconciliation.cpp"> + <Filter>project\business\Expense</Filter> + </ClCompile> </ItemGroup> </Project> \ No newline at end of file -- Gitblit v1.9.3