|
@@ -607,18 +607,18 @@ public class SysMenuSeedData : ISqlSugarEntitySeedData<SysMenu>
|
|
|
// 成品质量管理 (1322000000023) 下 2 个三级
|
|
// 成品质量管理 (1322000000023) 下 2 个三级
|
|
|
const long fqcDirId = 1322000000023L;
|
|
const long fqcDirId = 1322000000023L;
|
|
|
const long fqcBase = 1329017010000L;
|
|
const long fqcBase = 1329017010000L;
|
|
|
- yield return new SysMenu { Id = fqcBase + 1, Pid = fqcDirId, Title = "FQC检验任务列表", Path = "/aidop/s7/fqc/task-list", Name = "aidopS7FqcTaskList", Component = placeholderComponent, Icon = "ele-Document", Type = MenuTypeEnum.Menu, CreateTime = ct, OrderNo = 10, Remark = "S7 FQC检验任务列表(真实页面待交付)" };
|
|
|
|
|
- yield return new SysMenu { Id = fqcBase + 2, Pid = fqcDirId, Title = "FQC检验结果列表", Path = "/aidop/s7/fqc/result-list", Name = "aidopS7FqcResultList", Component = placeholderComponent, Icon = "ele-Document", Type = MenuTypeEnum.Menu, CreateTime = ct, OrderNo = 20, Remark = "S7 FQC检验结果列表(真实页面待交付)" };
|
|
|
|
|
|
|
+ yield return new SysMenu { Id = fqcBase + 1, Pid = fqcDirId, Title = "FQC检验任务列表", Path = "/aidop/s7/fqc/task-list", Name = "aidopS7FqcTaskList", Component = "/aidop/s7/fqc/fqcInspectionTaskList", Icon = "ele-Document", Type = MenuTypeEnum.Menu, CreateTime = ct, OrderNo = 10, Remark = "S7 FQC检验任务列表(只读列表)" };
|
|
|
|
|
+ yield return new SysMenu { Id = fqcBase + 2, Pid = fqcDirId, Title = "FQC检验结果列表", Path = "/aidop/s7/fqc/result-list", Name = "aidopS7FqcResultList", Component = "/aidop/s7/fqc/fqcInspectionResultList", Icon = "ele-Document", Type = MenuTypeEnum.Menu, CreateTime = ct, OrderNo = 20, Remark = "S7 FQC检验结果列表(只读列表)" };
|
|
|
|
|
|
|
|
// 生产入库管理 (1322000000024) 下 1 个三级
|
|
// 生产入库管理 (1322000000024) 下 1 个三级
|
|
|
const long productionReceiptDirId = 1322000000024L;
|
|
const long productionReceiptDirId = 1322000000024L;
|
|
|
const long productionReceiptBase = 1329017020000L;
|
|
const long productionReceiptBase = 1329017020000L;
|
|
|
- yield return new SysMenu { Id = productionReceiptBase + 1, Pid = productionReceiptDirId, Title = "生产入库单列表", Path = "/aidop/s7/production-receipt/order-list", Name = "aidopS7ProductionReceiptOrderList", Component = placeholderComponent, Icon = "ele-Document", Type = MenuTypeEnum.Menu, CreateTime = ct, OrderNo = 10, Remark = "S7 生产入库单列表(真实页面待交付)" };
|
|
|
|
|
|
|
+ yield return new SysMenu { Id = productionReceiptBase + 1, Pid = productionReceiptDirId, Title = "生产入库单列表", Path = "/aidop/s7/production-receipt/order-list", Name = "aidopS7ProductionReceiptOrderList", Component = "/aidop/s7/production-receipt/productionInboundList", Icon = "ele-Document", Type = MenuTypeEnum.Menu, CreateTime = ct, OrderNo = 10, Remark = "S7 生产入库单列表(只读列表)" };
|
|
|
|
|
|
|
|
// 成品出库管理 (1322000000025) 下 1 个三级
|
|
// 成品出库管理 (1322000000025) 下 1 个三级
|
|
|
const long finishedOutboundDirId = 1322000000025L;
|
|
const long finishedOutboundDirId = 1322000000025L;
|
|
|
const long finishedOutboundBase = 1329017030000L;
|
|
const long finishedOutboundBase = 1329017030000L;
|
|
|
- yield return new SysMenu { Id = finishedOutboundBase + 1, Pid = finishedOutboundDirId, Title = "销售发货通知", Path = "/aidop/s7/finished-outbound/sales-shipment-notice", Name = "aidopS7FinishedOutboundSalesShipmentNotice", Component = placeholderComponent, Icon = "ele-Document", Type = MenuTypeEnum.Menu, CreateTime = ct, OrderNo = 10, Remark = "S7 销售发货通知(真实页面待交付)" };
|
|
|
|
|
|
|
+ yield return new SysMenu { Id = finishedOutboundBase + 1, Pid = finishedOutboundDirId, Title = "销售发货通知", Path = "/aidop/s7/finished-outbound/sales-shipment-notice", Name = "aidopS7FinishedOutboundSalesShipmentNotice", Component = "/aidop/s7/finished-outbound/salesDeliveryNoticeList", Icon = "ele-Document", Type = MenuTypeEnum.Menu, CreateTime = ct, OrderNo = 10, Remark = "S7 销售发货通知(只读列表)" };
|
|
|
|
|
|
|
|
// 成品仓储看板 (1322000000026) 下 2 个三级
|
|
// 成品仓储看板 (1322000000026) 下 2 个三级
|
|
|
const long finishedWarehouseKanbanDirId = 1322000000026L;
|
|
const long finishedWarehouseKanbanDirId = 1322000000026L;
|