王佳豪
2021-05-31 c1ff40432af2ecf8b8bff5485d40ed54a5f929ae
拣货单打印字体xx-small调为x-large
1个文件已修改
16 ■■■■ 已修改文件
src/main/webapp/views/order/order.html 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/order/order.html
@@ -209,8 +209,8 @@
</body>
<script type="text/template" id="pakoutPrintTpl">
    <!-- 头 -->
    <div id="print-header" style="margin: 20px 0">
        <div style="text-align: center">
    <div id="print-header" style="margin: 20px 0; ">
        <div style="text-align: center; font-size: x-large">
            <div style="text-align: center;margin-bottom: 10px">
                <span style="font-family: 宋体"> 拣货单 </span>
            </div>
@@ -218,15 +218,15 @@
            <img class="template-code template-qrcode" src="{{data.barcodeUrl}}" style="width: 80%">
            <p style="letter-spacing: 2px;margin-top: 5px">{{data.docNum}}</p>
        </div>
        <div style="font-size: xx-small; text-align: left; margin-top: 10px">
        <div style="font-size: x-large; text-align: left; margin-top: 10px">
            <span style="font-family: 宋体">客户:{{data.cstmrName}}</span>
        </div>
        <div style="margin-top: 10px">
            <div style="float: left;width: 50%; text-align: left">
                <span style="font-size: xx-small;font-family: 宋体">拣货数量:{{data.total}}</span>
                <span style="font-size: x-large;font-family: 宋体">拣货数量:{{data.total}}</span>
            </div>
            <div style="float: left; width: 50%; text-align: right">
                <span style="font-size: xx-small;font-family: 宋体">拣货人:{{data.workerName}}</span>
                <span style="font-size: x-large;font-family: 宋体">拣货人:{{data.workerName}}</span>
            </div>
            <div style="clear:both;"></div>
        </div>
@@ -236,12 +236,12 @@
    <div style="margin-top: 10px">
        {{#each data.list}}
        <div class="pakout-item" style="padding: 10px 5px 10px 5px;border-top: 1px solid #525252">
            <div class="item-header" style="margin-top: 10px;font-family: 宋体; font-size: x-small">
            <div class="item-header" style="margin-top: 10px;font-family: 宋体; font-size: x-large">
                {{maktx}}
            </div>
            <div class="item-content" style="margin: 10px 0 ">
                <div style="float: left;font-family: 宋体; font-size: xx-small">{{anfme}}{{unit}}</div>
                <div style="float: right;font-family: 宋体; font-size: xx-small">货位:{{locNo}}</div>
                <div style="float: left;font-family: 宋体; font-size: x-large">{{anfme}}{{unit}}</div>
                <div style="float: right;font-family: 宋体; font-size: x-large">货位:{{locNo}}</div>
                <div style="clear: both;"></div>
            </div>
        </div>