src/main/webapp/static/js/matCode/matCode.js
@@ -194,6 +194,20 @@ } }); break; // 批量打印 case "btnPrintBatch": layer.open({ type: 1, title: '批量打印', shadeClose: true, content: $('#printDataDiv'), success: function(layero, index){ }, end: function () { } }); break; } }); @@ -354,7 +368,20 @@ }); } break; // 打印 case "btnPrint": layer.open({ type: 1, title: '打印', shadeClose: true, content: $('#printDataDiv'), success: function(layero, index){ }, end: function () { } }); break; } });