| 123456789101112131415161718192021 | <!doctype html><html><head><meta charset="utf-8"><title>ERP</title><script type="text/javascript" src="{$theme}js/system.js"></script></head><body> <script>window.onload = function() { var LODOP;LODOP=getLodop();LODOP.ADD_PRINT_HTM(10,10,"100%","100%","<!DOCTYPE html>"+'<div style="font-size:16px;height: 100%;font-family: Microsoft Yahei;"><div style="width: 100%;padding-bottom: 10px;font-size: 18px;text-align: center;">发货单:fu</div><div style="width: 100%;padding-bottom: 10px;"><font>express</font> - <font style="font-size:13px">country</font></div><div style="width: 100%;padding-bottom: 10px;">订单号:<font>orderinfo</font></div><div style="width: 100%;padding-bottom: 10px;"><div>订单编号:<font style="font-size: 18px;font-weight: bold;"><b>number</b></font></div><div style="height:126px"></div></div><div style="width: 100%;padding-bottom: 10px;min-height:80px;">仓库品名:<span style="font-size: 20px;"><b>shipremarks</b></span></div><div style="width: 100%;padding-bottom: 10px;"><strong>总计<font>ts</font>条</strong>  <font>time</font>已打印<font>printnumber</font>次</div></div>');LODOP.ADD_PRINT_BARCODE(150,20,308,100,"128Auto","{$data['number']}");LODOP.SET_PRINT_STYLEA(0,"ShowBarText",0);LODOP.PRINT_DESIGN();};</script></body></html>
 |