diff --git a/erp_web/js/easyui-1.3.5/themes/icons/no.png b/erp_web/js/easyui-1.3.5/themes/icons/no.png
index 6adbed70..b14398db 100644
Binary files a/erp_web/js/easyui-1.3.5/themes/icons/no.png and b/erp_web/js/easyui-1.3.5/themes/icons/no.png differ
diff --git a/erp_web/pages/manage/app.html b/erp_web/pages/manage/app.html
index ae793d78..b727e5c2 100644
--- a/erp_web/pages/manage/app.html
+++ b/erp_web/pages/manage/app.html
@@ -156,7 +156,7 @@
{
title: '图标', field: 'icon', width: 100, formatter: function (value, row) {
if (value != null) {
- return "
";
+ return "
";
}
}
},
diff --git a/erp_web/pages/materials/material.html b/erp_web/pages/materials/material.html
index 09888dae..17b7ad80 100644
--- a/erp_web/pages/materials/material.html
+++ b/erp_web/pages/materials/material.html
@@ -1460,6 +1460,7 @@
$("#searchParentName").val("");
$("#searchParentId").val("");
$("#searchName").val("");
+ $("#searchModel").val("");
types = ""; //清空类别
//加载完以后重新初始化
$("#searchBtn").click();
diff --git a/erp_web/pages/materials/person.html b/erp_web/pages/materials/person.html
index 22ef2b56..f0025ab9 100644
--- a/erp_web/pages/materials/person.html
+++ b/erp_web/pages/materials/person.html
@@ -82,55 +82,13 @@