自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-02 0e86482af3f25b09a055adb3734e684133342404
src/main/webapp/static/js/trayCode/trayCode.js
@@ -106,9 +106,9 @@
                layer.open({
                    type: 1,
                    title: '生成托盘码',
                    // offset: '100px',
                    // area: ['360px'],
                    // shade: 0.1,
                    offset: '100px',
                    area: ['360px'],
                    shade: 0.1,
                    content: $('#print-windows'),
                    success: function(layero, index){
                        layer.iframeAuto(index)
@@ -293,8 +293,8 @@
        ,range: true
    });
    // 开始打印
    form.on('submit(print)', function (data) {
        console.log(data.field.type)
        $.ajax({
            url: baseUrl+"/trayCode/print/preview",
            headers: {'token': localStorage.getItem('token')},