检查任务制定 取消 显示在列表 (BS031)同步更新配置
This commit is contained in:
		
							parent
							
								
									4aeec69c2d
								
							
						
					
					
						commit
						5711e79fa3
					
				@ -171,7 +171,7 @@ namespace APT.MS.Domain.Entities.BS
 | 
				
			|||||||
        [FormFieldTable]
 | 
					        [FormFieldTable]
 | 
				
			||||||
        [FormFieldQuery]
 | 
					        [FormFieldQuery]
 | 
				
			||||||
        //[FormFieldEdit]
 | 
					        //[FormFieldEdit]
 | 
				
			||||||
        [EnumName("HMAuditStatusEnmu")]
 | 
					        [EnumName("HMAuditStatusEnmus")]
 | 
				
			||||||
        public int STATUSPLAN { get; set; }
 | 
					        public int STATUSPLAN { get; set; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -37,6 +37,41 @@ namespace APT.MS.Domain.Enums
 | 
				
			|||||||
        审批驳回 = 30,
 | 
					        审批驳回 = 30,
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
 | 
					    /// 审批状态
 | 
				
			||||||
 | 
					    /// </summary>
 | 
				
			||||||
 | 
					    public enum HMAuditStatusEnmus
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        /// <summary>
 | 
				
			||||||
 | 
					        /// 草稿:0
 | 
				
			||||||
 | 
					        /// </summary>
 | 
				
			||||||
 | 
					        草稿 = 0,
 | 
				
			||||||
 | 
					        /// <summary>
 | 
				
			||||||
 | 
					        /// 已取消:1
 | 
				
			||||||
 | 
					        /// </summary>
 | 
				
			||||||
 | 
					        已取消 = 1,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        /// <summary>
 | 
				
			||||||
 | 
					        /// 确认中:5
 | 
				
			||||||
 | 
					        /// </summary>
 | 
				
			||||||
 | 
					        确认中 = 5,
 | 
				
			||||||
 | 
					        /// <summary>
 | 
				
			||||||
 | 
					        /// 确认中:6
 | 
				
			||||||
 | 
					        /// </summary>
 | 
				
			||||||
 | 
					        签到中 = 6,
 | 
				
			||||||
 | 
					        /// <summary>
 | 
				
			||||||
 | 
					        /// 审批中:10
 | 
				
			||||||
 | 
					        /// </summary>
 | 
				
			||||||
 | 
					        审批中 = 10,
 | 
				
			||||||
 | 
					        /// <summary>
 | 
				
			||||||
 | 
					        /// 审批通过:20
 | 
				
			||||||
 | 
					        /// </summary>
 | 
				
			||||||
 | 
					        归档 = 20,
 | 
				
			||||||
 | 
					        /// <summary>
 | 
				
			||||||
 | 
					        /// 审批驳回:30
 | 
				
			||||||
 | 
					        /// </summary>
 | 
				
			||||||
 | 
					        审批驳回 = 30,
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    /// <summary>
 | 
				
			||||||
    /// 通知发布类型
 | 
					    /// 通知发布类型
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    public enum HMNoticeReleaseTypeEnmu
 | 
					    public enum HMNoticeReleaseTypeEnmu
 | 
				
			||||||
 | 
				
			|||||||
@ -8574,6 +8574,7 @@ namespace APT.BS.WebApi.Controllers.Api
 | 
				
			|||||||
                Check.IS_CANCEL = true;
 | 
					                Check.IS_CANCEL = true;
 | 
				
			||||||
                Check.USER_ID_CANCEL = APT.Infrastructure.Api.AppContext.CurrentSession.UserID;
 | 
					                Check.USER_ID_CANCEL = APT.Infrastructure.Api.AppContext.CurrentSession.UserID;
 | 
				
			||||||
                Check.REMARK_CANCEL = filter.Parameter2;
 | 
					                Check.REMARK_CANCEL = filter.Parameter2;
 | 
				
			||||||
 | 
					                Check.STATUSPLAN = (int)HMAuditStatusEnmus.已取消;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                T_FM_NOTIFICATION_TASK task = null;
 | 
					                T_FM_NOTIFICATION_TASK task = null;
 | 
				
			||||||
                if (TaskID != Guid.Empty)
 | 
					                if (TaskID != Guid.Empty)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user