Index: ssts-web/src/main/webapp/disinfectsystem/toussemanager/instrumentGoodsManagement/instrumentRoomGoodsManagement.js
===================================================================
diff -u -r18377 -r18418
--- ssts-web/src/main/webapp/disinfectsystem/toussemanager/instrumentGoodsManagement/instrumentRoomGoodsManagement.js (.../instrumentRoomGoodsManagement.js) (revision 18377)
+++ ssts-web/src/main/webapp/disinfectsystem/toussemanager/instrumentGoodsManagement/instrumentRoomGoodsManagement.js (.../instrumentRoomGoodsManagement.js) (revision 18418)
@@ -347,15 +347,15 @@
var sign = true;
var tbar = [{
text : '器械包位置管理',
- hidden : SSTS_OR_Create,
+ hidden : !SSTS_InstrumentGoodsManagement,
iconCls : 'btn_ext_application_add',
handler : function() {
var url = WWWROOT+'/disinfectsystem/toussemanager/position/changePosition.jsp?editMode=true&operation=发货';
document.location.href = url;
}
},'-', {
text : '器械包签收',
- hidden : SSTS_OR_Delete,
+ hidden : !SSTS_InstrumentGoodsManagement,
iconCls : 'btn_ext_application_add',
handler : function() {
var url = WWWROOT+'/disinfectsystem/toussemanager/position/changePosition.jsp?editMode=true&operation=签收';
Index: ssts-web/src/main/resources/systemset/operationDefine.xml
===================================================================
diff -u -r18320 -r18418
--- ssts-web/src/main/resources/systemset/operationDefine.xml (.../operationDefine.xml) (revision 18320)
+++ ssts-web/src/main/resources/systemset/operationDefine.xml (.../operationDefine.xml) (revision 18418)
@@ -263,6 +263,7 @@
+
Index: ssts-web/src/main/webapp/homepage/menuconfigure.js
===================================================================
diff -u -r18377 -r18418
--- ssts-web/src/main/webapp/homepage/menuconfigure.js (.../menuconfigure.js) (revision 18377)
+++ ssts-web/src/main/webapp/homepage/menuconfigure.js (.../menuconfigure.js) (revision 18418)
@@ -360,7 +360,7 @@
},{
text:"手术仪器管理",
singleClickExpand:singleClickExpandTree,
- hidden:SSTS_TousseManagerView || !enableSurgicalInstrumentsManagement,
+ hidden:!SSTS_InstrumentGoodsManagement || !enableSurgicalInstrumentsManagement,
children:[
{hidden :SSTS_Tousse,text:"仪器班物品管理",href:WWWROOT+'/disinfectsystem/toussemanager/instrumentGoodsManagement/instrumentRoomGoodsManagement.jsp?editMode=true',hrefTarget:linkTarget,leaf:true}
]
Index: ssts-web/src/main/webapp/homepage/menu.jsp
===================================================================
diff -u -r18320 -r18418
--- ssts-web/src/main/webapp/homepage/menu.jsp (.../menu.jsp) (revision 18320)
+++ ssts-web/src/main/webapp/homepage/menu.jsp (.../menu.jsp) (revision 18418)
@@ -1751,5 +1751,9 @@
if (sstsConfig.enableSurgicalInstrumentsManagement) {
enableSurgicalInstrumentsManagement = true;
}
+var SSTS_InstrumentGoodsManagement = false;
+
+SSTS_InstrumentGoodsManagement = true;
+
\ No newline at end of file
Index: ssts-web/src/main/webapp/disinfectsystem/toussemanager/instrumentGoodsManagement/instrumentRoomGoodsManagement.jsp
===================================================================
diff -u -r18377 -r18418
--- ssts-web/src/main/webapp/disinfectsystem/toussemanager/instrumentGoodsManagement/instrumentRoomGoodsManagement.jsp (.../instrumentRoomGoodsManagement.jsp) (revision 18377)
+++ ssts-web/src/main/webapp/disinfectsystem/toussemanager/instrumentGoodsManagement/instrumentRoomGoodsManagement.jsp (.../instrumentRoomGoodsManagement.jsp) (revision 18418)
@@ -52,7 +52,10 @@
SSTS_OR_Delete = false;
-
+var SSTS_InstrumentGoodsManagement = false;
+
+SSTS_InstrumentGoodsManagement = true;
+
var today = '<%=request.getAttribute("today")%>';