wtt
2024-07-11 57f3bd9b024c9a9f3edf9a2c9ec52c52cfb9abf7
物料bug修复
1个文件已修改
3 ■■■■ 已修改文件
WebTM/views/基础资料/公用基础资料/Gy_MaterTypeEdit.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/公用基础资料/Gy_MaterTypeEdit.html
@@ -212,7 +212,8 @@
        //鏌ヨ鐖剁骇
        function Parent() {
            var sWhere = " and HParentID=0 ";
            /*var sWhere = " and HParentID=0 ";*/
            var sWhere = "";
            if (hID != "" && hID != null) {
                sWhere += " and HItemID!=" + hID;
            }