From 57f3bd9b024c9a9f3edf9a2c9ec52c52cfb9abf7 Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期四, 11 七月 2024 14:59:36 +0800 Subject: [PATCH] 物料bug修复 --- WebTM/views/基础资料/公用基础资料/Gy_MaterTypeEdit.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_MaterTypeEdit.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_MaterTypeEdit.html" index d541c2c..1057507 100644 --- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_MaterTypeEdit.html" +++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/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; } -- Gitblit v1.9.1