自动化立体仓库 - WMS系统
#
18516761980
2022-03-26 6eb88cc26b11a6ad79469e30b40eb9196e2ed0e1
#
4个文件已修改
20 ■■■■ 已修改文件
src/main/webapp/static/js/common.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/locDetl/locDetl.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/matCode/matCode.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/locDetl/locDetl.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/common.js
@@ -170,15 +170,15 @@
    {field: 'matNo', align: 'center',title: '产品编码'}
    ,{field: 'matName', align: 'center',title: '产品名称'}
    ,{field: 'specs', align: 'center',title: '规格型号'}
    ,{field: 'unit', align: 'center',title: '单位'}
    ,{field: 'unit', align: 'center',title: '单位', width:80}
    // ,{field: 'num1', align: 'center',title: '数量'}
    ,{field: 'size', align: 'center',title: '尺寸', hide: true}
    ,{field: 'color', align: 'center',title: '颜色'}
    ,{field: 'weight', align: 'center', title: '每箱重量(KG)'}
    ,{field: 'weight', align: 'center', title: '每箱重量(KG)', width:120}
    ,{field: 'str3', align: 'center', title: '客户名称'}
    ,{field: 'str4', align: 'center', title: '项目信息'}
    ,{field: 'str5$', align: 'center', title: '类别'}
    ,{field: 'str6', align: 'center', title: '每箱数量(PCS)'}
    ,{field: 'str5$', align: 'center', title: '类别', width:120}
    ,{field: 'str6', align: 'center', title: '每箱数量(PCS)', width:125}
    
]
src/main/webapp/static/js/locDetl/locDetl.js
@@ -1,8 +1,8 @@
var pageCurr;
function getCol() {
    var cols = [{field: 'locNo$', align: 'center',title: '库位号'},
        {field: 'matNo', align: 'center',title: '产品编码'}
        ,{field: 'matName', align: 'center',title: '产品名称'}
    var cols = [{field: 'locNo$', align: 'center',title: '库位号', width:85},
        {field: 'matNo', align: 'center',title: '产品编码', width:160}
        ,{field: 'matName', align: 'center',title: '产品名称', width:220}
        ,{field: 'specs', align: 'center',title: '规格'}
        ,{field: 'qty', align: 'center',title: '入库数量'}
        ,{field: 'qtyBox', align: 'center',title: '每箱数量(PCS)'}
@@ -45,7 +45,7 @@
        limits: [16, 30, 50, 100, 200, 500],
        even: true,
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cellMinWidth: 200,
        cols: [getCol()],
        request: {
            pageName: 'curr',
src/main/webapp/static/js/matCode/matCode.js
@@ -7,7 +7,7 @@
    cols.push.apply(cols, matCols);
    cols.push({field: 'modiUser$', align: 'center',title: '修改人员', hide: true}
        ,{field: 'modiTime$', align: 'center',title: '修改时间', hide: true}
        ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:110})
        ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120})
    return cols;
}
layui.use(['table','laydate', 'form','upload'], function(){
src/main/webapp/views/locDetl/locDetl.html
@@ -25,7 +25,7 @@
        </div>
    </div>
    <div class="layui-inline">
        <div class="layui-input-inline">
        <div class="layui-input-inline" style="width: 200px">
            <input class="layui-input" type="text" name="condition" placeholder="请输入" autocomplete="off">
        </div>
    </div>