From b0439968a963b60c49a7b533bb78b9637fc56c01 Mon Sep 17 00:00:00 2001 From: jianweie code Date: Mon, 29 Jul 2024 23:53:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0Lodop=E6=89=93=E5=8D=B0=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E8=AF=AD=E5=8F=A5=EF=BC=8C=E9=98=B2=E6=AD=A2=E9=AB=98=E4=BD=8E?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=8D=E5=85=BC=E5=AE=B9=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html index 3f727863..6309a699 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html @@ -892,6 +892,7 @@ view(this.id).render('order/orders/shopping', { data: e.data }).done(function () { form.on('submit(LAY-app-order-shoppingPrint-submit)', function (data) { LODOP = getLodop(); + LODOP.PRINT_INIT("打印购物订单"); LODOP.ADD_PRINT_HTM(20, "5%", "90%", "100%", document.getElementById("printDiv").innerHTML); LODOP.PREVIEW(); form.render(); @@ -925,6 +926,7 @@ view(this.id).render('order/orders/distribution', { data: e.data }).done(function () { form.on('submit(LAY-app-order-distributionPrint-submit)', function (data) { LODOP = getLodop(); + LODOP.PRINT_INIT("打印配货清单"); LODOP.ADD_PRINT_HTM(20, "5%", "90%", "100%", document.getElementById("printDiv").innerHTML); LODOP.PREVIEW(); }); @@ -957,6 +959,7 @@ view(this.id).render('order/orders/union', { data: e.data }).done(function () { form.on('submit(LAY-app-order-unionPrint-submit)', function (data) { LODOP = getLodop(); + LODOP.PRINT_INIT("打印联合购物清单"); LODOP.ADD_PRINT_HTM(20, "5%", "90%", "100%", document.getElementById("printDiv").innerHTML); LODOP.PREVIEW(); });