Index: ssts-web/src/main/webapp/homepage/menu.jsp
===================================================================
diff -u -r38039 -r38040
--- ssts-web/src/main/webapp/homepage/menu.jsp (.../menu.jsp) (revision 38039)
+++ ssts-web/src/main/webapp/homepage/menu.jsp (.../menu.jsp) (revision 38040)
@@ -1321,6 +1321,36 @@
}
/**
+ * 《ZSRY-60:设备巡检管理》总菜单
+ */
+var SSTS_EquipmentInspection_Menu = true;
+
+ if (!notInWhiteList(sstsConfig, 'enableEquipmentInspectionManagementFunction')) {
+ SSTS_EquipmentInspection_Menu = false
+ }
+
+
+/**
+ * 《ZSRY-60:设备巡检记录》菜单
+ */
+ var SSTS_EquipmentInspection_Query = true;
+
+ if (!notInWhiteList(sstsConfig, 'enableEquipmentInspectionManagementFunction')) {
+ SSTS_EquipmentInspection_Query = false
+ }
+
+
+/**
+ * 《ZSRY-60:设备巡检配置管理》菜单
+ */
+ var SSTS_EquipmentInspection_Config = true;
+
+ if (!notInWhiteList(sstsConfig, 'enableEquipmentInspectionManagementFunction')) {
+ SSTS_EquipmentInspection_Config = false
+ }
+
+
+/**
* 《召回记录管理》菜单
*/
var SSTS_RecallRecord_Menu = true;