yibo 8 years ago
parent
commit
ea6484fa99
9 changed files with 14 additions and 25 deletions
  1. +0
    -1
      BO/BO.csproj
  2. +0
    -17
      BO/BO/Bill/GradeAndWeight/WeightData.cs
  3. +3
    -1
      MaterialRequisition/MaterialRequisition.csproj
  4. +1
    -0
      MaterialRequisition/领料退料.txt
  5. +3
    -0
      SegmentationInStore/SegmentationInStore.csproj
  6. +1
    -0
      SegmentationInStore/分割品入库.txt
  7. +5
    -5
      SegmentationWeight/SegmentationWeightForm.cs
  8. +1
    -1
      TrunksIousOutInStore/TrunksIousOutInStore.csproj
  9. +0
    -0
      TrunksIousOutInStore/白条出入库称重.txt

+ 0
- 1
BO/BO.csproj View File

@ -75,7 +75,6 @@
<Compile Include="BO\Bill\GradeAndWeight\DetailLastIndex.cs" />
<Compile Include="BO\Bill\GradeAndWeight\GradeAndWeight_Detail.cs" />
<Compile Include="BO\Bill\GradeAndWeight\OrderGradeFinishRelate.cs" />
<Compile Include="BO\Bill\GradeAndWeight\WeightData.cs" />
<Compile Include="BO\Bill\OrderDetail\DropPigOrderList.cs" />
<Compile Include="BO\Bill\OrderDetail\HurryRecord.cs" />
<Compile Include="BO\Bill\OrderDetail\NeedOrderEntity.cs" />


+ 0
- 17
BO/BO/Bill/GradeAndWeight/WeightData.cs View File

@ -1,17 +0,0 @@
using Forks.EnterpriseServices.DomainObjects2;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BO.BO.Bill
{
[MapToTable("WeightData")]
public class WeightData
{
public decimal Weight { get; set; }
public DateTime Time { get; set; }
}
}

+ 3
- 1
MaterialRequisition/MaterialRequisition.csproj View File

@ -110,6 +110,8 @@
<Name>BWP.WinFormControl</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="领料退料.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

+ 1
- 0
MaterialRequisition/领料退料.txt View File

@ -0,0 +1 @@


+ 3
- 0
SegmentationInStore/SegmentationInStore.csproj View File

@ -91,6 +91,9 @@
<Name>BWP.WinFormControl</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="分割品入库.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.


+ 1
- 0
SegmentationInStore/分割品入库.txt View File

@ -0,0 +1 @@


+ 5
- 5
SegmentationWeight/SegmentationWeightForm.cs View File

@ -662,12 +662,12 @@ namespace SegmentationWeight
void PrintGoodsEntity(SegmentationWeightRecord record)
{
var entity = CreatePrintEntity(record);
#if DEBUG
//#if DEBUG
SegmentationWeightPrint.Print(entity);
#endif
#if !DEBUG
SegmentationWeightPrint.Print5050(entity);
#endif
//#endif
//#if !DEBUG
// SegmentationWeightPrint.Print5050(entity);
//#endif
}


+ 1
- 1
TrunksIousOutInStore/TrunksIousOutInStore.csproj View File

@ -110,7 +110,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="模块说明.txt" />
<Content Include="白条出入库称重.txt" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />


TrunksIousOutInStore/模块说明.txt → TrunksIousOutInStore/白条出入库称重.txt View File


Loading…
Cancel
Save