2023-03-30-001 招标工作台账修改

This commit is contained in:
2023-03-30 14:04:56 +08:00
parent a9adb783f3
commit 70bde21f2a
9 changed files with 858 additions and 28 deletions
@@ -8,7 +8,7 @@
.f-grid-row .f-grid-cell-inner {
white-space: normal;
word-break: break-all;
}
}
.f-grid-colheader-text {
white-space: normal;
@@ -34,8 +34,12 @@
<Items>
<f:DropDownList ID="drpDepartId" runat="server" Label="主办部门" Hidden="true" LabelAlign="Right" LabelWidth="140px"></f:DropDownList>
<f:TextBox runat="server" Label="总承包合同编号" ID="txtProjectCode" EmptyText="输入查询条件" Width="250px" LabelWidth="120px"
<f:DropDownList ID="dropState" runat="server" Label="状态" LabelWidth="100px">
<f:ListItem Text="-请选择-" Value="null" />
<f:ListItem Text="未提交" Value="0" />
<f:ListItem Text="已提交" Value="1" />
</f:DropDownList>
<f:TextBox runat="server" Label="总承包合同编号" ID="txtEPCCode" EmptyText="输入查询条件" Width="250px" LabelWidth="120px"
LabelAlign="left">
</f:TextBox>
<f:TextBox runat="server" Label="项目简称" ID="txtShortName" EmptyText="输入查询条件" Width="250px" LabelWidth="90px"
@@ -44,12 +48,12 @@
<%-- <f:TextBox runat="server" Label="项目代码" ID="txtProjectCode2" EmptyText="输入查询条件" Width="300px" LabelWidth="90px"
LabelAlign="right">
</f:TextBox>--%>
<f:TextBox runat="server" Label="合同编号" ID="txtContractNum" EmptyText="输入查询条件" Width="250px" LabelWidth="90px"
<f:TextBox runat="server" Label="项目代码" ID="txtProjectCode" EmptyText="输入查询条件" Width="250px" LabelWidth="90px"
LabelAlign="left">
</f:TextBox>
<f:TextBox runat="server" Label="施工合同名称" ID="txtContractName" EmptyText="输入查询条件" Width="250px" LabelWidth="110px"
<%-- <f:TextBox runat="server" Label="施工合同名称" ID="txtContractName" EmptyText="输入查询条件" Width="250px" LabelWidth="110px"
LabelAlign="left">
</f:TextBox>
</f:TextBox>--%>
<%-- <f:TextBox runat="server" Label="施工分包商" ID="txtSubConstruction" EmptyText="输入查询条件" Width="300px" LabelWidth="90px"
LabelAlign="left">
</f:TextBox>--%>