Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r37916 -r37927 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 37916) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 37927) @@ -3147,11 +3147,18 @@ height = size.height; offsetTop = offsetTop * zoomRatio; + var recyclingStatus = $("#recyclingStatus").val(); + var canUpdatePrice = false; + if(sstsConfig.enableModifyThePriceOfForeignTousseInrecyclingRecord){ + if(recyclingStatus == '待接收' || recyclingStatus == '部分接收'){ + canUpdatePrice = true; + } + } layerIndex = layer.open({ type: 2, title: [tousseName + ' 信息', true], - content: 'setForeignTousseDefinition.jsp?resolution=' + resolution + '&width=' + width + '&height=' + height + '&row=' + row + '&tousseDefinitionID=' + tousseDefinitionID + '&applicationId=' + params_appId + '&recyclingrecordId=' + params_id, + content: 'setForeignTousseDefinition.jsp?resolution=' + resolution + '&width=' + width + '&height=' + height + '&row=' + row + '&tousseDefinitionID=' + tousseDefinitionID + '&applicationId=' + params_appId + '&recyclingrecordId=' + params_id + '&canUpdatePrice=' + canUpdatePrice, area: [width + 'px', height + heightExtra + 'px'], border: [5, 0.3, '#fff', true], closeBtn: [2, true], Index: ssts-web/src/main/webapp/disinfectsystem/config/szsdsrmyy/config.js =================================================================== diff -u -r37883 -r37927 --- ssts-web/src/main/webapp/disinfectsystem/config/szsdsrmyy/config.js (.../config.js) (revision 37883) +++ ssts-web/src/main/webapp/disinfectsystem/config/szsdsrmyy/config.js (.../config.js) (revision 37927) @@ -314,6 +314,8 @@ enableFilteredDataIsNotExportedOfTousseInstanceView:true, //是否在回收清点模块显示回收时间 enableDisplayRecyclingTimeOfrecyclingRecordList:true, +//允许在回收申请单中修改外来器械包的价格 +enableModifyThePriceOfForeignTousseInrecyclingRecord:true, //回收是否修改申请单备注,true修改 modifyRemarkInRecycling:true } \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/updateAmount.jsp =================================================================== diff -u -r32910 -r37927 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/updateAmount.jsp (.../updateAmount.jsp) (revision 32910) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/updateAmount.jsp (.../updateAmount.jsp) (revision 37927) @@ -9,7 +9,11 @@ - + @@ -301,12 +329,13 @@
  • 8
  • 9
  • 0
  • +
  • .