Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r25105 -r25149 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 25105) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 25149) @@ -3651,6 +3651,10 @@ function getPrintBarcodeURL(obj){ var barcode = obj.barcode; var url = WWWROOT + "/disinfectSystem/printBarcodeAction!printBarcodeImage.do?barcode=" + barcode+"&codeType="+getBarcodeCodeType(obj.codeType); + if (typeof(obj.barcodeImgWidth) != "undefined" && typeof(obj.barcodeImgWidth) != "undefined"){ + url += "&barcodeImgWidth=" + sstsConfig.barcodeImgWidth + "&barcodeImgHeight=" + sstsConfig.barcodeImgHeight; + } + return url; } function getBarcodeCodeType(codeType){