新增设备更改
This commit is contained in:
@@ -54,6 +54,11 @@ using GroupLine.App.View.KPUpBurnEb;
|
||||
using GroupLine.App.View.KPRingWeldMachDw;
|
||||
using GroupLine.App.View.KPRingWeldMachUp;
|
||||
using GroupLine.App.View.KPShrinkTub;
|
||||
using GroupLine.App.View.OilGuideMount;
|
||||
using GroupLine.App.View.RotorShrinkFit;
|
||||
using GroupLine.App.View.KPBarrelShrinkFit;
|
||||
using GroupLine.App.View.KPReliefValveAsm;
|
||||
using GroupLine.App.View.KPExhCoverSealTest;
|
||||
|
||||
namespace GroupLine.App
|
||||
{
|
||||
@@ -168,6 +173,11 @@ namespace GroupLine.App
|
||||
DeviceGroup.Add(new SubItem("K/P型环焊机底部焊接", new KPRingWeldMachDwView()));
|
||||
DeviceGroup.Add(new SubItem("K/P型环焊机顶部焊接", new KPRingWeldMachUpView()));
|
||||
DeviceGroup.Add(new SubItem("K/P型缩管", new KPShrinkTubView()));
|
||||
DeviceGroup.Add(new SubItem("导油板敲入", new OilGuideMountView()));
|
||||
DeviceGroup.Add(new SubItem("转子烧嵌", new RotorShrinkFitView()));
|
||||
DeviceGroup.Add(new SubItem("KP型筒体烧嵌", new KPBarrelShrinkFitView()));
|
||||
DeviceGroup.Add(new SubItem("KP溢流阀组装机", new KPReliefValveAsmView()));
|
||||
DeviceGroup.Add(new SubItem("KP排气盖板安装气密检测", new KPExhCoverSealTestView()));
|
||||
|
||||
|
||||
var menuKanban = new List<SubItem>();
|
||||
|
||||
Reference in New Issue
Block a user