duhe
2023-07-14 21aeb6684971823373c4153c9c1f3dff7f8c9bcb
项目管理:列表 列名改为 中文
4个文件已修改
18 ■■■■ 已修改文件
WebTM/views/项目管理/项目阶段/Add_Edit_Gy_ProjectStage.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/项目管理/项目阶段/Gy_ProjectStage.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/项目管理/项目阶段/PM_ProjectReportBillList.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/项目管理/项目阶段/PM_ProjectStageBillList.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/ÏîÄ¿¹ÜÀí/ÏîÄ¿½×¶Î/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);
WebTM/views/ÏîÄ¿¹ÜÀí/ÏîÄ¿½×¶Î/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 = "";//调用接口后清空sWhere缓存
WebTM/views/ÏîÄ¿¹ÜÀí/ÏîÄ¿½×¶Î/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 é¡¹ç›®ä»£ç  like '%" + HProNumber + "%'";
                }
                if (HProjectStageID != "0") {
                    sWhere += " and HProjectStageID = " + HProjectStageID + "";
WebTM/views/ÏîÄ¿¹ÜÀí/ÏîÄ¿½×¶Î/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 = "";//调用接口后清空sWhere缓存