diff --git a/ZR.Admin.WebApi/wwwroot/data.xlsx b/ZR.Admin.WebApi/wwwroot/data.xlsx index 5194772c..dd896984 100644 Binary files a/ZR.Admin.WebApi/wwwroot/data.xlsx and b/ZR.Admin.WebApi/wwwroot/data.xlsx differ diff --git a/ZR.Admin.WebApi/wwwroot/logo.txt b/ZR.Admin.WebApi/wwwroot/logo.txt index 20cc19e6..11ce4f8f 100644 --- a/ZR.Admin.WebApi/wwwroot/logo.txt +++ b/ZR.Admin.WebApi/wwwroot/logo.txt @@ -1,4 +1,4 @@ - __ __ ______ _____ +----------苏州道安自动化------------- | \/ | ____|/ ____| | \ / | |__ | (___ | |\/| | __| \___ \ diff --git a/ZR.Model/mes/md/MdBom.cs b/ZR.Model/mes/md/MdBom.cs deleted file mode 100644 index 9ff380d6..00000000 --- a/ZR.Model/mes/md/MdBom.cs +++ /dev/null @@ -1,96 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using SqlSugar; -namespace ZR.Model.mes.md -{ - /// - /// 物料清单 - /// - [SugarTable("md_bom")] - public class MdBom - { - /// - /// 流水号 - /// - [SugarColumn(ColumnName = "id", IsPrimaryKey = true, IsIdentity = true)] - public int Id { get; set; } - - /// - /// 父产品id - /// - [SugarColumn(ColumnName = "parent_product_id")] - public int? ParentProductId { get; set; } - - /// - /// 产品编号 - /// - [SugarColumn(ColumnName = "product_code")] - public string ProductCode { get; set; } - /// - /// 产品名称 - /// - [SugarColumn(ColumnName = "product_name")] - public string ProductName { get; set; } - /// - /// 零件类型 - /// - [SugarColumn(ColumnName = "product_type")] - public string ProductType { get; set; } - /// - /// 安全库存 - /// - [SugarColumn(ColumnName = "safety_stock")] - public int? SafetyStock { get; set; } - /// - /// 位置/来源 - /// - [SugarColumn(ColumnName = "product_position")] - public string ProductPosition { get; set; } - /// - /// 需求数量 - /// - [SugarColumn(ColumnName = "requireNum")] - public int? RequireNum { get; set; } - /// - /// 单位id - /// - [SugarColumn(ColumnName = "unit_id")] - public int? UnitId { get; set; } - /// - /// 租户号 - /// - [SugarColumn(ColumnName = "TENANT_ID")] - public string TenantId { get; set; } - /// - /// 乐观锁 - /// - [SugarColumn(ColumnName = "REVISION")] - public int? Revision { get; set; } - /// - /// 创建人 - /// - [SugarColumn(ColumnName = "CREATED_BY")] - public string CreatedBy { get; set; } - /// - /// 创建时间 - /// - [SugarColumn(ColumnName = "CREATED_TIME")] - public DateTime? CreatedTime { get; set; } - /// - /// 更新人 - /// - [SugarColumn(ColumnName = "UPDATED_BY")] - public string UpdatedBy { get; set; } - /// - /// 更新时间 - /// - [SugarColumn(ColumnName = "UPDATED_TIME")] - public DateTime? UpdatedTime { get; set; } - - - [SqlSugar.SugarColumn(IsIgnore = true)] - public List Child { get; set; } - - } -} diff --git a/ZR.Vue/src/views/basisManagement/workUnitComponent/workLine.vue b/ZR.Vue/src/views/basisManagement/workUnitComponent/workLine.vue deleted file mode 100644 index c6a5a081..00000000 --- a/ZR.Vue/src/views/basisManagement/workUnitComponent/workLine.vue +++ /dev/null @@ -1,300 +0,0 @@ - - - - - diff --git a/ZR.Vue/src/views/productManagement/workplan.vue b/ZR.Vue/src/views/productManagement/workplan.vue index c7cf9232..41daf62c 100644 --- a/ZR.Vue/src/views/productManagement/workplan.vue +++ b/ZR.Vue/src/views/productManagement/workplan.vue @@ -1,243 +1,17 @@ + + \ No newline at end of file