print4.html 3.14 KB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>送货单打印(普通A4)</title>
</head>
<body>
<div>
    <div>
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
                <td height="30" colspan="3"><h3 style=" font-weight:bold;text-align:center;letter-spacing: 5px;font-size:24px;">${rOrgName}${printDeliveryName}设备送货单</h3></td>
                <td width="12%" height="30" rowspan="4" valign="top">${qrCode}</td>
            </tr>
            <tr>
                <td width="25%" height="30">供应商:${fOrgName}</td>
                <td width="25%" height="30">送货单号:${sendNo}</td>
                <!--<td width="25%" height="30">医疗机构:${rOrgName}</td>		-->
            </tr>
            <tr>
                <td height="30">制单人:${sendUserName}</td>
                <td height="30" colspan="2">制单时间:${sendDate}</td>
            </tr>
            <tr>
                <td height="30" >收货科室:${tDeptName}</td>
                <td height="30" colspan="2">收货地址:${tfAddress}</td>
            </tr>
            <tr>

            </tr>
        </table>
    </div>
    <div>
        <table style="border-collapse:collapse;border-spacing:0;font-size: 14px;">
            <tr style="height: 25px;">
                <td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;">序号</td>
                <td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;" width="190">产品名称</td>
                <td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;" width="100">规格</td>
                <td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;" width="100">型号</td>
                <td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;" width="50">单位</td>
                <td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;" width="50">数量</td>
                <td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;" width="50">单价</td>
                <td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;border-right:1px solid #000000;" width="80">金额</td>
            </tr>
            ${tableContent}
        </table>
    </div>
    <div>
        ${afterTable
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr height="35px;">
                <td  width="30%" align="left">验收人:</td>
                <td  width="30%" align="left">收货人:</td>
                <td   width="20%" align="left">总金额:${totalPrice}</td>
            </tr>
        </table>
        }
    </div>
</div>
</body>
</html>