| | |
| | | } |
| | | } |
| | | } |
| | | else |
| | | { |
| | | this.stepProgressBar1.SelectNext(); |
| | | if (vm.ProjectID.HasValue) |
| | | { |
| | | this.stepProgressBar1.SelectNext(); |
| | | if (!vm.MapInfoID.HasValue) |
| | | { |
| | | this.stepItemFormMap.ContentBlock2.Description = "自动跳过"; |
| | | } |
| | | this.stepItemForBimfaceRelation.ContentBlock2.Description = "未上传模型或模型有误 已跳过..."; |
| | | this.stepItemForBimfaceUpload.ContentBlock2.Description = "未上传模型或模型有误 已跳过..."; |
| | | this.stepItemForHydro.ContentBlock2.Description = "未上传模型或模型有误 已跳过..."; |
| | | this.stepItemForHydroRelation.ContentBlock2.Description = "未上传模型或模型有误 已跳过..."; |
| | | this.stepItemForBimfaceTranslate.ContentBlock2.Description = "未上传模型或模型有误 已跳过..."; |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public bool AllowNext |
| | | { |
| | | get { return true; } |
| | | get { return false; } |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public bool AllowComplete |
| | | { |
| | | get { return false; } |
| | | get { return true; } |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public bool CanNext() |
| | | { |
| | | return true; |
| | | return false; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public bool CanComplete() |
| | | { |
| | | _vm.IsCompleted = false; |
| | | return false; |
| | | _vm.IsCompleted = true; |
| | | return true; |
| | | } |
| | | } |
| | | } |