新增设备更改

This commit is contained in:
2026-03-19 17:29:32 +08:00
parent 234fea7ca3
commit 13516a45d2
40 changed files with 3437 additions and 37 deletions

View File

@@ -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>();