Index: ssts-web/src/main/resources/systemset/operationDefine.xml =================================================================== diff -u -r39540 -r39708 --- ssts-web/src/main/resources/systemset/operationDefine.xml (.../operationDefine.xml) (revision 39540) +++ ssts-web/src/main/resources/systemset/operationDefine.xml (.../operationDefine.xml) (revision 39708) @@ -53,6 +53,7 @@ + Index: ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js =================================================================== diff -u -r38749 -r39708 --- ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js (.../config.js) (revision 38749) +++ ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js (.../config.js) (revision 39708) @@ -382,6 +382,10 @@ enableInterventionToRemoveToussesShortcutsOfUserRecord:true, //启用使用记录预约加急功能 enableScheduleExpeditedOfUseRecord:true, + //库位查看的扩展查询项 + expandQueryFieldsConfigOfStorageLocationLook:[{"fieldName":"locationStatus","queryName":"库位状态"}], + //启用库位查看的废弃并取出功能 + enableTheScrapAndTakeAutFeatureOfstorageLocationLookView:true, //PDA桌面图标别名设置(GDSRMYY-581) aliasNameOfPDADesktopIcons:{"instrumentGoodsManagement":"v1"} } \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/storageLocationManage/storageLocationLookView.js =================================================================== diff -u -r38706 -r39708 --- ssts-web/src/main/webapp/disinfectsystem/storageLocationManage/storageLocationLookView.js (.../storageLocationLookView.js) (revision 38706) +++ ssts-web/src/main/webapp/disinfectsystem/storageLocationManage/storageLocationLookView.js (.../storageLocationLookView.js) (revision 39708) @@ -10,6 +10,18 @@ if (sstsConfig.enableSurgicalInstrumentsManagement && sstsConfig.enableWarehousePositionModule) { enableWarehousePositionAndSurgicalInstrumentsCanBeOperatedInTandemFunction = sstsConfig.enableWarehousePositionAndSurgicalInstrumentsCanBeOperatedInTandemFunction; } +var expandQueryFieldsConfigOfStorageLocationLook = sstsConfig.expandQueryFieldsConfigOfStorageLocationLook || []; +var locationStatusHidden = true; +var locationStatusName = '库位状态'; +if(expandQueryFieldsConfigOfStorageLocationLook.length > 0){ + for(var i=0;i + SSTS_storageLocationLook_Update = false; + @@ -85,6 +89,7 @@ +