增加项目策划、总包合同模块

This commit is contained in:
2023-06-05 10:32:48 +08:00
parent 8185480c15
commit 973560f00b
39 changed files with 8307 additions and 21 deletions
@@ -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>