#
luxiaotao1123
2021-03-05 c652626780b7b2ae7a4f962e880060ec08c891e1
src/main/webapp/static/js/custOrder/custOrder.js
@@ -267,9 +267,11 @@
            success: function (res) {
                console.log(res)
                if (res.code === 200){
                    res.data["barcodeUrl"]=baseUrl+"/custOrder/code/auth?type=1&param="+res.data.docNum;
                    var tpl = $('#pakoutPrintTpl').html();
                    var template = Handlebars.compile(tpl);
                    var html = template(res);
                    console.log(html)
                    var box = $("#box");
                    box.html(html);box.show();
                    box.print({