修改工效
This commit is contained in:
@@ -115,7 +115,7 @@ namespace FineUIPro.Web.PZHGL.InformationProject
|
||||
UnitWorkService.InitUnitWorkDownList(drpUnitWork, this.CurrUser.LoginProjectId, true);
|
||||
this.drpProfessional.DataTextField = "Value";
|
||||
this.drpProfessional.DataValueField = "Text";
|
||||
this.drpProfessional.DataSource = BLL.PHTGL_QuantityService.GetMajorItems();
|
||||
this.drpProfessional.DataSource = BLL.PHTGL_QuantityService.GetMajorItems2();
|
||||
this.drpProfessional.DataBind();
|
||||
Funs.FineUIPleaseSelect(this.drpProfessional);
|
||||
//合同编号
|
||||
|
||||
@@ -118,7 +118,7 @@ namespace FineUIPro.Web.PZHGL.InformationProject
|
||||
UnitWorkService.InitUnitWorkDownList(drpUnitWork, this.CurrUser.LoginProjectId, true);
|
||||
this.drpProfessional.DataTextField = "Value";
|
||||
this.drpProfessional.DataValueField = "Text";
|
||||
this.drpProfessional.DataSource = BLL.PHTGL_QuantityService.GetMajorItems();
|
||||
this.drpProfessional.DataSource = BLL.PHTGL_QuantityService.GetMajorItems2();
|
||||
this.drpProfessional.DataBind();
|
||||
Funs.FineUIPleaseSelect(this.drpProfessional);
|
||||
//合同编号
|
||||
|
||||
@@ -37,9 +37,21 @@
|
||||
</f:Toolbar>
|
||||
</Toolbars>
|
||||
<Columns>
|
||||
<f:RenderField Width="60px" ColumnID="Code" DataField="Code" FieldType="String" EnableLock="true" Locked="true"
|
||||
<f:RenderField Width="75px" ColumnID="Code" DataField="Code" FieldType="String" EnableLock="true" Locked="true"
|
||||
HeaderText="序号" HeaderTextAlign="Center" TextAlign="Left">
|
||||
</f:RenderField>
|
||||
<f:RenderField Width="100px" ColumnID="MainItemCode" DataField="MainItemCode" SortField="MainItemCode" EnableLock="true" Locked="true"
|
||||
FieldType="String" HeaderText="主项号" TextAlign="Left" HeaderTextAlign="Center">
|
||||
</f:RenderField>
|
||||
<f:RenderField Width="100px" ColumnID="MainItemName" DataField="MainItemName" SortField="MainItemName" EnableLock="true" Locked="true"
|
||||
FieldType="String" HeaderText="主项名称" TextAlign="Left" HeaderTextAlign="Center">
|
||||
</f:RenderField>
|
||||
<f:RenderField Width="100px" ColumnID="MajorCode" DataField="MajorCode" SortField="MajorCode" EnableLock="true" Locked="true"
|
||||
FieldType="String" HeaderText="专业代码" TextAlign="Left" HeaderTextAlign="Center">
|
||||
</f:RenderField>
|
||||
<f:RenderField Width="100px" ColumnID="MajorName" DataField="MajorName" SortField="MajorName" EnableLock="true" Locked="true"
|
||||
FieldType="String" HeaderText="专业工程名称" TextAlign="Left" HeaderTextAlign="Center">
|
||||
</f:RenderField>
|
||||
<f:RenderField Width="150px" ColumnID="ProjectCode" DataField="ProjectCode" SortField="ProjectCode" EnableLock="true" Locked="true"
|
||||
FieldType="String" HeaderText="项目编码" TextAlign="Left" HeaderTextAlign="Center">
|
||||
</f:RenderField>
|
||||
|
||||
@@ -143,9 +143,9 @@ namespace FineUIPro.Web.PZHGL.InformationProject
|
||||
{
|
||||
foreach (GridColumn column in Grid1.Columns)
|
||||
{
|
||||
if (column.ColumnIndex != 0 && column.ColumnIndex != 1 && column.ColumnIndex != 2)
|
||||
if (column.ColumnIndex > 6)
|
||||
{
|
||||
if (column.ColumnIndex > 5)
|
||||
if (column.ColumnIndex > 9)
|
||||
{
|
||||
GroupField gf1 = column as GroupField;
|
||||
foreach (var column1 in gf1.Columns)
|
||||
|
||||
@@ -147,7 +147,7 @@ namespace FineUIPro.Web.PZHGL.InformationProject
|
||||
UnitWorkService.InitUnitWorkDownList(drpUnitWork, this.CurrUser.LoginProjectId, true);
|
||||
this.drpProfessional.DataTextField = "Value";
|
||||
this.drpProfessional.DataValueField = "Text";
|
||||
this.drpProfessional.DataSource = BLL.PHTGL_QuantityService.GetMajorItems();
|
||||
this.drpProfessional.DataSource = BLL.PHTGL_QuantityService.GetMajorItems2();
|
||||
this.drpProfessional.DataBind();
|
||||
Funs.FineUIPleaseSelect(this.drpProfessional);
|
||||
//合同编号
|
||||
|
||||
Reference in New Issue
Block a user