自动化立体仓库 - WMS系统
1
ZY
2025-03-29 c65db22f67af8018ae7105ea00d8743e42835e13
src/main/webapp/static/js/inventoryVariance/inventoryVariance.js
@@ -2,7 +2,7 @@
var tableData;
function getCol() {
    var cols = [
        {field: 'matnr', align: 'center',title: '存货编码'}
        {field: 'matnr', align: 'center',title: '商品编码'}
        ,{field: 'csocode', align: 'center',title: '销售订单号', sort:true}
        ,{field: 'isoseq', align: 'center',title: '销售订单行号', sort:true}
        ,{field: 'iquantity', align: 'center',title: 'ERP存货数量', sort:true}
@@ -145,6 +145,7 @@
                break;
            case 'exportData':
                layer.confirm('确定导出Excel吗', {shadeClose: true}, function(){
                    layer.load(2, {time: 600*1000});
                    var titles=[];
                    var fields=[];
                    obj.config.cols[0].map(function (col) {