| | |
| | | /// </summary> |
| | | //表示是 高级查询范围查询特性 |
| | | [HighSearchRangeAttribute] |
| | | public List<string> CreationTime { get; set; } |
| | | public string CreationTime { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | using CMS.Plugin.HIAWms.Domain.Shared.WmsPlaces; |
| | | using CMS.Plugin.HIAWms.Domain.WmsPlaces; |
| | | using CmsQueryExtensions; |
| | | using System.Text.RegularExpressions; |
| | | using Volo.Abp; |
| | | using Volo.Abp.Application.Dtos; |
| | | using Volo.Abp.Data; |
| | |
| | | { |
| | | Check.NotNull(input, nameof(input)); |
| | | Check.NotNullOrWhiteSpace(input.PlaceNo, "编号", WmsPlaceConsts.MaxCodeLength); |
| | | string pattern = @"^\d-\d$"; |
| | | if (input.StorageTypeNo == Domain.Shared.Enums.PlaceTypeEnum.YUANLIAOKUWEI && !Regex.IsMatch(input.PlaceNo, pattern)) |
| | | { |
| | | throw new UserFriendlyException("库位编号格式错误"); |
| | | } |
| | | Check.Length(input.Remark, "备注", WmsPlaceConsts.MaxRemarkLength); |
| | | return Task.CompletedTask; |
| | | } |
| | |
| | | "notPage": false |
| | | }, |
| | | { |
| | | "name": "Wms物料基础", |
| | | "path": "/information-base/HIAWms", |
| | | "patchName": "HIAWms", |
| | | "name": "API请求", |
| | | "path": "/information-base/Http", |
| | | "patchName": "Http", |
| | | "icon": "p", |
| | | "notPage": false |
| | | }, |
| | | { |
| | | "name": "API请求", |
| | | "path": "/information-base/Http", |
| | | "patchName": "Http", |
| | | "name": "Wms物料基础", |
| | | "path": "/information-base/HIAWms", |
| | | "patchName": "HIAWms", |
| | | "icon": "p", |
| | | "notPage": false |
| | | } |
| | |
| | | "icon": "p", |
| | | "notPage": false |
| | | }, |
| | | "HIAWms": { |
| | | "name": "Wms物料基础", |
| | | "path": "/information-base/HIAWms", |
| | | "patchName": "HIAWms", |
| | | "icon": "p", |
| | | "notPage": false |
| | | }, |
| | | "Http": { |
| | | "name": "API请求", |
| | | "path": "/information-base/Http", |
| | | "patchName": "Http", |
| | | "icon": "p", |
| | | "notPage": false |
| | | }, |
| | | "HIAWms": { |
| | | "name": "Wms物料基础", |
| | | "path": "/information-base/HIAWms", |
| | | "patchName": "HIAWms", |
| | | "icon": "p", |
| | | "notPage": false |
| | | } |
| | | }; |
| | |
| | | MutableParam1: formData.value.MutableParam1, |
| | | MutableParam2: formData.value.MutableParam2, |
| | | MutableParam3: formData.value.MutableParam3, |
| | | operateTime: formData.value.operateTime, |
| | | creationTime: formData.value.operateTime, |
| | | } |
| | | return data |
| | | } |