Index: ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.js =================================================================== diff -u -r20781 -r21194 --- ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.js (.../washForTouchScreen.js) (revision 20781) +++ ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.js (.../washForTouchScreen.js) (revision 21194) @@ -701,9 +701,11 @@ success : function(result) { if(result.success){ cleanPage(); - // 清除责任人 - $("#personInCharge").val(""); - $("#personInChargeCode").val(""); + if(emptyPersonInCharge == true){ + //清除责任人 + $("#personInCharge").val(""); + $("#personInChargeCode").val(""); + } alertDiv(result.message, true,false,true); setTimeout("closeDiv()",2500); }else{ Index: ssts-web/src/main/webapp/disinfectsystem/config/dgszyy/config.js =================================================================== diff -u -r20890 -r21194 --- ssts-web/src/main/webapp/disinfectsystem/config/dgszyy/config.js (.../config.js) (revision 20890) +++ ssts-web/src/main/webapp/disinfectsystem/config/dgszyy/config.js (.../config.js) (revision 21194) @@ -153,5 +153,7 @@ //使用记录转换申请单时外来器械包是否与普通器械包合并到一个申请单 foreignTousseAndInsideTousseMergeToTheSameComboApplicationAfterUseRecordConvert : true, //只有装配完成才能使用清洗篮筐回收 - recycleClassifyBasketAfterPacked:false + recycleClassifyBasketAfterPacked:false, + //是否启用触摸屏保存清洗记录后界面清空责任人 + enableWashSaveEmptyPersonInCharge : true } \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.jsp =================================================================== diff -u -r20372 -r21194 --- ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.jsp (.../washForTouchScreen.jsp) (revision 20372) +++ ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.jsp (.../washForTouchScreen.jsp) (revision 21194) @@ -79,6 +79,7 @@ var secondOrgUnitName = '<%=request.getAttribute("orgUnitName")%>'; var personInChargeAllowBlank = getBoolValueFromJs('sstsConfig.washAndDisinfectRecordPersonInChargeAllowBlank',true); var defaultDisinfectIdentificationBarcode = getStrValueFromJs('sstsConfig.defaultDisinfectIdentificationBarcode',""); +var emptyPersonInCharge = getStrValueFromJs('sstsConfig.enableWashSaveEmptyPersonInCharge',true); var defaultDisinfectProgramBarcode = getStrValueFromJs('sstsConfig.defaultDisinfectProgramBarcode',""); if(${havePosition}){