From c8a1a089ae0eb6d97661514b98951f22c4f1a759 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Fri, 21 Jun 2024 15:20:38 +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 --- .../InspectionPersonDataIn.aspx.cs | 2 +- SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user | 2 +- SGGL/FineUIPro.Web/common/mainProject2.aspx | 28 +++++++++++++------ SGGL/WebAPI/WebAPI.csproj.user | 2 +- 4 files changed, 23 insertions(+), 11 deletions(-) diff --git a/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionPersonDataIn.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionPersonDataIn.aspx.cs index 54d9d3d5..b2f87b15 100644 --- a/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionPersonDataIn.aspx.cs +++ b/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionPersonDataIn.aspx.cs @@ -570,7 +570,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive oldViewInfo.Remark = pds.Rows[i][13].ToString().Trim(); oldViewInfo.RemarkCode = Funs.GetNewInt(pds.Rows[i][14].ToString().Trim()); - oldViewInfo.InspectionPersonId = SQLHelper.GetNewID(typeof(Model.Comprehensive_InspectionPerson)); + //oldViewInfo.InspectionPersonId = SQLHelper.GetNewID(typeof(Model.Comprehensive_InspectionPerson)); oldViewInfo.CompileMan = this.CurrUser.UserId; oldViewInfo.CompileDate = DateTime.Now.Date; oldViewInfo.Status = BLL.Const.Comprehensive_Compile; diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user index 63722353..cb873201 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user @@ -1,7 +1,7 @@  - Debug|Any CPU + Release|Any CPU true false diff --git a/SGGL/FineUIPro.Web/common/mainProject2.aspx b/SGGL/FineUIPro.Web/common/mainProject2.aspx index d57e9cde..2fb63341 100644 --- a/SGGL/FineUIPro.Web/common/mainProject2.aspx +++ b/SGGL/FineUIPro.Web/common/mainProject2.aspx @@ -630,7 +630,7 @@ } }) // 焊接一次合格率 - hjmap() + //hjmap() function hjmap() { let allNumber = 70 // 总计 let finishNumber = 360 // 完成的数量 @@ -715,7 +715,7 @@ aPassChart.setOption(AOption1); } // 施工质量一次共检合格率 - ycmap() + //ycmap() function ycmap() { let allNumber = 70 // 总计 let finishNumber = 360 // 完成的数量 @@ -1290,7 +1290,9 @@ } var two =<%=Two %>; - var xArr1 = two.categories + console.log(two) + if (Array.isArray(two.series) && two.series.length == 6) { + var xArr1 = two.categories var data1 = [{ name: '本月BCWS', type: 'bar', @@ -1337,6 +1339,8 @@ } }] line('left_one', xArr1, data1) + } +