From a6e758ded716a09f8833d9c5cf0924a66ef8afba Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期一, 19 十二月 2022 14:32:46 +0800 Subject: [PATCH] 保养记录单 子表 选规程 带出多行数据 选保养计划单 带出子表数据 --- WorkM/WorkM.csproj | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/WorkM/WorkM.csproj b/WorkM/WorkM.csproj index 047c45f..e33ea83 100644 --- a/WorkM/WorkM.csproj +++ b/WorkM/WorkM.csproj @@ -221,6 +221,18 @@ <Compile Include="鎶ヨ〃鍒嗘瀽\Pt_RadiumCarvingCodeBillList.designer.cs"> <DependentUpon>Pt_RadiumCarvingCodeBillList.cs</DependentUpon> </Compile> + <Compile Include="鎶ヨ〃鍒嗘瀽\Sc_WareHouseReport.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="鎶ヨ〃鍒嗘瀽\Sc_WareHouseReport.Designer.cs"> + <DependentUpon>Sc_WareHouseReport.cs</DependentUpon> + </Compile> + <Compile Include="鎶ヨ〃鍒嗘瀽\Sc_WorkShopReport.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="鎶ヨ〃鍒嗘瀽\Sc_WorkShopReport.Designer.cs"> + <DependentUpon>Sc_WorkShopReport.cs</DependentUpon> + </Compile> <Compile Include="鎶ヨ〃鍒嗘瀽\WMS_BarCodeBackInfoReport.cs"> <SubType>Form</SubType> </Compile> @@ -412,6 +424,12 @@ </Compile> <Compile Include="娴佽浆鍗$鐞哱MES_StationOutBill.designer.cs"> <DependentUpon>MES_StationOutBill.cs</DependentUpon> + </Compile> + <Compile Include="娴佽浆鍗$鐞哱MES_StationOutBillList_LastProc.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="娴佽浆鍗$鐞哱MES_StationOutBillList_LastProc.designer.cs"> + <DependentUpon>MES_StationOutBillList_LastProc.cs</DependentUpon> </Compile> <Compile Include="娴佽浆鍗$鐞哱MES_StationOutBillList_BaoFei.cs"> <SubType>Form</SubType> @@ -965,6 +983,12 @@ <EmbeddedResource Include="鎶ヨ〃鍒嗘瀽\Pt_RadiumCarvingCodeBillList.resx"> <DependentUpon>Pt_RadiumCarvingCodeBillList.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="鎶ヨ〃鍒嗘瀽\Sc_WareHouseReport.resx"> + <DependentUpon>Sc_WareHouseReport.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="鎶ヨ〃鍒嗘瀽\Sc_WorkShopReport.resx"> + <DependentUpon>Sc_WorkShopReport.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="鎶ヨ〃鍒嗘瀽\WMS_BarCodeBackInfoReport.resx"> <DependentUpon>WMS_BarCodeBackInfoReport.cs</DependentUpon> <SubType>Designer</SubType> @@ -1094,6 +1118,10 @@ <DependentUpon>MES_StationOutBill.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> + <EmbeddedResource Include="娴佽浆鍗$鐞哱MES_StationOutBillList_LastProc.resx"> + <DependentUpon>MES_StationOutBillList_LastProc.cs</DependentUpon> + <SubType>Designer</SubType> + </EmbeddedResource> <EmbeddedResource Include="娴佽浆鍗$鐞哱MES_StationOutBillList_BaoFei.resx"> <DependentUpon>MES_StationOutBillList_BaoFei.cs</DependentUpon> <SubType>Designer</SubType> -- Gitblit v1.9.1