已重命名2个文件
已修改10个文件
已删除2个文件
| | |
| | | public SearchFilterModeEnum MaterialName_FilterMode { get; set; }= SearchFilterModeEnum.æ¨¡ç³æ¥è¯¢; |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// å¯ç©ºé¿åº¦ |
| | | /// </summary> |
| | | public decimal? NullLength { get; set; } |
| | | |
| | | /// <summary> |
| | | /// -æ¥è¯¢å
³ç³»è¿ç®ç¬¦ |
| | | /// å¯ç©ºé¿åº¦-æ¥è¯¢å
³ç³»è¿ç®ç¬¦ |
| | | /// </summary> |
| | | public SearchFilterModeEnum NullLength_FilterMode { get; set; }= SearchFilterModeEnum.ç²¾åæ¥è¯¢; |
| | | |
| | |
| | | public string MaterialName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// å¯ç©ºé¿åº¦ |
| | | /// </summary> |
| | | public decimal? NullLength { get; set; } |
| | | |
| | |
| | | public string MaterialName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// å¯ç©ºé¿åº¦ |
| | | /// </summary> |
| | | public decimal? NullLength { get; set; } |
| | | |
| | |
| | | public string MaterialName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// å¯ç©ºé¿åº¦ |
| | | /// </summary> |
| | | [ExcelColumn(Name = "", Width = 25)] |
| | | [ExcelColumn(Name = "å¯ç©ºé¿åº¦", Width = 25)] |
| | | public decimal? NullLength { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | .IsRequired(false) |
| | | .HasComment("èªææ°é"); |
| | | |
| | | b.Property(x => x.NullLength) |
| | | .IsRequired(false) |
| | | .HasComment("å¯ç©ºé¿åº¦"); |
| | | |
| | | // ç´¢å¼é
ç½® |
| | | b.HasIndex(x => x.MaterialCode).IsUnique(); // ç©æç¼ç å¯ä¸ç´¢å¼ |
| | | b.HasIndex(x => x.MaterialName); // ç©æåç§°æ®éç´¢å¼ |
ÎļþÃû´Ó Weben_CMSרÓôúÂëÉú³ÉÆ÷/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/20250509000114_InitialCreate5.Designer.cs ÐÞ¸Ä |
| | |
| | | namespace CMS.Plugin.HIAWms.MySQL.Migrations |
| | | { |
| | | [DbContext(typeof(CMSPluginDbContext))] |
| | | [Migration("20250509000114_InitialCreate5")] |
| | | partial class InitialCreate5 |
| | | [Migration("20250509005007_InitialCreate6")] |
| | | partial class InitialCreate6 |
| | | { |
| | | protected override void BuildTargetModel(ModelBuilder modelBuilder) |
| | | { |
| | |
| | | |
| | | b.Property<bool?>("IsSelfMade") |
| | | .HasColumnType("tinyint(1)") |
| | | .HasComment("æ°é"); |
| | | .HasComment("æ¯å¦èªäº§"); |
| | | |
| | | b.Property<bool>("IsValid") |
| | | .HasColumnType("tinyint(1)") |
| | |
| | | .HasComment("ç©æç±»åï¼æä¸¾å¼ï¼"); |
| | | |
| | | b.Property<decimal?>("NullLength") |
| | | .HasColumnType("decimal(65,30)"); |
| | | .HasColumnType("decimal(65,30)") |
| | | .HasComment("å¯ç©ºé¿åº¦"); |
| | | |
| | | b.Property<int>("Num") |
| | | .HasColumnType("int") |
| | | .HasComment("æ¯å¦ææç©æ"); |
| | | .HasComment("æ°é"); |
| | | |
| | | b.Property<string>("OperationRemark") |
| | | .HasMaxLength(256) |
ÎļþÃû´Ó Weben_CMSרÓôúÂëÉú³ÉÆ÷/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/20250509000114_InitialCreate5.cs ÐÞ¸Ä |
| | |
| | | |
| | | namespace CMS.Plugin.HIAWms.MySQL.Migrations |
| | | { |
| | | public partial class InitialCreate5 : Migration |
| | | public partial class InitialCreate6 : Migration |
| | | { |
| | | protected override void Up(MigrationBuilder migrationBuilder) |
| | | { |
| | |
| | | MaterialCode = table.Column<string>(type: "varchar(64)", maxLength: 64, nullable: false, comment: "ç©æç¼ç ï¼å¯ä¸æ è¯ï¼") |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | | IsValid = table.Column<bool>(type: "tinyint(1)", nullable: false, comment: "æ¯å¦ææç©æ"), |
| | | IsSelfMade = table.Column<bool>(type: "tinyint(1)", nullable: true, comment: "æ°é"), |
| | | Num = table.Column<int>(type: "int", nullable: false, comment: "æ¯å¦ææç©æ"), |
| | | IsSelfMade = table.Column<bool>(type: "tinyint(1)", nullable: true, comment: "æ¯å¦èªäº§"), |
| | | Num = table.Column<int>(type: "int", nullable: false, comment: "æ°é"), |
| | | SelfNum = table.Column<int>(type: "int", nullable: true, comment: "èªææ°é"), |
| | | MaterialName = table.Column<string>(type: "varchar(128)", maxLength: 128, nullable: false, comment: "ç©æåç§°") |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | | NullLength = table.Column<decimal>(type: "decimal(65,30)", nullable: true), |
| | | NullLength = table.Column<decimal>(type: "decimal(65,30)", nullable: true, comment: "å¯ç©ºé¿åº¦"), |
| | | PurchaseType = table.Column<int>(type: "int", nullable: false, comment: "éè´ç±»åï¼æä¸¾å¼ï¼"), |
| | | MaterialType = table.Column<int>(type: "int", nullable: false, comment: "ç©æç±»åï¼æä¸¾å¼ï¼"), |
| | | PrimaryUnit = table.Column<string>(type: "varchar(20)", maxLength: 20, nullable: true, comment: "主åä½ï¼å¦ï¼kgãmã个ï¼") |
| | |
| | | .HasComment("ç©æç±»åï¼æä¸¾å¼ï¼"); |
| | | |
| | | b.Property<decimal?>("NullLength") |
| | | .HasColumnType("decimal(65,30)"); |
| | | .HasColumnType("decimal(65,30)") |
| | | .HasComment("å¯ç©ºé¿åº¦"); |
| | | |
| | | b.Property<int>("Num") |
| | | .HasColumnType("int") |
| | |
| | | rules: [{required: true, message: 'ç©æåç§°ä¸è½ä¸ºç©º', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: '', |
| | | label: 'å¯ç©ºé¿åº¦', |
| | | prop: 'nullLength', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥', |
| | | placeholder: '请è¾å
¥å¯ç©ºé¿åº¦', |
| | | }, |
| | | { |
| | | label: 'éè´ç±»åï¼æä¸¾å¼ï¼', |
| | |
| | | placeholder: '请è¾å
¥ç©æåç§°', |
| | | }, |
| | | { |
| | | label: '', |
| | | label: 'å¯ç©ºé¿åº¦', |
| | | prop: 'nullLength', |
| | | el: (props: any, { attrs }: SetupContext) => { |
| | | return h(inputNumber, { |
| | |
| | | step: 0.01, |
| | | precision: 2, |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥', |
| | | placeholder: '请è¾å
¥å¯ç©ºé¿åº¦', |
| | | }, |
| | | { |
| | | label: 'éè´ç±»åï¼æä¸¾å¼ï¼', |
| | |
| | | }, |
| | | { |
| | | field: 'nullLength', |
| | | title: '', |
| | | title: 'å¯ç©ºé¿åº¦', |
| | | width:160, |
| | | }, |
| | | { |