From 085cb82a480997b718a5a9a8c825d39fb6298a11 Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期五, 26 二月 2021 15:36:55 +0800 Subject: [PATCH] 日计划用料清单下推,建立生产领料单与生产用料清单关联关系 代码上传 测试成功 --- src/BLL/Demo.BillView/Demo.BillView.csproj | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/BLL/Demo.BillView/Demo.BillView.csproj b/src/BLL/Demo.BillView/Demo.BillView.csproj index 3917ad2..6b484c2 100644 --- a/src/BLL/Demo.BillView/Demo.BillView.csproj +++ b/src/BLL/Demo.BillView/Demo.BillView.csproj @@ -219,10 +219,16 @@ <Compile Include="PRD\ProTardinessDetails.cs" /> <Compile Include="PRD\ProCompleteAnalysisMateriel.cs" /> <Compile Include="PRD\ProCompleteAnalysisDetails.cs" /> + <Compile Include="PRD\Pro_DayPlanCheckSelectMenu.cs" /> + <Compile Include="PRD\Pro_SCLLFSH.cs" /> + <Compile Include="PRD\Pro_SCLLSH.cs" /> + <Compile Include="PRD\Pro_ZJDBSH.cs" /> + <Compile Include="PRD\Pro_ZJDBFSH.cs" /> + <Compile Include="PRD\Pro_DayPlanPushZJDB2.cs" /> <Compile Include="PRD\Pro_DayPlanSelectMenu.cs" /> - <Compile Include="PRD\Pro_TlPushAudit.cs" /> + <Compile Include="PRD\Pro_DayPlanPushZJDB.cs" /> <Compile Include="PRD\Pro_MaterialRequisitionAuditDayPlan.cs" /> - <Compile Include="PRD\Pro_MaterialRequisitionAudit.cs" /> + <Compile Include="PRD\Pro_TlPushAudit.cs" /> <Compile Include="PRD\Pro_ScDayImport.cs" /> <Compile Include="PRD\Pro_TlPlanConfigure.cs" /> <Compile Include="PRD\Pro_TlPush.cs" /> -- Gitblit v1.9.1