#
luxiaotao1123
2020-06-06 d23f39f6e3f743f7b46097a9315a6e28398218e5
#
2个文件已修改
35 ■■■■■ 已修改文件
src/main/webapp/static/js/matCode/matCode.js 27 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/matCode/matCode.html 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
        }
    });
src/main/webapp/views/matCode/matCode.html
@@ -103,9 +103,11 @@
<!-- 打印操作弹窗 -->
<div id="printDataDiv" style="display: none;padding: 20px 40px">
    <div id="template-container">
        <div class="template-preview"></div>
        <div class="template-preview"></div>
        <div class="template-preview"></div>
    </div>
</div>
</body>