From 1741fb54409b5eb8da7e2b200295e6fa8f3ebcb7 Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期四, 20 六月 2024 16:48:25 +0800 Subject: [PATCH] 桌面版工序流转卡单据号获取方法修改,PDA出入库缓存列表删除、撤销,模具缓存列表删除调用方法增加写入日志 --- DAL/DAL.csproj | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/DAL/DAL.csproj b/DAL/DAL.csproj index a5688aa..201204b 100644 --- a/DAL/DAL.csproj +++ b/DAL/DAL.csproj @@ -102,6 +102,12 @@ <Compile Include="淇℃伅骞冲彴\ClsOA_AndengFlowRuleBill.cs" /> <Compile Include="淇℃伅骞冲彴\ClsOA_ErrMsgBackSignBill.cs" /> <Compile Include="淇℃伅骞冲彴\ClsOA_ErrMsgBackReceiveBill.cs" /> + <Compile Include="鍏敤\frmHlpBillList1.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="鍏敤\frmHlpBillList1.designer.cs"> + <DependentUpon>frmHlpBillList1.cs</DependentUpon> + </Compile> <Compile Include="鍩虹璧勬枡\InterFace鍩虹璧勬枡\ClsIF_ORGANIZATIONS_View.cs" /> <Compile Include="鍩虹璧勬枡\鍏敤鍩虹璧勬枡\ClsGy_BadType_Ctl.cs" /> <Compile Include="鍩虹璧勬枡\鍏敤鍩虹璧勬枡\ClsGy_CardChangeType_Ctl.cs" /> @@ -133,7 +139,9 @@ <Compile Include="鍩虹璧勬枡\鍏朵粬鍩虹璧勬枡\ClsGy_SupMaterial_Ctl.cs" /> <Compile Include="宸ヨ祫绠$悊\ClsHR_EmployeeSkillBill.cs" /> <Compile Include="宸ヨ祫绠$悊\ClsHR_PostSkillBill.cs" /> + <Compile Include="婧愬崟\Cls_S_Xt_BaseBill1.cs" /> <Compile Include="婧愬崟\ERP婧愬崟\Cls_S_Sc_ABJJD.cs" /> + <Compile Include="婧愬崟\InterFace婧愬崟\Cls_S_IFCLD_ICMOList1.cs" /> <Compile Include="婧愬崟\InterFace婧愬崟\Cls_S_IF_ICMOBillList.cs" /> <Compile Include="婧愬崟\InterFace婧愬崟\Cls_S_IF_ProcessReportBillList.cs" /> <Compile Include="婧愬崟\InterFace婧愬崟\Cls_S_IF_PackageDismantleBillList.cs" /> @@ -639,6 +647,7 @@ <Compile Include="鐢熶骇绠$悊\璁惧绠$悊\ClsGy_EquipTypeBill.cs" /> <Compile Include="鐢熶骇绠$悊\璁惧绠$悊\ClsGy_FixCardChangeBill.cs" /> <Compile Include="鐢熶骇绠$悊\璁惧绠$悊\ClsGy_FixCardBill.cs" /> + <Compile Include="鐢熶骇绠$悊\璁惧绠$悊\ClsSB_EquipICMOTechParamBill.cs" /> <Compile Include="鐢熶骇绠$悊\璁惧绠$悊\ClsSb_EquipBeginBillMain.cs" /> <Compile Include="鐢熶骇绠$悊\璁惧绠$悊\ClsSb_EquipStopBillMain.cs" /> <Compile Include="鐢熶骇绠$悊\璁惧绠$悊\ClsSb_EquipWorkBeforeCheckBill.cs" /> @@ -651,6 +660,7 @@ <Compile Include="绯荤粺鍏敤\ClsXt_SystemParameter_Ctl.cs" /> <Compile Include="绯荤粺鍏敤\ClsXt_BillSubType_Ctl.cs" /> <Compile Include="璁″垝绠$悊\ClsGy_MaterialTechParamBillMain.cs" /> + <Compile Include="璐ㄦ绠$悊\ClsQC_PatrolProcCheckOtherBill.cs" /> <Compile Include="璐ㄦ绠$悊\ClsQC_WorkSelfCheckBill.cs" /> <Compile Include="璐ㄦ绠$悊\ClsQC_StockCheckBill.cs" /> <Compile Include="璐ㄦ绠$悊\ClsQC_NoPassProdConclusionBill.cs" /> @@ -1170,6 +1180,8 @@ <Compile Include="閿�鍞鐞哱ClsXs_SeOrderBill.cs" /> <Compile Include="閿�鍞鐞哱ClsXs_SeOutStockBackBill.cs" /> <Compile Include="閿�鍞鐞哱ClsXs_SeOutStockBill.cs" /> + <Compile Include="椤圭洰绠$悊\Cls锘縂y_ProjectMoneyBOMBill.cs" /> + <Compile Include="椤圭洰绠$悊\Cls锘縂y_WorkTaskMoneyBOMBill.cs" /> </ItemGroup> <ItemGroup> <COMReference Include="stdole"> @@ -1190,6 +1202,10 @@ <DependentUpon>frmHlpBillList.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> + <EmbeddedResource Include="鍏敤\frmHlpBillList1.resx"> + <DependentUpon>frmHlpBillList1.cs</DependentUpon> + <SubType>Designer</SubType> + </EmbeddedResource> <EmbeddedResource Include="鍏敤\frm_S_BillQueryCondition_New.resx"> <SubType>Designer</SubType> <DependentUpon>frm_S_BillQueryCondition_New.cs</DependentUpon> -- Gitblit v1.9.1