Index: ssts-web/src/main/webapp/disinfectsystem/storageLocationManage/storageLocationLookView.js =================================================================== diff -u -r37479 -r37513 --- ssts-web/src/main/webapp/disinfectsystem/storageLocationManage/storageLocationLookView.js (.../storageLocationLookView.js) (revision 37479) +++ ssts-web/src/main/webapp/disinfectsystem/storageLocationManage/storageLocationLookView.js (.../storageLocationLookView.js) (revision 37513) @@ -614,6 +614,18 @@ } }); + var queryTypeArr = [ + { boxLabel: '查看', value: '查看' } + ] + + if(sstsConfig.enableOperationReservationShippedToTraysOfKardexContainer){ + queryTypeArr = [ + { boxLabel: '查看', value: '查看' }, + { boxLabel: '存入', value: '存入' }, + { boxLabel: '取出', value: '取出' } + ] + } + var form = new Ext.Panel({ region: 'north', labelAlign: 'right', @@ -946,11 +958,7 @@ name: "queryType", id: "queryType", listWidth: 400, - radios: [ - { boxLabel: '查看', value: '查看' }, - { boxLabel: '存入', value: '存入' }, - { boxLabel: '取出', value: '取出' } - ], + radios: queryTypeArr, listeners: { 'change': function (v, p, group, checked) { if (group == "查看") {