Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r37957 -r37960 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 37957) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 37960) @@ -3167,9 +3167,12 @@ offsetTop = offsetTop * zoomRatio; var recyclingStatus = $("#recyclingStatus").val(); var canUpdatePrice = false; + var recyclingItemId = $("#recyclingItemId"+row).val(); if(sstsConfig.enableModifyThePriceOfForeignTousseInrecyclingRecord){ - if(recyclingStatus == '待接收' || recyclingStatus == '部分接收'){ + if(recyclingStatus == '待接收'){ canUpdatePrice = true; + }else if(recyclingStatus == '部分接收' && recyclingItemId == ''){ + canUpdatePrice = true; } }