1关键事项看板

This commit is contained in:
2025-03-15 16:23:28 +08:00
parent e6502c0b4e
commit 4ee7d38c78
5 changed files with 39 additions and 36 deletions
@@ -60,7 +60,7 @@
<f:DatePicker ID="Date_CompleteDate" runat="server" Label="要求完成日期" ShowRedStar="true"
LabelWidth="110px">
</f:DatePicker>
<f:DropDownList ID="DropUser_ReceiveID" runat="server" Label="跟踪人" EmptyText="支持模糊匹配" AutoSelectFirstItem="false" Required="true" ShowRedStar="true" MaxLength="50" LabelWidth="110px"
<f:DropDownList ID="DropUser_ReceiveID" runat="server" Label="跟踪人" EmptyText="支持模糊匹配" AutoSelectFirstItem="false" MaxLength="50" LabelWidth="110px"
EnableCheckBoxSelect="true" EnableEdit="true"
OnSelectedIndexChanged="DropUser_ReceiveID_TextChanged" AutoPostBack="true">
</f:DropDownList>
@@ -829,11 +829,11 @@ namespace FineUIPro.Web.PZHGL.GJSX
Alert.ShowInParent("请选择责任人!", MessageBoxIcon.Warning);
return;
}
if (this.DropUser_ReceiveID.SelectedValue == null || this.DropUser_ReceiveID.SelectedValue == Const._Null)
{
Alert.ShowInParent("请选择跟踪人!", MessageBoxIcon.Warning);
return;
}
//if (this.DropUser_ReceiveID.SelectedValue == null || this.DropUser_ReceiveID.SelectedValue == Const._Null)
//{
// Alert.ShowInParent("请选择跟踪人!", MessageBoxIcon.Warning);
// return;
//}
if (this.Date_CompleteDate.Text == "")
{
Alert.ShowInParent("请选择要求完成日期!", MessageBoxIcon.Warning);
@@ -1028,11 +1028,11 @@ namespace FineUIPro.Web.PZHGL.GJSX
Alert.ShowInParent("请选择责任人!", MessageBoxIcon.Warning);
return;
}
if (this.DropUser_ReceiveID.SelectedValue == null || this.DropUser_ReceiveID.SelectedValue == Const._Null)
{
Alert.ShowInParent("请选择跟踪人!", MessageBoxIcon.Warning);
return;
}
//if (this.DropUser_ReceiveID.SelectedValue == null || this.DropUser_ReceiveID.SelectedValue == Const._Null)
//{
// Alert.ShowInParent("请选择跟踪人!", MessageBoxIcon.Warning);
// return;
//}
if (this.Date_CompleteDate.Text == "")
{
Alert.ShowInParent("请选择要求完成日期!", MessageBoxIcon.Warning);