@@ -93,6 +93,7 @@
<script type="text/javascript">
// 选择打印设备
var selPrinter = -1;
+ var LODOP = null;
$(function () {
$.Huitab("#tab_demo .tabBar span","#tab_demo .tabCon","current","click","0");
// 获取系统的打印机
@@ -113,7 +114,7 @@
layer.msg("未选中订单",{icon: 2,time:3000});
return;
}
- var LODOP=getLodop();
+ LODOP=getLodop();
// 选择打印设备,注意:选择打印机时,需要区别IE类浏览器和非IE浏览器
var isIE = (navigator.userAgent.indexOf('MSIE')>=0) || (navigator.userAgent.indexOf('Trident')>=0);
if (!isIE) {