diff --git a/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionMachine.aspx b/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionMachine.aspx index 91601a21..838acfdf 100644 --- a/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionMachine.aspx +++ b/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionMachine.aspx @@ -59,7 +59,7 @@ - + diff --git a/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionMachineDataIn.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionMachineDataIn.aspx.cs index 2c786170..3edb1a77 100644 --- a/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionMachineDataIn.aspx.cs +++ b/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionMachineDataIn.aspx.cs @@ -542,7 +542,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive oldViewInfo.TestCycle = pds.Rows[i][7].ToString().Trim(); - oldViewInfo.IsOnSite = pds.Rows[i][8].ToString().Trim() == "是" ? true : false; + oldViewInfo.IsVerification = pds.Rows[i][8].ToString().Trim() == "是" ? true : false; if (!string.IsNullOrEmpty(pds.Rows[i][9].ToString().Trim())) { diff --git a/SGGL/FineUIPro.Web/File/Excel/DataIn/机具报验导入模板.xls b/SGGL/FineUIPro.Web/File/Excel/DataIn/机具报验导入模板.xls index 3ba4c985..c61e5f4a 100644 Binary files a/SGGL/FineUIPro.Web/File/Excel/DataIn/机具报验导入模板.xls and b/SGGL/FineUIPro.Web/File/Excel/DataIn/机具报验导入模板.xls differ diff --git a/SGGL/FineUIPro.Web/Transfer/CivilStructure.aspx b/SGGL/FineUIPro.Web/Transfer/CivilStructure.aspx index e4e1f699..0555a232 100644 --- a/SGGL/FineUIPro.Web/Transfer/CivilStructure.aspx +++ b/SGGL/FineUIPro.Web/Transfer/CivilStructure.aspx @@ -24,7 +24,8 @@ - + <%----%> + diff --git a/SGGL/FineUIPro.Web/Transfer/CivilStructure.aspx.cs b/SGGL/FineUIPro.Web/Transfer/CivilStructure.aspx.cs index eeb23e1f..a827b8bd 100644 --- a/SGGL/FineUIPro.Web/Transfer/CivilStructure.aspx.cs +++ b/SGGL/FineUIPro.Web/Transfer/CivilStructure.aspx.cs @@ -63,12 +63,17 @@ namespace FineUIPro.Web.Transfer // strSql += " AND Test_Package_START <= @InspectionDateZ"; // listStr.Add(new SqlParameter("@InspectionDateZ", Funs.GetNewDateTime(txtEndTime.Text.Trim()))); //} - if (!string.IsNullOrEmpty(this.txtSystem.Text.Trim())) - { - strSql += " AND SystemName like @SystemName"; - listStr.Add(new SqlParameter("@SystemName", "%" + this.txtSystem.Text.Trim() + "%")); - } + //if (!string.IsNullOrEmpty(this.txtSystem.Text.Trim())) + //{ + // strSql += " AND SystemName like @SystemName"; + // listStr.Add(new SqlParameter("@SystemName", "%" + this.txtSystem.Text.Trim() + "%")); + //} + if (!string.IsNullOrEmpty(this.txtSysSubNo.Text.Trim())) + { + strSql += " AND Test_Package like @SysSubNo"; + listStr.Add(new SqlParameter("@SysSubNo", "%" + this.txtSysSubNo.Text.Trim() + "%")); + } if (!string.IsNullOrEmpty(ddStatus.SelectedValue)) { strSql += " And FINAL_Status='" + ddStatus.SelectedValue + "' "; diff --git a/SGGL/FineUIPro.Web/Transfer/CivilStructure.aspx.designer.cs b/SGGL/FineUIPro.Web/Transfer/CivilStructure.aspx.designer.cs index 09737e61..3fa9454b 100644 --- a/SGGL/FineUIPro.Web/Transfer/CivilStructure.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/Transfer/CivilStructure.aspx.designer.cs @@ -69,13 +69,13 @@ namespace FineUIPro.Web.Transfer protected global::FineUIPro.TextBox txtCivil_Structure; /// - /// txtSystem 控件。 + /// txtSysSubNo 控件。 /// /// /// 自动生成的字段。 /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// - protected global::FineUIPro.TextBox txtSystem; + protected global::FineUIPro.TextBox txtSysSubNo; /// /// ddStatus 控件。 diff --git a/SGGL/FineUIPro.Web/Transfer/Electrical.aspx b/SGGL/FineUIPro.Web/Transfer/Electrical.aspx index a81f5f1a..39504c45 100644 --- a/SGGL/FineUIPro.Web/Transfer/Electrical.aspx +++ b/SGGL/FineUIPro.Web/Transfer/Electrical.aspx @@ -12,19 +12,20 @@ - + - + - + - + <%----%> + @@ -55,15 +56,15 @@ - + - - + + - + - + - + - + - + @@ -95,16 +96,16 @@ - + - - + + - - + + @@ -114,9 +115,9 @@ - + - + - + @@ -137,7 +138,7 @@ - +