Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r26799 -r26822 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 26799) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 26822) @@ -1182,7 +1182,7 @@ obj.defaultPrintFun(); } } -function CreateStorageLocation(barcode,name,unitName,storageLocationCode,simpleName) { +function createStorageLocation(barcode,name,unitName,storageLocationCode,simpleName) { doGetLodop(); var tableHtml =""; tableHtml += ""; @@ -1215,7 +1215,7 @@ doGetLodop(); LODOP.PRINT_INIT(""); LODOP.SET_PRINTER_INDEX(-1);// TODO 可增加切换打印机的处理 - CreateStorageLocation(barcode,name,unitName,storageLocationCode,simpleName); + createStorageLocation(barcode,name,unitName,storageLocationCode,simpleName); LODOP.PRINT(); } else { alert("打印内容为空"); @@ -1226,7 +1226,7 @@ if (barcode != null && barcode != '') { doGetLodop(); LODOP.PRINT_INIT(""); - CreateStorageLocation(barcode,name,unitName,storageLocationCode,simpleName); + createStorageLocation(barcode,name,unitName,storageLocationCode,simpleName); LODOP.SET_SHOW_MODE("HIDE_PAPER_BOARD",1); LODOP.PREVIEW(); } else {