修改总包合同
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user