增加项目策划、总包合同模块
This commit is contained in:
@@ -29,9 +29,10 @@
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="drpProjectType" runat="server" Label="项目类型" LabelAlign="Right" Readonly="true"
|
||||
LabelWidth="120px">
|
||||
<f:ListItem Value="1" Text="系统内项目" Selected="true" />
|
||||
<f:ListItem Value="2" Text="系统外项目" />
|
||||
<f:ListItem Value="3" Text="海外项目" />
|
||||
<f:ListItem Value="1" Text="EPC" Selected="true" />
|
||||
<f:ListItem Value="2" Text="EPCM" />
|
||||
<f:ListItem Value="3" Text="C" />
|
||||
<f:ListItem Value="4" Text="其他" />
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
|
||||
Reference in New Issue
Block a user