WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_MaterialHanding.html
@@ -296,13 +296,13 @@
            if (HMaterNumber) {
                sWhere += " and 物料代码 = '" + HMaterNumber + "'";
                sWhere += " and 物料代码 like '%" + HMaterNumber + "%'";
            }
            if (HMaterName) {
                sWhere += " and 物料名称 = '" + HMaterName + "'";
                sWhere += " and 物料名称 like '%" + HMaterName + "%'";
            }
            if (HModel) {
                sWhere += " and 规格型号 = '" + HModel + "'";
                sWhere += " and 规格型号 like '%" + HModel + "%'";
            }
            if (IsUse!=0) {
                sWhere += " and 是否启用 = '" + IsUse + "'";