dailyCheck.vm 1.91 KB
<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title>欧洲仓周检查通知邮件</title>
    <base target="_blank"/>
    <style id="blockquoteStyle" type="text/css">blockquote {
        display: none;
    }</style>
    <style type="text/css">
        body {
            font-size: 14px;
            font-family: arial, verdana, sans-serif;
            line-height: 1.666;
            padding: 0;
            margin: 0;
            overflow: auto;
            white-space: normal;
            word-wrap: break-word;
            min-height: 100px
        }

        td, input, button, select, body {
            font-family: Helvetica, 'Microsoft Yahei', verdana
        }

        <!--pre {-->
            <!--white-space: pre-wrap;-->
            <!--white-space: -moz-pre-wrap;-->
            <!--white-space: -o-pre-wrap;-->
            <!--word-wrap: break-word-->
            <!--}-->

        th, td {
            font-family: arial, verdana, sans-serif;
            line-height: 1.666
        }

        img {
            border: 0
        }

        header, footer, section, aside, article, nav, figure, figcaption {
            display: block
        }
    </style>

    <style id="ntes_link_color" type="text/css">a, td a {
        color: #1D6CA3
    }</style>
</head>

<body>

<pre>
尊敬的:

    您好
			中恒日常报表检查
            erp委托中恒发货单数量: $erpShipmentNumber
            出库单和拣货单对比:$outBoundAndPick
            taobao物料和erp物料映射关系:$taobaoAndErp
            erp和wms物料映射关系:$erpAndWms
            物料保留数量和订单数量对比:$allocationAndOrder
            物料交易与库存数量对比:$transationAndBalance
            昨日未处理出库单:$yesterdayUnShiped
            昨日未处理入库单:$unShipedInbound


                                                系统管理员
    $date
</pre>
</body>
</html>