#
luxiaotao1123
2021-03-05 2ef7a952a57fe2aa679ec56b429f4e46923535b5
src/main/webapp/static/js/custOrder/custOrder.js
@@ -220,6 +220,7 @@
                            } else {
                                layer.msg(res.msg)
                            }
                            $(".layui-laypage-btn")[0].click();
                        }
                    })
                });
@@ -270,8 +271,6 @@
                    var tpl = $('#pakoutPrintTpl').html();
                    var template = Handlebars.compile(tpl);
                    var html = template(res);
                    console.log(html)
                    console.log(res)
                    var box = $("#pakoutPrintBox");
                    box.html(html);box.show();
                    box.print({