Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingDamage.jsp =================================================================== diff -u -r28969 -r29245 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingDamage.jsp (.../recyclingDamage.jsp) (revision 28969) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingDamage.jsp (.../recyclingDamage.jsp) (revision 29245) @@ -196,7 +196,8 @@ tousseBarcode : tousseBarcode, amount: amountSum-newUnconfirmedAmount, errorDamageQmKey : errorDamageQmKey, - unconfirmedAmount:0 + unconfirmedAmount:0, + intoBasketAmount:0 }; newJsonArray.push(item); } @@ -222,7 +223,7 @@ alert("填写了备注,请选择报损的材料!"); return; } - window.parent.setTousseItemRecyclingDamage(row,JSON.stringify(newJsonArray),$('#damageRemark').val()); + window.parent.setTousseItemRecyclingDamage(row,JSON.stringify(newArray(newJsonArray)),$('#damageRemark').val()); closeLayer(); } //获取报损的材料信息,添加质量监测用 Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.jsp =================================================================== diff -u -r28969 -r29245 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.jsp (.../recyclingErrors.jsp) (revision 28969) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.jsp (.../recyclingErrors.jsp) (revision 29245) @@ -214,7 +214,8 @@ tousseBarcode : tousseBarcode, amount: amountSum-newUnconfirmedAmount, errorDamageQmKey : errorDamageQmKey, - unconfirmedAmount:0 + unconfirmedAmount:0, + intoBasketAmount:0 }; newJsonArray.push(item); } @@ -241,7 +242,7 @@ alert("填写了备注,请选择丢失的材料!"); return; } - window.parent.setTousseItemRecyclingError(row,JSON.stringify(newJsonArray),$('#errorRemark').val()); + window.parent.setTousseItemRecyclingError(row,JSON.stringify(newArray(newJsonArray)),$('#errorRemark').val()); closeLayer(); } // 获取丢失的材料信息,添加质量监测用