自动化立体仓库 - WMS系统
whycq
2023-07-24 b7e08df5a07b3fa832a46ecc31983e16f2bccc8c
src/main/webapp/static/js/locStatis/locStatis.js
@@ -60,10 +60,19 @@
        even: true,
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cols: [[{field: 'qty', align: 'center', title: '数量', width: 120}
        cols: [[{field: 'qty', align: 'center', title: '在库箱数', width: 120}
            , {field: 'matNo', align: 'center', title: '产品编码'}
            , {field: 'matName', align: 'center', title: '产品名称'}
            , {field: 'supplier', align: 'center', title: '批号'}
            , {field: 'specs', align: 'center',title: '规格'}
            , {field: 'unit', align: 'center',title: '单位', width:80}
            , {field: 'color', align: 'center',title: '颜色'}
            , {field: 'qtyBox', align: 'center',title: '每箱数量(PCS)'}
            , {field: 'allQty', align: 'center',title: '总数量(PCS)'}
            , {field: 'weight', align: 'center',title: '每箱重量(KG)'}
            , {field: 'str3', align: 'center',title: '客户名称'}
            , {field: 'str4', align: 'center',title: '项目信息'}
            , {field: 'str5$', align: 'center',title: '类别'}
            // , {field: 'supplier', align: 'center', title: '批号'}
            ]],
        request: {
            pageName: 'curr',
@@ -187,7 +196,8 @@
            case 'exportAll':
                layer.closeAll();
                layer.load(1, {shade: [0.1,'#fff']});
                location.href = baseUrl + "/stock/statis/export";
                location.href = baseUrl + "/stock/statis/export?matNo="+$("#matNo").val()+"&matName="+$("#matName").val()
                    +"&supplier="+$("#supplier").val()+"&str3="+$("#str3").val()+"&str4="+$("#str4").val()+"&memo="+$("#memo").val();
                layer.closeAll('loading');
                break;
        }