自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-02 ff5782381a5ad6896a2c5b198aff75b4fe0267e6
src/main/webapp/static/js/trayCode/trayCode.js
@@ -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')},