This commit is contained in:
夏菊 2025-09-18 19:21:21 +08:00
parent db829dfeb1
commit d22cfa5806
2 changed files with 13 additions and 23 deletions

View File

@ -974,7 +974,6 @@ namespace BLL
/// 检测单位 /// 检测单位
/// </summary> /// </summary>
public const string ProjectUnitType_5 = "6"; public const string ProjectUnitType_5 = "6";
/// <summary> /// <summary>
/// 其他 /// 其他
/// </summary> /// </summary>

View File

@ -14,8 +14,7 @@
<Rows> <Rows>
<f:FormRow> <f:FormRow>
<Items> <Items>
<f:TextBox ID="txtProjectName" runat="server" Label="项目名称" Required="true" MaxLength="100" <f:TextBox ID="txtProjectName" runat="server" Label="项目名称" Required="true" MaxLength="100" ShowRedStar="true" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" FocusOnPageLoad="true">
ShowRedStar="true" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" FocusOnPageLoad="true">
</f:TextBox> </f:TextBox>
<f:DropDownList ID="drpProjectAttribute" Label="项目属性" runat="server" LabelWidth="150px" ShowRedStar="true" Required="true" LabelAlign="right"> <f:DropDownList ID="drpProjectAttribute" Label="项目属性" runat="server" LabelWidth="150px" ShowRedStar="true" Required="true" LabelAlign="right">
</f:DropDownList> </f:DropDownList>
@ -23,8 +22,7 @@
</f:FormRow> </f:FormRow>
<f:FormRow> <f:FormRow>
<Items> <Items>
<f:TextBox ID="txtProjectCode" runat="server" Label="项目号" Required="true" MaxLength="50" <f:TextBox ID="txtProjectCode" runat="server" Label="项目号" Required="true" MaxLength="50" ShowRedStar="true" AutoPostBack="true" OnTextChanged="TextBox_TextChanged">
ShowRedStar="true" AutoPostBack="true" OnTextChanged="TextBox_TextChanged">
</f:TextBox> </f:TextBox>
</Items> </Items>
<Items> <Items>
@ -45,26 +43,22 @@
</f:FormRow> </f:FormRow>
<f:FormRow> <f:FormRow>
<Items> <Items>
<f:DatePicker runat="server" Label="开工日期" ID="txtStartDate" <f:DatePicker runat="server" Label="开工日期" ID="txtStartDate" Required="true" ShowRedStar="true" AutoPostBack="true" OnTextChanged="txtStartDate_Blur">
Required="true" ShowRedStar="true" AutoPostBack="true" OnTextChanged="txtStartDate_Blur">
</f:DatePicker> </f:DatePicker>
<f:DatePicker runat="server" Label="竣工日期" ID="txtEndDate" LabelWidth="150px" <f:DatePicker runat="server" Label="竣工日期" ID="txtEndDate" LabelWidth="150px" AutoPostBack="true" OnTextChanged="txtStartDate_Blur">
AutoPostBack="true" OnTextChanged="txtStartDate_Blur">
</f:DatePicker> </f:DatePicker>
</Items> </Items>
</f:FormRow> </f:FormRow>
<f:FormRow> <f:FormRow>
<Items> <Items>
<f:TextBox ID="txtContractNo" runat="server" Label="合同号" ShowRedStar="true" Required="true"></f:TextBox> <f:TextBox ID="txtContractNo" runat="server" Label="合同号" ShowRedStar="true" Required="true"></f:TextBox>
<f:NumberBox runat="server" ID="txtDuration" Label="项目建设工期(月)" DecimalPrecision="1" <f:NumberBox runat="server" ID="txtDuration" Label="项目建设工期(月)" DecimalPrecision="1" NoNegative="true" LabelWidth="150px">
NoNegative="true" LabelWidth="150px">
</f:NumberBox> </f:NumberBox>
</Items> </Items>
</f:FormRow> </f:FormRow>
<f:FormRow> <f:FormRow>
<Items> <Items>
<f:DropDownList ID="drpProjectManager" runat="server" Label="项目经理" <f:DropDownList ID="drpProjectManager" runat="server" Label="项目经理" EnableEdit="true" Required="true" ShowRedStar="true">
EnableEdit="true" Required="true" ShowRedStar="true">
</f:DropDownList> </f:DropDownList>
<f:DropDownList ID="drpConstructionManager" runat="server" Label="施工经理" LabelWidth="150px" EnableEdit="true"> <f:DropDownList ID="drpConstructionManager" runat="server" Label="施工经理" LabelWidth="150px" EnableEdit="true">
</f:DropDownList> </f:DropDownList>
@ -72,16 +66,15 @@
</f:FormRow> </f:FormRow>
<f:FormRow> <f:FormRow>
<Items> <Items>
<f:DropDownList ID="drpQAManager" runat="server" Label="质量经理" <f:DropDownList ID="drpQAManager" runat="server" Label="质量经理" EnableEdit="true" Required="true" ShowRedStar="true">
EnableEdit="true" Required="true" ShowRedStar="true">
</f:DropDownList> </f:DropDownList>
<f:DropDownList ID="drpHSSEManager" runat="server" Label="安全经理" EnableEdit="true"> <f:DropDownList ID="drpHSSEManager" runat="server" Label="安全经理" LabelWidth="150px" EnableEdit="true">
</f:DropDownList> </f:DropDownList>
</Items> </Items>
</f:FormRow> </f:FormRow>
<f:FormRow> <f:FormRow>
<Items> <Items>
<f:DropDownList ID="drpDriveManager" runat="server" Label="开车经理" LabelWidth="150px" EnableEdit="true"> <f:DropDownList ID="drpDriveManager" runat="server" Label="开车经理" EnableEdit="true">
</f:DropDownList> </f:DropDownList>
<f:TextBox ID="txtProjectAddress" runat="server" Label="项目地址" LabelWidth="150px" MaxLength="500"></f:TextBox> <f:TextBox ID="txtProjectAddress" runat="server" Label="项目地址" LabelWidth="150px" MaxLength="500"></f:TextBox>
</Items> </Items>
@ -106,8 +99,7 @@
<f:FormRow> <f:FormRow>
<Items> <Items>
<f:NumberBox runat="server" ID="txtProjectMoney" Label="合同额(万元)" NoNegative="true"></f:NumberBox> <f:NumberBox runat="server" ID="txtProjectMoney" Label="合同额(万元)" NoNegative="true"></f:NumberBox>
<f:NumberBox runat="server" ID="txtConstructionMoney" Label="施工合同额(万元)" LabelWidth="150px" <f:NumberBox runat="server" ID="txtConstructionMoney" Label="施工合同额(万元)" LabelWidth="150px" NoNegative="true">
NoNegative="true">
</f:NumberBox> </f:NumberBox>
</Items> </Items>
</f:FormRow> </f:FormRow>
@ -117,9 +109,8 @@
</f:TextBox> </f:TextBox>
</Items> </Items>
<Items> <Items>
<f:DropDownList ID="drpCountry" runat="server" Label="国家" EnableEdit="true" <f:DropDownList ID="drpCountry" runat="server" Label="国家" LabelWidth="150px" EnableEdit="true"
AutoPostBack="true" OnSelectedIndexChanged="drpCountry_SelectedIndexChanged" AutoPostBack="true" OnSelectedIndexChanged="drpCountry_SelectedIndexChanged" ShowRedStar="true" Required="true">
ShowRedStar="true" Required="true">
</f:DropDownList> </f:DropDownList>
</Items> </Items>
</f:FormRow> </f:FormRow>