Browse Source

之前的权限是留给著作权申请的,上次改版本忘记改回来了

master
yibo 5 years ago
parent
commit
4aae6423b6
3 changed files with 6 additions and 4 deletions
  1. +1
    -1
      ButcherFactory.Form/ButcherFactory.Form.csproj
  2. +2
    -2
      ButcherFactory.Form/SegmentProductionAuto_/SegmentProductionAutoForm.cs
  3. +3
    -1
      ButcherFactory.Form/SegmentProduction_/SegmentProductionForm.cs

+ 1
- 1
ButcherFactory.Form/ButcherFactory.Form.csproj View File

@ -456,8 +456,8 @@
<Content Include="Files\today.png" />
<Content Include="Files\uCheck.png" />
<Content Include="Files\wtl.wav" />
<Content Include="SegmentProduction_\SegmentProductionPrint1.html" />
<Content Include="SegmentProduction_\SegmentProductionPrint.html" />
<Content Include="SegmentProduction_\SegmentProductionPrint1.html" />
<Content Include="SegmentProduction_\SegmentProductionPrintEnd.html" />
<Content Include="SegmentStockUp_\SegmentStockUpPrint.html" />
<Content Include="SegmentStockUp_\SegmentStockUpPrint.txt" />


+ 2
- 2
ButcherFactory.Form/SegmentProductionAuto_/SegmentProductionAutoForm.cs View File

@ -24,8 +24,8 @@ namespace ButcherFactory.SegmentProductionAuto_
{
public List<short> RoleName
{
get { return new List<short> { (short). }; }
//get { return new List<short> { (short)设备类别.分割生产 }; }
//get { return new List<short> { (short)设备类别.分割生产自动化 }; }
get { return new List<short> { (short). }; }
}
public Form Generate()


+ 3
- 1
ButcherFactory.Form/SegmentProduction_/SegmentProductionForm.cs View File

@ -22,7 +22,9 @@ namespace ButcherFactory.SegmentProduction_
{
public List<short> RoleName
{
get { return new List<short> { (short). }; }
//get { return new List<short> { (short)设备类别.分割生产 }; }
get { return new List<short> { -1 }; }
}
public Form Generate()


Loading…
Cancel
Save