初始化到新仓库
This commit is contained in:
@@ -173,6 +173,12 @@ Namespace UTSModule.Project
|
||||
project.InfoChanged = True
|
||||
End If
|
||||
|
||||
'Momo 2025-07-17 新增对项目有效期的修改检测
|
||||
MsgBox(DtpValidDate.Value)
|
||||
If String.Compare(project.EolDate.ToString, DtpValidDate.Value.ToString) <> 0 Then
|
||||
project.EolDate = DtpValidDate.Value
|
||||
project.InfoChanged = True
|
||||
End If
|
||||
|
||||
If project.Price <> NudPrice.Value Then
|
||||
project.Price = NudPrice.Value
|
||||
|
||||
Reference in New Issue
Block a user