diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
index 19932390..7efa2411 100644
--- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
+++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
@@ -2031,11 +2031,13 @@
+
+
@@ -2049,6 +2051,7 @@
+
@@ -2062,6 +2065,7 @@
+
@@ -17671,6 +17675,13 @@
CivilStructureDataIn.aspx
+
+ CivilStructureEdit.aspx
+ ASPXCodeBehind
+
+
+ CivilStructureEdit.aspx
+
Electrical.aspx
ASPXCodeBehind
@@ -17706,6 +17717,13 @@
FirefightingDataIn.aspx
+
+ FirefightingEdit.aspx
+ ASPXCodeBehind
+
+
+ FirefightingEdit.aspx
+
HVAC.aspx
ASPXCodeBehind
@@ -17797,6 +17815,13 @@
PlumbingDataIn.aspx
+
+ PlumbingEdit.aspx
+ ASPXCodeBehind
+
+
+ PlumbingEdit.aspx
+
ProjectSetup.aspx
ASPXCodeBehind
@@ -17888,6 +17913,13 @@
TelecomDataIn.aspx
+
+ TelecomEdit.aspx
+ ASPXCodeBehind
+
+
+ TelecomEdit.aspx
+
Video.aspx
ASPXCodeBehind
diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Systemstatus.aspx.cs b/SGGL/FineUIPro.Web/Transfer/Chart/Systemstatus.aspx.cs
index 64503e1f..489cb0c2 100644
--- a/SGGL/FineUIPro.Web/Transfer/Chart/Systemstatus.aspx.cs
+++ b/SGGL/FineUIPro.Web/Transfer/Chart/Systemstatus.aspx.cs
@@ -50,42 +50,43 @@ namespace FineUIPro.Web.Transfer.Chart
ISNULL(tpi.PipingCount,0) PipingCount,ISNULL(tpi1.PipingScount,0) PipingScount,
case ISNULL(tpi.PipingCount,0)
when 0 then 0
- else 100*(ISNULL(tpi1.PipingScount,0)/ISNULL(tpi.PipingCount,0)) end PipingPercent,
+ else CONVERT(DECIMAL(10,2),100*(ISNULL(tpi1.PipingScount,0)*1.0/ISNULL(tpi.PipingCount,0))) end PipingPercent,
ISNULL((TseCount+TreCount),0) as EqCount,ISNULL((TseSCount+TreSCount),0) as EqScount,
case ISNULL((TseCount+TreCount),0)
when 0 then 0
- else 100 *(ISNULL((TseSCount+TreSCount),0)/ISNULL((TseCount+TreCount),0)) end EqPercent,
+ else CONVERT(DECIMAL(10,2),100 *(ISNULL((TseSCount+TreSCount),0)*1.0/ISNULL((TseCount+TreCount),0))) end EqPercent,
ISNULL(TeCount,0) TeCount,ISNULL(TeScount,0) TeScount,
case ISNULL(TeCount,0)
when 0 then 0
- else 100*(ISNULL(TeScount,0)/ISNULL(TeCount,0)) end TePercent,
+ else CONVERT(DECIMAL(10,2),100*(ISNULL(TeScount,0)*1.0/ISNULL(TeCount,0))) end TePercent,
ISNULL(TiCount,0) TiCount,ISNULL(TiScount,0) TiScount,
case ISNULL(TiCount,0)
when 0 then 0
- else 100*(ISNULL(TiScount,0)/ISNULL(TiCount,0)) end TiPercent,
+ else CONVERT(DECIMAL(10,2),100*(ISNULL(TiScount,0)*1.0/ISNULL(TiCount,0))) end TiPercent,
ISNULL(TcsCount,0) TcsCount,ISNULL(TcsScount,0) TcsScount,
case ISNULL(TcsCount,0)
when 0 then 0
- else 100*(ISNULL(TcsScount,0)/ISNULL(TcsCount,0)) end TcsPercent,
+ else CONVERT(DECIMAL(10,2),100*(ISNULL(TcsScount,0)*1.0/ISNULL(TcsCount,0))) end TcsPercent,
ISNULL(TfCount,0) TfCount,ISNULL(TfScount,0) TfScount,
case ISNULL(TfCount,0)
when 0 then 0
- else 100*(ISNULL(TfScount,0)/ISNULL(TfCount,0)) end TfPercent,
+ else CONVERT(DECIMAL(10,2),100*(ISNULL(TfScount,0)*1.0/ISNULL(TfCount,0))) end TfPercent,
ISNULL(TtCount,0) TtCount,ISNULL(TtScount,0) TtScount,
case ISNULL(TtCount,0)
when 0 then 0
- else 100*(ISNULL(TtScount,0)/ISNULL(TtCount,0)) end TtPercent,
+ else CONVERT(DECIMAL(10,2),100*(ISNULL(TtScount,0)*1.0/ISNULL(TtCount,0))) end TtPercent,
+
+ ISNULL(TpCount,0) TpCount,ISNULL(TpScount,0) TpScount,
- ISNULL(TpCount,0) TpCount,ISNULL(TpScount,0) TtScount,
case ISNULL(TpCount,0)
when 0 then 0
- else 100*(ISNULL(TpScount,0)/ISNULL(TpCount,0)) end TpPercent,
+ else CONVERT(DECIMAL(10,2),100*(ISNULL(TpScount,0)*1.0/ISNULL(TpCount,0))) end TpPercent,
ts.PlanPWD,PlanJWD,McPlan,
SubmitPackage,ActualPWD,ActualJWD,ActualMC,Commissioning,
diff --git a/SGGL/FineUIPro.Web/Transfer/CivilStructure.aspx b/SGGL/FineUIPro.Web/Transfer/CivilStructure.aspx
index 23c52378..4e7e2c41 100644
--- a/SGGL/FineUIPro.Web/Transfer/CivilStructure.aspx
+++ b/SGGL/FineUIPro.Web/Transfer/CivilStructure.aspx
@@ -26,7 +26,7 @@
-
+
@@ -44,7 +44,8 @@
-
+
+
<%--
--%>
@@ -124,12 +125,18 @@
+
+
-
+
+
<%--
--%>
@@ -105,12 +106,18 @@
+
+
-
+
+
<%--
--%>
@@ -97,12 +98,20 @@
+
+
+
-
+
+
<%--
--%>
@@ -108,12 +109,18 @@
+
+