Index: ssts-web/src/main/webapp/disinfectsystem/common/cssdUtils.js =================================================================== diff -u -r24579 -r24584 --- ssts-web/src/main/webapp/disinfectsystem/common/cssdUtils.js (.../cssdUtils.js) (revision 24579) +++ ssts-web/src/main/webapp/disinfectsystem/common/cssdUtils.js (.../cssdUtils.js) (revision 24584) @@ -242,8 +242,8 @@ printSummaryObj.washOperator = tousseObj.washOperator; printSummaryObj.tousseType = tousseObj.tousseType; - top.Ext4.applyIf(printSummaryObj,tousseObj); - top.Ext4.applyIf(printSummaryObj,foreignTousseAppInfo); + dingxiang_applyIf(printSummaryObj,tousseObj); + dingxiang_applyIf(printSummaryObj,foreignTousseAppInfo); printSummaryObj.nameWithoutDepart = tousseObj.tousseNameWithoutDepart; setMaterialsForPrint(printSummaryObj,barcodes[j]); defaultPrintForeignToussePackage(printSummaryObj); @@ -281,7 +281,7 @@ obj.washOperator = tousseObj.washOperator; obj.tousseType = tousseObj.tousseType; - top.Ext4.applyIf(obj,tousseObj); + dingxiang_applyIf(obj,tousseObj); obj.nameWithoutDepart = tousseObj.tousseNameWithoutDepart; defaultPrintPackage(obj); }