From 21aeb6684971823373c4153c9c1f3dff7f8c9bcb Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 14 七月 2023 11:05:54 +0800
Subject: [PATCH] 项目管理:列表 列名改为 中文

---
 WebTM/views/项目管理/项目阶段/Add_Edit_Gy_ProjectStage.html |    2 +-
 WebTM/views/项目管理/项目阶段/PM_ProjectStageBillList.html  |    4 ++--
 WebTM/views/项目管理/项目阶段/PM_ProjectReportBillList.html |    6 +++---
 WebTM/views/项目管理/项目阶段/Gy_ProjectStage.html          |    6 +++---
 4 files changed, 9 insertions(+), 9 deletions(-)

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/Add_Edit_Gy_ProjectStage.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/Add_Edit_Gy_ProjectStage.html"
index 284deba..229ee69 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/Add_Edit_Gy_ProjectStage.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/Add_Edit_Gy_ProjectStage.html"
@@ -323,7 +323,7 @@
                                 , "HIsKey": data.HIsKey
                                 , "HRemark": data.HRemark
                                 , "HStopflag": data.HStopflag
-                                , "HUSEORGID": data.HUSEORGID
+                                , "HUSEORGID": data.HCREATEORGID
                                 , "HParentID": data.HParentID
                             });
                             layer.close(ajaxLoad);
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/Gy_ProjectStage.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/Gy_ProjectStage.html"
index 8534768..d4a67b9 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/Gy_ProjectStage.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/Gy_ProjectStage.html"
@@ -373,13 +373,13 @@
                 }
 
                 if (HNumber) {
-                    sWhere += " and HNumber like '%" + HNumber + "%'";
+                    sWhere += " and 闃舵缂栫爜 like '%" + HNumber + "%'";
                 }
                 if (HName) {
-                    sWhere += " and HName like '%" + HName + "%'";
+                    sWhere += " and 闃舵鍚嶇О like '%" + HName + "%'";
                 }
                 if (HOrgID) {
-                    sWhere += " and HUSEORGID = '" + HOrgID + "'";
+                    sWhere += " and 鍒涘缓缁勭粐 = '" + HOrgID + "'";
                 }
                 get_Display(sWhere);
                 sWhere = "";//璋冪敤鎺ュ彛鍚庢竻绌簊Where缂撳瓨
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_ProjectReportBillList.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_ProjectReportBillList.html"
index 2994a83..a14fe7c 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_ProjectReportBillList.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_ProjectReportBillList.html"
@@ -143,7 +143,7 @@
             var HModName = "PM_ProjectReportBillList";
 
             //涓嶉渶瑕佹樉绀虹殑瀛楁 鍙墿灞�
-            var titleData = ["HItemID","HProcessID_K3","HUSEORGID"];
+            var titleData = ["HInterID", "HProjectStageID", "HOrgID", "HPMGoodsID","HReportEmpID","HEntryID","HEmpID",];
             //#endregion
 
             //#region 杩涘叆椤甸潰鍗冲姞杞�
@@ -407,10 +407,10 @@
                 }
 
                 if (HBillNo) {
-                    sWhere += " and HBillNo like '%" + HBillNo + "%'";
+                    sWhere += " and 鍗曟嵁鍙� like '%" + HBillNo + "%'";
                 }
                 if (HProNumber) {
-                    sWhere += " and HProNumber like '%" + HProNumber + "%'";
+                    sWhere += " and 椤圭洰浠g爜 like '%" + HProNumber + "%'";
                 }
                 if (HProjectStageID != "0") {
                     sWhere += " and HProjectStageID = " + HProjectStageID + "";
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_ProjectStageBillList.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_ProjectStageBillList.html"
index afeec6e..d79c38b 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_ProjectStageBillList.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_ProjectStageBillList.html"
@@ -117,7 +117,7 @@
             var HModName = "PM_ProjectStageBillList";
 
             //涓嶉渶瑕佹樉绀虹殑瀛楁 鍙墿灞�
-            var titleData = ["HItemID","HProcessID_K3","HUSEORGID"];
+            var titleData = ["HInterID",'HEntryID',"HPMGoodsID","HProjectStageID"];
             //#endregion
 
             //#region 杩涘叆椤甸潰鍗冲姞杞�
@@ -358,7 +358,7 @@
                     sWhere += " and " + ColName + " " + com;
                 }
                 if (HBillNo) {
-                    sWhere += " and HBillNo like '%" + HBillNo + "%'";
+                    sWhere += " and 鍗曟嵁鍙� like '%" + HBillNo + "%'";
                 }
                 get_Display(sWhere);
                 sWhere = "";//璋冪敤鎺ュ彛鍚庢竻绌簊Where缂撳瓨

--
Gitblit v1.9.1