自动化立体仓库 - WMS系统
#
18516761980
2022-04-07 8e41c3abbae355b626158a276c08ee68d9afd0f5
src/main/webapp/static/js/locStatis/locStatis.js
@@ -63,7 +63,14 @@
        cols: [[{field: 'qty', align: 'center', title: '数量', width: 120}
            , {field: 'matNo', align: 'center', title: '产品编码'}
            , {field: 'matName', 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: '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: {
@@ -188,7 +195,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;
        }