From 0337679dd3b85b4584c9ade02287116131c80f97 Mon Sep 17 00:00:00 2001
From: wendy <408182087@qq.com>
Date: Thu, 23 Jul 2026 15:34:31 +0800
Subject: [PATCH] =?UTF-8?q?20260723=20=E7=84=8A=E5=8F=A3=E6=89=B9=E9=87=8F?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../版本日志/HJGLDB_DS_2026-07-23_bwj.sql | 125 +++
.../WeldingManage/HJGL_PW_JointInfoService.cs | 18 +
HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj | 9 +
.../FineUIPro.Web/FineUIPro.Web.csproj.user | 2 +-
.../FineUIPro.Web/HJGL/DataIn/JointIn.aspx | 1 +
.../FineUIPro.Web/HJGL/DataIn/JointIn.aspx.cs | 58 +-
.../HJGL/DataIn/JointIn.aspx.designer.cs | 57 +-
.../HJGL/WeldingManage/JointInfo.aspx | 17 +-
.../HJGL/WeldingManage/JointInfo.aspx.cs | 209 ++--
.../WeldingManage/JointInfo.aspx.designer.cs | 40 +-
.../WeldingManage/JointInfoBatchModity.aspx | 172 ++++
.../JointInfoBatchModity.aspx.cs | 899 ++++++++++++++++++
.../JointInfoBatchModity.aspx.designer.cs | 395 ++++++++
.../HJGL/WeldingManage/JointInfoOut.aspx | 3 +
.../HJGL/WeldingManage/JointInfoOut.aspx.cs | 268 +++++-
.../JointInfoOut.aspx.designer.cs | 39 +-
HJGL_DS/FineUIPro.Web/Web.config | 2 +-
HJGL_DS/Model/Model.cs | 108 +++
HJGL_DS/WebAPI/WebAPI.csproj.user | 2 +-
19 files changed, 2272 insertions(+), 152 deletions(-)
create mode 100644 DataBase/版本日志/HJGLDB_DS_2026-07-23_bwj.sql
create mode 100644 HJGL_DS/FineUIPro.Web/HJGL/WeldingManage/JointInfoBatchModity.aspx
create mode 100644 HJGL_DS/FineUIPro.Web/HJGL/WeldingManage/JointInfoBatchModity.aspx.cs
create mode 100644 HJGL_DS/FineUIPro.Web/HJGL/WeldingManage/JointInfoBatchModity.aspx.designer.cs
diff --git a/DataBase/版本日志/HJGLDB_DS_2026-07-23_bwj.sql b/DataBase/版本日志/HJGLDB_DS_2026-07-23_bwj.sql
new file mode 100644
index 0000000..1882fb2
--- /dev/null
+++ b/DataBase/版本日志/HJGLDB_DS_2026-07-23_bwj.sql
@@ -0,0 +1,125 @@
+
+ALTER VIEW [dbo].[HJGL_View_JointInfo]
+AS
+/*ߺϢͼ*/
+SELECT
+ JointInfo.JOT_ID,
+ JointInfo.ProjectId,
+ JointInfo.PointType,
+ JointInfo.RT1_RepairFilm,
+ JointInfo.dreportid,
+ IsoInfo.BSU_ID,
+ JointInfo.STE_ID,
+ JOT_JointNo,
+ JOT_DailyReportNo, --ձ
+ (CASE WHEN JointInfo.Jot_WeldingDate IS NOT NULL THEN JointInfo.Jot_WeldingDate
+ ELSE WeldReportMain.JOT_WeldDate END) AS JOT_WeldDate, --
+ JointInfo.ISO_ID,
+ ISO_IsoNo, --ߺ
+ Unit.UnitCode,
+ Unit.UnitName,
+ Steel.STE_Code AS STE_Name1,--1
+ Steel1.STE_Code AS STE_Name2,--2
+ Welder.WED_Code AS WED_Code1, --溸
+ Welder.WED_Name AS WED_Name1, --溸
+ FloorWelder.WED_Code AS WED_Code2, --
+ FloorWelder.WED_Name AS WED_Name2, --
+ JointInfo.WLO_Code,
+ (CASE WHEN JointInfo.WLO_Code='F' THEN 'ֳװ' ELSE 'Ԥ' END) AS WLO_Name,--
+ JOT_DoneDin,
+ IS_Compute,
+ com1.Com_Name AS Component1,--1
+ com1.COM_Code AS COM_Code1,--1
+ com2.COM_Name AS Component2,--2
+ com2.COM_Code AS COM_Code2,--1
+ m1.WeldName AS WeldMat,--
+ WeldMaterial.WeldName AS WeldSilk,--˿
+ batchDetail.PointType AS JointStatus,---״̬
+ JOT_Dia,
+ JOT_Size,
+ JOT_Sch,
+ JOT_FactSch,
+ JOT_JointFlag,
+ JOT_TrustFlag,
+ ProessTypes,
+ JOT_JointDesc,
+ JointInfo.JOTY_ID,
+ JointType.JOTY_Name,--
+ JointType.JOTY_Code,--
+ JointInfo.WME_ID,
+ WeldMethod.WME_Name AS WME_Name,--ӷ
+ WeldMethod.WME_Code,--ӷ
+ SlopeType.JST_Name, --¿
+ SlopeType.JST_Code, --¿ʹ
+ IS_Proess,
+ (CASE WHEN IS_Proess=1 THEN '' ELSE '' END) AS IS_ProessName,
+ JOT_PrepareTemp,
+ JOT_CellTemp,
+ JOT_LastTemp,
+ JOT_JointAttribute,
+ JOT_Location,
+ batch.BatchCode AS BatchCode,--κ
+ batchDetail.PointDate AS PointDate,--
+ NULL AS CH_TrustCode, NULL AS CH_TrustDate,
+ --NDTType.NDT_Name as NDT_Name,--̽
+ JointInfo.JOT_Remark,
+ JointInfo.RT_States,
+ JointInfo.UT_States,
+ JointInfo.MT_States,
+ JointInfo.PT_States,
+ JointInfo.PAUT_States,
+ (case when (select top 1 IsOK from HJGL_CH_HotProessResult hr where hr.JOT_ID=JointInfo.JOT_ID)=1 then 'ϸ'
+ else '' end) as HotProessResult,
+ Servicess.SER_Code,--ʴ
+ --NDTRate.NDTR_Name as NDTR_Name, --̽˱
+ --NDTRate.NDTR_Code, --̽˱
+ isoInfo.ISO_TestPress,--ѹ
+ isoInfo.ISO_DesignPress,--ѹ
+ isoInfo.ISO_DesignTemperature,--¶
+ IsoClass.ISC_IsoCode,--ߵȼ
+ is_hj= CAST((CASE WHEN JointInfo.DReportID IS NULL THEN '0' ELSE '1' END ) AS BIT), --Ƿ
+ if_dk=CAST((CASE WHEN batchDetail.NDT IS NULL THEN '0' ELSE '1' END) AS BIT), --Ƿ
+ JointInfo.InstallationId,
+ JointInfo.NDTR_ID,
+ JointInfo.IsSpecial,
+ JointInfo.IsSpecial AS IsSpecialName, --Ƿ
+ Installation.InstallationName,--װ
+ NDTRate.NDTR_Name,
+ JointInfo.Sort1,JointInfo.Sort2,JointInfo.Sort3,JointInfo.Sort4,JointInfo.Sort5
+ ,JointType.JOTY_Group,
+ JointInfo.JOT_Electricity,--ӵ
+ JointInfo.JOT_Voltage, --ӵѹ
+ JointInfo.WeldL, --dz
+ JointInfo.IsGold,--Ƿƽ
+ JointInfo.JOT_QualifiedLevel, --ϸȼ
+ Steel.HardQuaStandard--ӲȺϸ
+FROM HJGL_PW_JointInfo AS JointInfo
+LEFT JOIN HJGL_PW_IsoInfo AS IsoInfo ON IsoInfo.ISO_ID=JointInfo.ISO_ID
+LEFT JOIN HJGL_BO_WeldReportMain AS WeldReportMain ON WeldReportMain.DReportID=JointInfo.DReportID
+LEFT JOIN HJGL_BS_Steel AS Steel ON Steel.STE_ID=JointInfo.STE_ID
+LEFT JOIN HJGL_BS_Steel AS Steel1 ON Steel1.STE_ID=JointInfo.STE_ID2
+LEFT JOIN HJGL_BS_Welder AS Welder ON Welder.WED_ID= JointInfo.JOT_CellWelder
+LEFT JOIN HJGL_BS_Welder AS FloorWelder ON FloorWelder.WED_ID=JointInfo.JOT_FloorWelder
+--LEFT JOIN HJGL_BS_WeldLocation AS WeldLocation ON WeldLocation.WLO_Code =JointInfo.WLO_Code
+LEFT JOIN HJGL_BS_Component AS com1 ON com1.COM_ID=JointInfo.JOT_Component1
+LEFT JOIN HJGL_BS_Component AS com2 ON com2.COM_ID=JointInfo.JOT_Component2
+--LEFT JOIN HJGL_BS_WeldMaterial m1 ON m1.WMT_ID=JointInfo.JOT_WeldMat
+--LEFT JOIN HJGL_BS_WeldMaterial AS WeldMaterial ON WeldMaterial.WMT_ID=JointInfo.JOT_WeldSilk
+LEFT JOIN View_WeldInfoDropDownLists as m1 on m1.WeldId = JointInfo.JOT_WeldMat and m1.WeldTypeName like '%%'
+LEFT JOIN View_WeldInfoDropDownLists as WeldMaterial on WeldMaterial.WeldId = JointInfo.JOT_WeldSilk and WeldMaterial.WeldTypeName like '%˿%'
+LEFT JOIN HJGL_BS_JointType AS JointType ON JointType.JOTY_ID=JointInfo.JOTY_ID
+LEFT JOIN HJGL_BS_WeldMethod AS WeldMethod ON WeldMethod .WME_ID=JointInfo.WME_ID
+LEFT JOIN HJGL_BS_SlopeType AS SlopeType ON SlopeType.JST_ID=JointInfo.JST_ID
+LEFT JOIN dbo.HJGL_BO_BatchDetail AS batchDetail ON batchDetail.JOT_ID = JointInfo.JOT_ID
+LEFT JOIN dbo.HJGL_BO_Batch AS batch ON batch.BatchId = batchDetail.BatchId
+LEFT JOIN Base_Unit AS Unit ON Unit.UnitId=IsoInfo.BSU_ID
+--left join HJGL_BS_NDTRate AS NDTRate on NDTRate.NDTR_ID=IsoInfo.NDTR_ID
+LEFT JOIN HJGL_BS_Service AS Servicess ON Servicess.SER_ID=IsoInfo.SER_ID
+LEFT JOIN HJGL_BS_IsoClass AS IsoClass ON IsoClass.ISC_ID=IsoInfo.ISC_ID
+LEFT JOIN Project_Installation AS Installation ON Installation.InstallationId =JointInfo.InstallationId
+LEFT JOIN HJGL_BS_NDTRate AS NDTRate ON NDTRate.NDTR_ID =JointInfo.NDTR_ID
+
+
+GO
+
+
diff --git a/HJGL_DS/BLL/HJGL/WeldingManage/HJGL_PW_JointInfoService.cs b/HJGL_DS/BLL/HJGL/WeldingManage/HJGL_PW_JointInfoService.cs
index a462f94..757ff32 100644
--- a/HJGL_DS/BLL/HJGL/WeldingManage/HJGL_PW_JointInfoService.cs
+++ b/HJGL_DS/BLL/HJGL/WeldingManage/HJGL_PW_JointInfoService.cs
@@ -1358,5 +1358,23 @@ namespace BLL
&& (y.JOTY_Name.Contains("支管连接焊缝") || y.JOTY_Name.Contains("角焊缝"))
select x).ToList();
}
+
+ public static string ConvertJointCodeString(string jotIdList)
+ {
+ string name = string.Empty;
+ string[] list = jotIdList.Split(',');
+ foreach (var item in list)
+ {
+ if (!string.IsNullOrEmpty(item))
+ {
+ name += GetJointInfoByJotID(item).JOT_JointNo + ",";
+ }
+ }
+ if (!string.IsNullOrEmpty(name))
+ {
+ name = name.Substring(0, name.LastIndexOf(","));
+ }
+ return name;
+ }
}
}
diff --git a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj
index 555f340..73bce3c 100644
--- a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj
+++ b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj
@@ -58,6 +58,7 @@
true
AnyCPU
false
+ false
@@ -1304,6 +1305,7 @@
+
@@ -6476,6 +6478,13 @@
DetectionPoint.aspx
+
+ JointInfoBatchModity.aspx
+ ASPXCodeBehind
+
+
+ JointInfoBatchModity.aspx
+
JointInfoBatchUpdate.aspx
ASPXCodeBehind
diff --git a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user
index e3436b8..6e29203 100644
--- a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user
+++ b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user
@@ -2,7 +2,7 @@
true
- Release|Any CPU
+ Debug|Any CPU
diff --git a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx
index a7a96c7..836857e 100644
--- a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx
+++ b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx
@@ -36,6 +36,7 @@
+
diff --git a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx.cs b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx.cs
index 82d7bab..09b8c82 100644
--- a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx.cs
+++ b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx.cs
@@ -1,4 +1,8 @@
-using System;
+using BLL;
+using FastReport.Utils;
+using NPOI.POIFS.Crypt.Dsig;
+using NPOI.SS.Formula.Functions;
+using System;
using System.Collections.Generic;
using System.Data;
using System.Data.OleDb;
@@ -8,7 +12,6 @@ using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
-using BLL;
namespace FineUIPro.Web.HJGL.DataIn
{
public partial class JointIn : PageBase
@@ -940,7 +943,56 @@ namespace FineUIPro.Web.HJGL.DataIn
}
else
{
- result += "第" + (i + 2).ToString() + "行," + "该焊口已存在" + "\n";
+ if (this.cbUpdateIn.Checked)
+ {
+ newJointInfo.JOT_JointNo = col2;
+ if (col8 == "固定")
+ {
+ if (newJointInfo.JOT_JointNo.Last() != 'G')
+ {
+ newJointInfo.JOT_JointNo = newJointInfo.JOT_JointNo + "G";
+ }
+ }
+ if (newJointInfo.IsGold == true)
+ {
+ if (newJointInfo.JOT_JointNo.Last() != 'H')
+ {
+ newJointInfo.JOT_JointNo = newJointInfo.JOT_JointNo + "H";
+ }
+ }
+ newJointInfo.JOT_ID = getJoint.JOT_ID;
+ BLL.HJGL_PW_JointInfoService.UpdateJointInfo(newJointInfo);
+
+ // 更新排序字段
+ string strSort = @"UPDATE dbo.HJGL_PW_JointInfo SET
+ Sort1=(case when PATINDEX('[A-Z]%',JOT_JointNo)>0 THEN 'B'
+ WHEN ISNUMERIC(JOT_JointNo)=1 then 'C' ELSE 'C' END),
+ Sort2=(CASE WHEN ISNUMERIC(JOT_JointNo)=1 then try_cast(REPLACE(JOT_JointNo,'.','') AS INT)
+ WHEN ISNUMERIC(SUBSTRING(JOT_JointNo,0,CHARINDEX('Z',JOT_JointNo)))=1
+ THEN TRY_CAST(SUBSTRING(JOT_JointNo,0,CHARINDEX('Z',JOT_JointNo)) as int)
+ WHEN PATINDEX('[0-9]%',JOT_JointNo)>0 then
+ TRY_CAST(left(JOT_JointNo,PATINDEX('%[^0-9]%',JOT_JointNo)-1) as int)
+ ELSE 0 END),
+ Sort3= SUBSTRING(JOT_JointNo,1,1),
+ Sort4=(CASE WHEN CHARINDEX('Z',JOT_JointNo)>0 and SUBSTRING(JOT_JointNo,1,1)<>'Z'
+ THEN ISNULL(TRY_CAST(SUBSTRING(replace(JOT_JointNo,'#',''),2,CHARINDEX('Z',JOT_JointNo)-2) as int),0)
+ WHEN PATINDEX('%[A-G]%',SUBSTRING(replace(JOT_JointNo,'#',''),2,len(JOT_JointNo)))>0
+ THEN ISNULL(TRY_CAST(SUBSTRING(JOT_JointNo,2,len(JOT_JointNo)-2) as int),0)
+ ELSE ISNULL(TRY_CAST(SUBSTRING(replace(JOT_JointNo,'#',''),2,len(JOT_JointNo)) as int),0) END),
+ Sort5=(CASE WHEN CHARINDEX('Z',JOT_JointNo)>0
+ THEN ISNULL(TRY_CAST(SUBSTRING(JOT_JointNo,charindex('Z',JOT_JointNo)+1,len(JOT_JointNo)) AS INT),0)
+ WHEN PATINDEX('%[A-Y]',SUBSTRING(replace(JOT_JointNo,'#',''),2,len(JOT_JointNo)))>0
+ THEN ISNULL(TRY_CAST(SUBSTRING(JOT_JointNo,2,len(JOT_JointNo)-1) as int),0) ELSE 0 END)
+ WHERE JOT_ID='" + newJointInfo.JOT_ID + "'";
+ SQLHelper.ExecutSql(strSort);
+
+ //JOT_IDStr += Funs.DB.HJGL_PW_JointInfo.FirstOrDefault(x => x.ProjectId == getProject.ProjectId && x.ISO_ID == getPWisInfo.ISO_ID && x.JOT_JointNo == col2).JOT_ID + ",";
+ JOT_IDStr += newJointInfo.JOT_ID + ",";
+ }
+ else
+ {
+ result += "第" + (i + 2).ToString() + "行," + "该焊口已存在" + "\n";
+ }
}
}
errorInfos += result;
diff --git a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx.designer.cs b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx.designer.cs
index e6ed166..335d19a 100644
--- a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx.designer.cs
+++ b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/JointIn.aspx.designer.cs
@@ -7,11 +7,13 @@
// 自动生成>
//------------------------------------------------------------------------------
-namespace FineUIPro.Web.HJGL.DataIn {
-
-
- public partial class JointIn {
-
+namespace FineUIPro.Web.HJGL.DataIn
+{
+
+
+ public partial class JointIn
+ {
+
///
/// Head1 控件。
///
@@ -20,7 +22,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::System.Web.UI.HtmlControls.HtmlHead Head1;
-
+
///
/// form1 控件。
///
@@ -29,7 +31,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
-
+
///
/// PageManager1 控件。
///
@@ -38,7 +40,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.PageManager PageManager1;
-
+
///
/// Panel1 控件。
///
@@ -47,7 +49,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Panel Panel1;
-
+
///
/// panelCenterRegion 控件。
///
@@ -56,7 +58,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Panel panelCenterRegion;
-
+
///
/// Toolbar2 控件。
///
@@ -65,7 +67,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Toolbar Toolbar2;
-
+
///
/// FileExcel 控件。
///
@@ -74,7 +76,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.FileUpload FileExcel;
-
+
///
/// btnAudit 控件。
///
@@ -83,7 +85,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Button btnAudit;
-
+
///
/// imgbtnImport 控件。
///
@@ -92,7 +94,16 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Button imgbtnImport;
-
+
+ ///
+ /// cbUpdateIn 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.CheckBox cbUpdateIn;
+
///
/// ToolbarFill1 控件。
///
@@ -101,7 +112,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.ToolbarFill ToolbarFill1;
-
+
///
/// imgbtnUpload 控件。
///
@@ -110,7 +121,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Button imgbtnUpload;
-
+
///
/// hdFileName 控件。
///
@@ -119,7 +130,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.HiddenField hdFileName;
-
+
///
/// Grid1 控件。
///
@@ -128,7 +139,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Grid Grid1;
-
+
///
/// ToolbarSeparator1 控件。
///
@@ -137,7 +148,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.ToolbarSeparator ToolbarSeparator1;
-
+
///
/// ToolbarText1 控件。
///
@@ -146,7 +157,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.ToolbarText ToolbarText1;
-
+
///
/// ddlPageSize 控件。
///
@@ -155,7 +166,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.DropDownList ddlPageSize;
-
+
///
/// Window1 控件。
///
@@ -164,7 +175,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Window Window1;
-
+
///
/// Menu1 控件。
///
@@ -173,7 +184,7 @@ namespace FineUIPro.Web.HJGL.DataIn {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
protected global::FineUIPro.Menu Menu1;
-
+
///
/// btnMenuDelete 控件。
///
diff --git a/HJGL_DS/FineUIPro.Web/HJGL/WeldingManage/JointInfo.aspx b/HJGL_DS/FineUIPro.Web/HJGL/WeldingManage/JointInfo.aspx
index 7823936..1c3ed49 100644
--- a/HJGL_DS/FineUIPro.Web/HJGL/WeldingManage/JointInfo.aspx
+++ b/HJGL_DS/FineUIPro.Web/HJGL/WeldingManage/JointInfo.aspx
@@ -71,15 +71,12 @@
-
+
-
-
-
@@ -95,6 +92,8 @@
+
+
@@ -102,6 +101,8 @@
+
+
<%--
--%>
@@ -172,8 +173,8 @@
<%----%>
-
+
@@ -384,6 +385,10 @@
Target="top" EnableResize="true" runat="server" OnClose="Window1_Close" IsModal="true"
Width="800px" Height="650px">
+
+