Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r14735 -r14835 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 14735) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 14835) @@ -736,6 +736,10 @@ }); if(!isExist){ + var isThereIdentificationCard = '否'; + if(td.isDisableIDCard == "否"){ + isThereIdentificationCard = '是'; + } var toussItem = { row: $("#tousseItemTable tbody tr").length, tousseItemId: '', @@ -746,7 +750,7 @@ loadedAmount: 0, isCleanedEntirely: td.isCleanedEntirely, tousseType: td.tousseType, - isThereIdentificationCard: td.isDisableIDCard, + isThereIdentificationCard: isThereIdentificationCard, isApplyEntireTousse: td.isApplyEntireTousse, urgentAmount : 0 };