自动化立体仓库 - WMS系统
zyx
2024-02-20 7386177e736bb47a6b1a5d2f227177964cc8ab8d
物料打印
1个文件已添加
2个文件已修改
36 ■■■■ 已修改文件
src/main/webapp/static/image/hneLogo.jpg 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/pla/plaDetl.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pla/plaDetl.html 34 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/image/hneLogo.jpg
src/main/webapp/static/js/pla/plaDetl.js
@@ -435,8 +435,8 @@
                } else {
                    layer.open({
                        type: 1,
                        area: ['600px', '700px'],
                        title: '批量打印 [数量'+ data.length +']',
                        area: ['500px'],
                        shadeClose: true,
                        content: $('#printDataDiv'),
                        success: function(layero, index){
src/main/webapp/views/pla/plaDetl.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
    <meta charset="utf-8">
    <title></title>
@@ -108,7 +108,7 @@
        }
        /* ------------------------- 打印表格 -----------------------  */
        .template-preview {
            height: 200px;
            height: 350px;
            display: inline-block;
        }
        .contain td {
@@ -310,6 +310,19 @@
            <div id="template-container" style="margin: 20px;text-align: center">
                <!-- 预览图 3 -->
                <div id="template-preview-1" class="template-preview" style="display: block">
                    <div class="layui-row">
                        <div class="layui-col-xs3">
                            <img src="../../static/image/hneLogo.jpg" style="display: inline-block; width: 40%;height: 30%">
                        </div>
                        <div class="layui-col-xs9" style="text-align: left">
                            浙江省台州市台州湾新区台州湾大道188号</br>
                            Address:No. 188, Taizhou Bay Avenue, Taizhou Bay New Area, Taizhou City, Zhejiang Province
                        </div>
                    </div>
                    <div class="layui-row" style="font-size: xx-large; text-align: left; margin-left: 40px;">
                        </n>聚乳酸 Polylactic Acid
                    </div>
                    <div class="layui-row" style="alignment: center; margin-left: 100px;">
                    <table class="contain" width="280" style="overflow: hidden;font-size: xx-small;table-layout: fixed;">
                        <tr style="height: 74px">
                            <td align="center" scope="col" colspan="1">牌号</td>
@@ -334,6 +347,7 @@
                    </table>
                </div>
            </div>
            </div>
        </fieldset>
        <button class="layui-btn" id="doPrint" lay-submit lay-filter="doPrint" style="margin-top: 20px">确定</button>
@@ -353,6 +367,19 @@
<script type="text/template" id="templatePreview1" class="template-qrcode">
    <div class="template-preview">
    {{#each data}}
        <div class="layui-row">
            <div class="layui-col-xs3">
                <img src="../../static/image/hneLogo.jpg" style="display: inline-block; width: 40%;height: 30%">
            </div>
            <div class="layui-col-xs9" style="text-align: left">
                浙江省台州市台州湾新区台州湾大道188号</br>
                Address:No. 188, Taizhou Bay Avenue, Taizhou Bay New Area, Taizhou City, Zhejiang Province
            </div>
        </div>
        <div class="layui-row" style="font-size: xx-large; text-align: left; margin-left: 40px;">
            </n>聚乳酸 Polylactic Acid
        </div>
        <div class="layui-row" style="alignment: center; margin-left: 100px;">
    <table class="contain" width="280" style="overflow: hidden;font-size: xx-small;table-layout: fixed;">
        <tr style="height: 74px" >
            <td align="center" scope="col" colspan="1" style="font-weight: bold;"><strong style="font-weight: bold;color: black;">牌号</strong></td>
@@ -372,9 +399,10 @@
            <td align="center" colspan="1" style="font-weight: bold;color: black;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;"><strong style="font-weight: bold;color: black;">{{this.packageNo}}</strong></td>
        </tr>
    </table>
        </div>
    </br>
    {{/each}}
    </div>>
    </div>
</script>
</body>