自动化立体仓库 - WMS系统
zjj
2023-09-08 be4bd9628e45923ee3dc5785cf2504781c841959
#物料编码管理
2个文件已修改
5 ■■■■■ 已修改文件
src/main/webapp/static/js/common.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/matCode/matCode_detail.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/common.js
@@ -179,6 +179,7 @@
    ,{field: 'str4', align: 'center', title: '项目信息'}
    ,{field: 'str5$', align: 'center', title: '类别', width:120}
    ,{field: 'str6', align: 'center', title: '每箱数量(PCS)', width:125}
    ,{field: 'num1', align: 'center', title: '安全箱数', width:125}
    
]
src/main/webapp/views/matCode/matCode_detail.html
@@ -144,8 +144,8 @@
                <input id="str10" class="layui-input" type="text">
            </div>
        </div>
        <div class="layui-inline"  style="width:31%;display: none">
            <label class="layui-form-label">:</label>
        <div class="layui-inline"  style="width:31%;">
            <label class="layui-form-label">安全箱数:</label>
            <div class="layui-input-inline">
                <input id="num1" class="layui-input" type="text" lay-verify="number" >
            </div>