Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r28275 -r28309 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 28275) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 28309) @@ -2498,7 +2498,7 @@ return; } var paperType = idCardInstance.idCardPaperType; - idCardInstance.name = idCardInstance.tousseDefinition.name; + //idCardInstance.name = idCardInstance.tousseDefinition.name; if(isTemplatePageType(paperType)){ if(invokeTemplatePrintFunction(paperType,idCardInstance)){ return; @@ -2507,8 +2507,6 @@ doGetLodop(); LODOP.PRINT_INIT(""); if(isUndefinedOrNullOrEmpty(idCardInstance.configKey)){ - - formTypeOfPrinted = "idCardLargeLabel"; if(paperType == "大标签"){ formTypeOfPrinted = "idCardLargeLabel"; @@ -2527,9 +2525,6 @@ } var configObj = printConfig[idCardInstance.configKey]; if(isUndefinedOrNullOrEmpty(configObj)){ -// var msg = '未找到('+idCardInstance.configKey+')的打印配置!'; -// alert(msg); -// return; configObj = idCardLargeLabelConfig_default; } setPrinterByConfig();