From ec529f82022553ba01e9340d3b72a8f7a723ef36 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 16 八月 2023 15:40:42 +0800
Subject: [PATCH] 项目阶段汇报:项目代码带出子表项目占比

---
 WebTM/Properties/PublishProfiles/JFTM.pubxml.user |    2 +-
 WebTM/views/项目管理/项目阶段/PM_ProjectReportBill.html   |   22 +++++++++++-----------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index ef68e2c..00f268f 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -4455,7 +4455,7 @@
       <publishTime>07/06/2023 09:17:28</publishTime>
     </File>
     <File Include="views/椤圭洰绠$悊/椤圭洰闃舵/PM_ProjectReportBill.html">
-      <publishTime>08/16/2023 14:30:15</publishTime>
+      <publishTime>08/16/2023 15:33:02</publishTime>
     </File>
     <File Include="views/椤圭洰绠$悊/椤圭洰闃舵/PM_ProjectReportBillList.html">
       <publishTime>07/14/2023 10:39:07</publishTime>
diff --git "a/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\351\241\271\347\233\256\351\230\266\346\256\265/PM_ProjectReportBill.html" "b/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\351\241\271\347\233\256\351\230\266\346\256\265/PM_ProjectReportBill.html"
index 1da54da..33c0ac1 100644
--- "a/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\351\241\271\347\233\256\351\230\266\346\256\265/PM_ProjectReportBill.html"
+++ "b/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\351\241\271\347\233\256\351\230\266\346\256\265/PM_ProjectReportBill.html"
@@ -770,17 +770,17 @@
                                 //鏍规嵁琛ㄤ綋鍒楋紝濉厖琛ㄤ綋鏁版嵁
                                 var num = [];
                                 for (var i = 0; i < tableSub_Emp.length; i++) {
-                                    var rowdata = 
-                                        {
-                                            "RowID": (i + 1) * 10
-                                            , 'HEmpID': tableSub_Emp[i]["HEmployeeID"]
-                                            , 'HEmpName': tableSub_Emp[i]["HEmployeeName"]
-                                            , 'HIsPM': tableSub_Emp[i]["HIsPM"]
-                                            , 'HRate': '0'
-                                            , 'HAvgMoney': '0'
-                                            , 'HCountMoney': '0'
-                                            , 'HRemarkSub': ''
-                                        };
+                                    var rowdata =
+                                    {
+                                        "RowID": (i + 1) * 10
+                                        , 'HEmpID': tableSub_Emp[i]["HEmployeeID"]
+                                        , 'HEmpName': tableSub_Emp[i]["HEmployeeName"]
+                                        , 'HIsPM': tableSub_Emp[i]["HIsPM"]
+                                        , 'HRate': tableSub_Emp[i]["HRate"]
+                                        , 'HAvgMoney': '0'
+                                        , 'HCountMoney': '0'
+                                        , 'HRemarkSub': ''
+                                    };
                                     num.push(rowdata);
                                 }
                                 option.data = num;

--
Gitblit v1.9.1