Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.jsp =================================================================== diff -u -r29368 -r29487 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.jsp (.../recyclingErrors.jsp) (revision 29368) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.jsp (.../recyclingErrors.jsp) (revision 29487) @@ -242,7 +242,7 @@ alert("填写了备注,请选择丢失的材料!"); return; } - window.parent.setTousseItemRecyclingError(row,JSON.stringify(newArray(newJsonArray)),$('#errorRemark').val()); + window.parent.setTousseItemRecyclingError(row,JSON.stringify(newJsonArray),$('#errorRemark').val()); closeLayer(); } // 获取丢失的材料信息,添加质量监测用 @@ -410,13 +410,13 @@ if('${param.resolution}' == '1980'){ width = 750; height = 400; - } + } openElement = obj; - $.layer({ - type : 2, - title : ['修改数量',true], - iframe : {src : 'updateAmount.jsp?from=errors&resolution=${param.resolution}&row='+row}, - area : [width + 'px' , height + 'px'], + layer.open({ + type : 2, + title : ['修改数量',true], + content : './updateAmount.jsp?from=errors&resolution=${param.resolution}&row='+row, + area : [width + 'px' , height + 'px'], border : [5, 0.3, '#fff', true], closeBtn : [2 , true], offset : ['250px','']