修改总包合同

This commit is contained in:
2023-09-05 15:17:21 +08:00
parent 390865d563
commit b53e552cfa
10 changed files with 48 additions and 213 deletions
@@ -26,9 +26,9 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" ID="drpProject" EnableEdit="true" LabelWidth="140px" Label="项目名称" Readonly="true"
LabelAlign="Right" >
</f:DropDownList>
<f:TextBox ID="txtProjectId" runat="server" Label="项目名称" Readonly="true"
LabelAlign="Right" LabelWidth="140px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
@@ -46,9 +46,9 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpCompileMan" runat="server" Label="编制人" LabelAlign="Right" Readonly="true"
LabelWidth="140px">
</f:DropDownList>
<f:TextBox ID="txtCompileMan" runat="server" Label="编制人" Readonly="true"
LabelAlign="Right" LabelWidth="140px">
</f:TextBox>
<f:DatePicker ID="txtCompileDate" runat="server" Label="编制日期" LabelAlign="Right" Readonly="true"
EnableEdit="true" LabelWidth="120px">
</f:DatePicker>