From e9499114bca870745b49e78f563fdafa8cb19a8a Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Mon, 8 Apr 2024 09:51:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CLGL/PipelineMaterialSumList.aspx.cs | 1 + SGGL/FineUIPro.Web/HJGL/FL/NdtList.aspx | 4 +- SGGL/FineUIPro.Web/HJGL/FL/NdtList.aspx.cs | 12 +- .../HJGL/FL/NdtList.aspx.designer.cs | 9 - SGGL/FineUIPro.Web/HJGL/FL/OneOKRate.aspx | 4 +- SGGL/FineUIPro.Web/HJGL/FL/OneOKRate.aspx.cs | 12 +- .../HJGL/FL/OneOKRate.aspx.designer.cs | 9 - .../HJGL/FL/PressurePackageList.aspx | 4 +- .../HJGL/FL/PressurePackageList.aspx.cs | 12 +- .../FL/PressurePackageList.aspx.designer.cs | 9 - SGGL/FineUIPro.Web/HJGL/FL/Quantity.aspx | 4 +- SGGL/FineUIPro.Web/HJGL/FL/Quantity.aspx.cs | 12 +- .../HJGL/FL/Quantity.aspx.designer.cs | 9 - SGGL/FineUIPro.Web/HJGL/FL/TailItemList.aspx | 4 +- .../HJGL/FL/TailItemList.aspx.cs | 12 +- .../HJGL/FL/TailItemList.aspx.designer.cs | 9 - SGGL/FineUIPro.Web/HJGL/FL/TotalQuantity.aspx | 4 +- .../HJGL/FL/TotalQuantity.aspx.cs | 12 +- .../HJGL/FL/TotalQuantity.aspx.designer.cs | 9 - .../Personal/TestRunMonthSummary.aspx | 193 +++++++++--------- SGGL/FineUIPro.Web/Web.config | 4 +- SGGL/FineUIPro.Web/common/Menu_Personal.xml | 3 + SGGL/FineUIPro.Web/common/Menu_TestRun.xml | 20 +- SGGL/FineUIPro.Web/common/Menu_Transfer.xml | 18 ++ SGGL/FineUIPro.Web/common/Menu_ZHGL.xml | 3 - SGGL/FineUIPro.Web/common/mainProject2.aspx | 2 +- .../FineUIPro.Web/common/mainProject2.aspx.cs | 5 +- 27 files changed, 153 insertions(+), 246 deletions(-) diff --git a/SGGL/FineUIPro.Web/CLGL/PipelineMaterialSumList.aspx.cs b/SGGL/FineUIPro.Web/CLGL/PipelineMaterialSumList.aspx.cs index 5ea4246b..585ff2c4 100644 --- a/SGGL/FineUIPro.Web/CLGL/PipelineMaterialSumList.aspx.cs +++ b/SGGL/FineUIPro.Web/CLGL/PipelineMaterialSumList.aspx.cs @@ -26,6 +26,7 @@ namespace FineUIPro.Web.CLGL this.btnGetAll.Hidden = false; } this.ddlPageSize.SelectedValue = Grid1.PageSize.ToString(); + BLL.MCSWebService.GetCLData(null, null); // 绑定表格 this.BindGrid(); } diff --git a/SGGL/FineUIPro.Web/HJGL/FL/NdtList.aspx b/SGGL/FineUIPro.Web/HJGL/FL/NdtList.aspx index 9a684b29..43b8d718 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/NdtList.aspx +++ b/SGGL/FineUIPro.Web/HJGL/FL/NdtList.aspx @@ -33,9 +33,7 @@ - - - + diff --git a/SGGL/FineUIPro.Web/HJGL/FL/NdtList.aspx.cs b/SGGL/FineUIPro.Web/HJGL/FL/NdtList.aspx.cs index ba1e0129..bdcf6fe6 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/NdtList.aspx.cs +++ b/SGGL/FineUIPro.Web/HJGL/FL/NdtList.aspx.cs @@ -85,17 +85,7 @@ namespace FineUIPro.Web.HJGL.FL /// protected void btnUrlN_Click(object sender, EventArgs e) { - PageContext.RegisterStartupScript(String.Format("window.open('http://192.168.30.40:8102/pcms/');")); - } - - /// - /// 外网进入软件 - /// - /// - /// - protected void btnUrlW_Click(object sender, EventArgs e) - { - PageContext.RegisterStartupScript(String.Format("window.open('http://221.232.143.174:8102/pcms');")); + PageContext.RegisterStartupScript(String.Format("window.open('https://4dgd.cwcec.com/');")); } /// diff --git a/SGGL/FineUIPro.Web/HJGL/FL/NdtList.aspx.designer.cs b/SGGL/FineUIPro.Web/HJGL/FL/NdtList.aspx.designer.cs index db20ddad..54cd18f6 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/NdtList.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/HJGL/FL/NdtList.aspx.designer.cs @@ -75,15 +75,6 @@ namespace FineUIPro.Web.HJGL.FL { /// protected global::FineUIPro.Button btnUrlN; - /// - /// btnUrlW 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.Button btnUrlW; - /// /// btnGet 控件。 /// diff --git a/SGGL/FineUIPro.Web/HJGL/FL/OneOKRate.aspx b/SGGL/FineUIPro.Web/HJGL/FL/OneOKRate.aspx index d6213ef2..0d37b59d 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/OneOKRate.aspx +++ b/SGGL/FineUIPro.Web/HJGL/FL/OneOKRate.aspx @@ -33,9 +33,7 @@ - - - + diff --git a/SGGL/FineUIPro.Web/HJGL/FL/OneOKRate.aspx.cs b/SGGL/FineUIPro.Web/HJGL/FL/OneOKRate.aspx.cs index f60914ce..45265c61 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/OneOKRate.aspx.cs +++ b/SGGL/FineUIPro.Web/HJGL/FL/OneOKRate.aspx.cs @@ -35,17 +35,7 @@ namespace FineUIPro.Web.HJGL.FL /// protected void btnUrlN_Click(object sender, EventArgs e) { - PageContext.RegisterStartupScript(String.Format("window.open('http://192.168.30.40:8102/pcms/');")); - } - - /// - /// 外网进入软件 - /// - /// - /// - protected void btnUrlW_Click(object sender, EventArgs e) - { - PageContext.RegisterStartupScript(String.Format("window.open('http://221.232.143.174:8102/pcms');")); + PageContext.RegisterStartupScript(String.Format("window.open('https://4dgd.cwcec.com/');")); } /// diff --git a/SGGL/FineUIPro.Web/HJGL/FL/OneOKRate.aspx.designer.cs b/SGGL/FineUIPro.Web/HJGL/FL/OneOKRate.aspx.designer.cs index 7f7f00fd..75ca72fe 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/OneOKRate.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/HJGL/FL/OneOKRate.aspx.designer.cs @@ -75,15 +75,6 @@ namespace FineUIPro.Web.HJGL.FL { /// protected global::FineUIPro.Button btnUrlN; - /// - /// btnUrlW 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.Button btnUrlW; - /// /// btnGet 控件。 /// diff --git a/SGGL/FineUIPro.Web/HJGL/FL/PressurePackageList.aspx b/SGGL/FineUIPro.Web/HJGL/FL/PressurePackageList.aspx index 97f243c1..cf4bfaf4 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/PressurePackageList.aspx +++ b/SGGL/FineUIPro.Web/HJGL/FL/PressurePackageList.aspx @@ -33,9 +33,7 @@ - - - + diff --git a/SGGL/FineUIPro.Web/HJGL/FL/PressurePackageList.aspx.cs b/SGGL/FineUIPro.Web/HJGL/FL/PressurePackageList.aspx.cs index bc2c89a5..7efbfd95 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/PressurePackageList.aspx.cs +++ b/SGGL/FineUIPro.Web/HJGL/FL/PressurePackageList.aspx.cs @@ -35,17 +35,7 @@ namespace FineUIPro.Web.HJGL.FL /// protected void btnUrlN_Click(object sender, EventArgs e) { - PageContext.RegisterStartupScript(String.Format("window.open('http://192.168.30.40:8102/pcms/');")); - } - - /// - /// 外网进入软件 - /// - /// - /// - protected void btnUrlW_Click(object sender, EventArgs e) - { - PageContext.RegisterStartupScript(String.Format("window.open('http://221.232.143.174:8102/pcms');")); + PageContext.RegisterStartupScript(String.Format("window.open('https://4dgd.cwcec.com/');")); } /// diff --git a/SGGL/FineUIPro.Web/HJGL/FL/PressurePackageList.aspx.designer.cs b/SGGL/FineUIPro.Web/HJGL/FL/PressurePackageList.aspx.designer.cs index 58647148..ab33cd91 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/PressurePackageList.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/HJGL/FL/PressurePackageList.aspx.designer.cs @@ -75,15 +75,6 @@ namespace FineUIPro.Web.HJGL.FL { /// protected global::FineUIPro.Button btnUrlN; - /// - /// btnUrlW 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.Button btnUrlW; - /// /// btnGet 控件。 /// diff --git a/SGGL/FineUIPro.Web/HJGL/FL/Quantity.aspx b/SGGL/FineUIPro.Web/HJGL/FL/Quantity.aspx index 31a0dbcc..ca6d046a 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/Quantity.aspx +++ b/SGGL/FineUIPro.Web/HJGL/FL/Quantity.aspx @@ -39,9 +39,7 @@ - - - + diff --git a/SGGL/FineUIPro.Web/HJGL/FL/Quantity.aspx.cs b/SGGL/FineUIPro.Web/HJGL/FL/Quantity.aspx.cs index f6263ace..9408c510 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/Quantity.aspx.cs +++ b/SGGL/FineUIPro.Web/HJGL/FL/Quantity.aspx.cs @@ -35,17 +35,7 @@ namespace FineUIPro.Web.HJGL.FL /// protected void btnUrlN_Click(object sender, EventArgs e) { - PageContext.RegisterStartupScript(String.Format("window.open('http://192.168.30.40:8102/pcms/');")); - } - - /// - /// 外网进入软件 - /// - /// - /// - protected void btnUrlW_Click(object sender, EventArgs e) - { - PageContext.RegisterStartupScript(String.Format("window.open('http://221.232.143.174:8102/pcms');")); + PageContext.RegisterStartupScript(String.Format("window.open('https://4dgd.cwcec.com/');")); } /// diff --git a/SGGL/FineUIPro.Web/HJGL/FL/Quantity.aspx.designer.cs b/SGGL/FineUIPro.Web/HJGL/FL/Quantity.aspx.designer.cs index a59122fd..e587f25b 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/Quantity.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/HJGL/FL/Quantity.aspx.designer.cs @@ -93,15 +93,6 @@ namespace FineUIPro.Web.HJGL.FL { /// protected global::FineUIPro.Button btnUrlN; - /// - /// btnUrlW 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.Button btnUrlW; - /// /// btnGet 控件。 /// diff --git a/SGGL/FineUIPro.Web/HJGL/FL/TailItemList.aspx b/SGGL/FineUIPro.Web/HJGL/FL/TailItemList.aspx index 868e2c1f..e57cb632 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/TailItemList.aspx +++ b/SGGL/FineUIPro.Web/HJGL/FL/TailItemList.aspx @@ -33,9 +33,7 @@ - - - + diff --git a/SGGL/FineUIPro.Web/HJGL/FL/TailItemList.aspx.cs b/SGGL/FineUIPro.Web/HJGL/FL/TailItemList.aspx.cs index 4e1bf4f7..2e5b22d7 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/TailItemList.aspx.cs +++ b/SGGL/FineUIPro.Web/HJGL/FL/TailItemList.aspx.cs @@ -35,17 +35,7 @@ namespace FineUIPro.Web.HJGL.FL /// protected void btnUrlN_Click(object sender, EventArgs e) { - PageContext.RegisterStartupScript(String.Format("window.open('http://192.168.30.40:8102/pcms/');")); - } - - /// - /// 外网进入软件 - /// - /// - /// - protected void btnUrlW_Click(object sender, EventArgs e) - { - PageContext.RegisterStartupScript(String.Format("window.open('http://221.232.143.174:8102/pcms');")); + PageContext.RegisterStartupScript(String.Format("window.open('https://4dgd.cwcec.com/');")); } /// diff --git a/SGGL/FineUIPro.Web/HJGL/FL/TailItemList.aspx.designer.cs b/SGGL/FineUIPro.Web/HJGL/FL/TailItemList.aspx.designer.cs index 60113576..a9cafdfd 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/TailItemList.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/HJGL/FL/TailItemList.aspx.designer.cs @@ -75,15 +75,6 @@ namespace FineUIPro.Web.HJGL.FL { /// protected global::FineUIPro.Button btnUrlN; - /// - /// btnUrlW 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.Button btnUrlW; - /// /// btnGet 控件。 /// diff --git a/SGGL/FineUIPro.Web/HJGL/FL/TotalQuantity.aspx b/SGGL/FineUIPro.Web/HJGL/FL/TotalQuantity.aspx index c4557cf7..8f0bbbd2 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/TotalQuantity.aspx +++ b/SGGL/FineUIPro.Web/HJGL/FL/TotalQuantity.aspx @@ -31,9 +31,7 @@ - - - + diff --git a/SGGL/FineUIPro.Web/HJGL/FL/TotalQuantity.aspx.cs b/SGGL/FineUIPro.Web/HJGL/FL/TotalQuantity.aspx.cs index 1d07d5eb..5e1611cf 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/TotalQuantity.aspx.cs +++ b/SGGL/FineUIPro.Web/HJGL/FL/TotalQuantity.aspx.cs @@ -35,17 +35,7 @@ namespace FineUIPro.Web.HJGL.FL /// protected void btnUrlN_Click(object sender, EventArgs e) { - PageContext.RegisterStartupScript(String.Format("window.open('http://192.168.30.40:8102/pcms/');")); - } - - /// - /// 外网进入软件 - /// - /// - /// - protected void btnUrlW_Click(object sender, EventArgs e) - { - PageContext.RegisterStartupScript(String.Format("window.open('http://221.232.143.174:8102/pcms');")); + PageContext.RegisterStartupScript(String.Format("window.open('https://4dgd.cwcec.com/');")); } /// diff --git a/SGGL/FineUIPro.Web/HJGL/FL/TotalQuantity.aspx.designer.cs b/SGGL/FineUIPro.Web/HJGL/FL/TotalQuantity.aspx.designer.cs index a03d0704..be042ae5 100644 --- a/SGGL/FineUIPro.Web/HJGL/FL/TotalQuantity.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/HJGL/FL/TotalQuantity.aspx.designer.cs @@ -66,15 +66,6 @@ namespace FineUIPro.Web.HJGL.FL { /// protected global::FineUIPro.Button btnUrlN; - /// - /// btnUrlW 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.Button btnUrlW; - /// /// btnGet 控件。 /// diff --git a/SGGL/FineUIPro.Web/Personal/TestRunMonthSummary.aspx b/SGGL/FineUIPro.Web/Personal/TestRunMonthSummary.aspx index c27543fa..c10c9ab7 100644 --- a/SGGL/FineUIPro.Web/Personal/TestRunMonthSummary.aspx +++ b/SGGL/FineUIPro.Web/Personal/TestRunMonthSummary.aspx @@ -23,14 +23,14 @@ background: rgba(0, 0, 0, 0.5); } - .imgPreview img { - z-index: 100; - width: 60%; - position: fixed; - top: 50%; - left: 50%; - transform: translate(-50%,-50%); - } + .imgPreview img { + z-index: 100; + width: 60%; + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + } /*添加鼠标移入图片效果*/ .img { cursor: url("ico/放大镜.png"), auto; @@ -40,85 +40,86 @@
- - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + +
- +
diff --git a/SGGL/FineUIPro.Web/Web.config b/SGGL/FineUIPro.Web/Web.config index 9fc55c34..963148f2 100644 --- a/SGGL/FineUIPro.Web/Web.config +++ b/SGGL/FineUIPro.Web/Web.config @@ -12,7 +12,7 @@ - + @@ -77,7 +77,7 @@ - + diff --git a/SGGL/FineUIPro.Web/common/Menu_Personal.xml b/SGGL/FineUIPro.Web/common/Menu_Personal.xml index ac8364da..a20d7aa1 100644 --- a/SGGL/FineUIPro.Web/common/Menu_Personal.xml +++ b/SGGL/FineUIPro.Web/common/Menu_Personal.xml @@ -7,4 +7,7 @@ + + + \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/common/Menu_TestRun.xml b/SGGL/FineUIPro.Web/common/Menu_TestRun.xml index ef07bfad..3967bb70 100644 --- a/SGGL/FineUIPro.Web/common/Menu_TestRun.xml +++ b/SGGL/FineUIPro.Web/common/Menu_TestRun.xml @@ -46,12 +46,12 @@ - - - + + + + - @@ -69,9 +69,11 @@ + + @@ -95,7 +97,15 @@ - + + + + + + + + + diff --git a/SGGL/FineUIPro.Web/common/Menu_Transfer.xml b/SGGL/FineUIPro.Web/common/Menu_Transfer.xml index 91d9fd84..4d3b9e97 100644 --- a/SGGL/FineUIPro.Web/common/Menu_Transfer.xml +++ b/SGGL/FineUIPro.Web/common/Menu_Transfer.xml @@ -1,3 +1,21 @@  + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/common/Menu_ZHGL.xml b/SGGL/FineUIPro.Web/common/Menu_ZHGL.xml index 3ddcd7cf..69859890 100644 --- a/SGGL/FineUIPro.Web/common/Menu_ZHGL.xml +++ b/SGGL/FineUIPro.Web/common/Menu_ZHGL.xml @@ -83,11 +83,8 @@ -<<<<<<< HEAD -======= ->>>>>>> 0ae4143492852fa438a0c21d967acf7271ee604e \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/common/mainProject2.aspx b/SGGL/FineUIPro.Web/common/mainProject2.aspx index 3b29d221..70749b15 100644 --- a/SGGL/FineUIPro.Web/common/mainProject2.aspx +++ b/SGGL/FineUIPro.Web/common/mainProject2.aspx @@ -253,7 +253,7 @@ class="y_image_default">设备材料 -->
赢得值曲线实物工程量
-
关键事项完成率<%=gjsxRate %>
+
关键事项准点率<%=gjsxRate %>
diff --git a/SGGL/FineUIPro.Web/common/mainProject2.aspx.cs b/SGGL/FineUIPro.Web/common/mainProject2.aspx.cs index 111078dd..4f4d6b35 100644 --- a/SGGL/FineUIPro.Web/common/mainProject2.aspx.cs +++ b/SGGL/FineUIPro.Web/common/mainProject2.aspx.cs @@ -1056,8 +1056,9 @@ namespace FineUIPro.Web.common SqlParameter[] Staticparameter = listStaticListStr.ToArray(); DataTable statcitbDataTable = SQLHelper.GetDataTableRunProc("Sp_GJSXStatistic", Staticparameter); - var allcount = Funs.GetNewIntOrZero(statcitbDataTable.Rows[0]["allcount"].ToString()); - var closecount = Funs.GetNewIntOrZero(statcitbDataTable.Rows[0]["closecount"].ToString()); + var list = from x in Funs.DB.GJSX where x.ProjectId == this.CurrUser.LoginProjectId select x; + var allcount = list.Count(x => x.State == "0") + list.Count(x => x.State != "0" && x.CompleteDate < DateTime.Now); + var closecount = list.Count(x => x.State == "0"); gjsxRate = String.Format("{0:N2}", 100.0 * closecount / allcount); gjsxRate = gjsxRate.ToString().Replace("NaN", "0") + "%"; }