焊接修改

This commit is contained in:
2023-04-30 10:08:41 +08:00
parent a7b215109c
commit c96a443c37
10 changed files with 355 additions and 7 deletions
@@ -664,6 +664,7 @@ namespace FineUIPro.Web.HJGL.DataIn
}
else
{
isoInfo.DetectionRateId = rate.DetectionRateId;
jointInfo.DetectionRateId = rate.DetectionRateId;
}
}
@@ -52,6 +52,9 @@
<f:RenderField HeaderText="点口类型" ColumnID="JOT_JointStatus" DataField="JOT_JointStatus" SortField="JOT_JointStatus"
FieldType="String" HeaderTextAlign="Center" TextAlign="Left" Width="180px">
</f:RenderField>
<f:RenderField HeaderText="探索比例" ColumnID="DetectionRate" DataField="DetectionRate"
FieldType="String" HeaderTextAlign="Center" TextAlign="Left" Width="120px">
</f:RenderField>
</Columns>
</f:Grid>
</Items>
@@ -71,6 +71,9 @@
<f:RenderField HeaderText="点口类型" ColumnID="JOT_JointStatus" DataField="JOT_JointStatus"
FieldType="String" HeaderTextAlign="Center" TextAlign="Left" Width="120px">
</f:RenderField>
<f:RenderField HeaderText="探索比例" ColumnID="DetectionRate" DataField="DetectionRate"
FieldType="String" HeaderTextAlign="Center" TextAlign="Left" Width="120px">
</f:RenderField>
</Columns>
</f:Grid>
</Items>
@@ -177,7 +177,7 @@ namespace FineUIPro.Web.HJGL.TrustManage
private void BindGrid()
{
string pW_PointID = this.tvControlItem.SelectedNodeID;
string strSql = @"SELECT 0 [index], jot.JOT_ID,jot.JOT_JointNo,jot.ISO_IsoNo,jot.JOT_JointDesc,
string strSql = @"SELECT 0 [index], jot.JOT_ID,jot.JOT_JointNo,jot.ISO_IsoNo,jot.JOT_JointDesc,jot.DetectionRate
jot.ISO_ID,case jot.JOT_JointStatus when '101' then '' when '102' then '' else '' end as JOT_JointStatus
FROM dbo.View_CH_TrustSearch jot
WHERE jot.ProjectId=@ProjectId AND jot.PW_PointID=@PW_PointID";
@@ -452,7 +452,7 @@ namespace FineUIPro.Web.HJGL.TrustManage
var trustUnit = Funs.DB.Base_Unit.FirstOrDefault(x => x.UnitId == this.drpCH_TrustUnit.SelectedValue);
if (iso.Is_Standard)
{
this.drpCH_NDTRate.SelectedValue = iso.DetectionRateId;
this.drpCH_NDTRate.SelectedValue = join.DetectionRateId;
//this.drpCH_NDTMethod.SelectedValue = iso.DetectionTypeId;
if (this.drpCH_SlopeType.SelectedValue != BLL.Const._Null)
{