自动化立体仓库 - WMS系统
pang.jiabao
2024-09-03 c00ab4c3aa9f93620260a465709a7c346bfb50a4
界面显示优化
4个文件已修改
8 ■■■■ 已修改文件
src/main/webapp/static/js/common.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/locDetl/locDetl.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/locDetl/locDetl.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/wrkDetl/wrkDetl.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/common.js
@@ -247,7 +247,7 @@
    ,{field: 'weight', align: 'center',title: '单箱净重', hide: false, sort:true}
    ,{field: 'length', align: 'center',title: '长度', hide: false}
    ,{field: 'volume', align: 'center',title: '单箱毛重', hide: false}
    ,{field: 'threeCode', align: 'center',title: '合格否', hide: false}
    ,{field: 'threeCode', align: 'center',title: '合格否', hide: true}
    ,{field: 'supp', align: 'center',title: '供应商', hide: true}
    ,{field: 'suppCode', align: 'center',title: '供应商编码', hide: true}
    ,{field: 'beBatch$', align: 'center',title: '是否批次', hide: true, sort:true}
src/main/webapp/static/js/locDetl/locDetl.js
@@ -26,7 +26,7 @@
        ,{field: 'weight', align: 'center',title: '单箱净重', hide: true}
        ,{field: 'length', align: 'center',title: '长度', hide: false}
        ,{field: 'volume', align: 'center',title: '单箱毛重', hide: false}
        ,{field: 'threeCode', align: 'center',title: '合格否', hide: false}
        ,{field: 'threeCode', align: 'center',title: '合格否', hide: true}
        ,{field: 'supp', align: 'center',title: '供应商', hide: true}
        ,{field: 'suppCode', align: 'center',title: '供应商编码', hide: true}
        ,{field: 'beBatch$', align: 'center',title: '是否批次', hide: true}
src/main/webapp/views/locDetl/locDetl.html
@@ -26,7 +26,7 @@
    </div>
    <div class="layui-inline">
        <div class="layui-input-inline">
            <input class="layui-input" type="text" name="matnr" placeholder="规格" autocomplete="off">
            <input class="layui-input" type="text" name="brand" placeholder="包装组号" autocomplete="off">
        </div>
    </div>
    <div class="layui-inline">
src/main/webapp/views/wrkDetl/wrkDetl.html
@@ -26,7 +26,7 @@
    </div>
    <div class="layui-inline">
        <div class="layui-input-inline">
            <input class="layui-input" type="text" name="matnr" placeholder="规格" autocomplete="off">
            <input class="layui-input" type="text" name="brand" placeholder="包装组号" autocomplete="off">
        </div>
    </div>
    <div class="layui-inline">