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(); });