自动化立体仓库 - WMS系统
LSH
2023-07-19 1cf3f1550a847b05cc6ec9c474b304f503aa9fc6
src/main/webapp/static/js/pakStore/turnOver2.js
@@ -3,7 +3,7 @@
function getCol() {
    var cols = [
        {field: 'anfme', align: 'center',title: '库存数量'}
        ,{field: 'locNo$', align: 'center',title: '库位号'}
        ,{field: 'loc_no', align: 'center',title: '库位号'}
    ];
    arrRemove(detlCols,  'field', 'anfme');
    cols.push.apply(cols, detlCols);
@@ -77,12 +77,13 @@
                if (locDetlData.length === 0){
                    layer.msg('请先提取商品库存', {icon: 2});
                } else {
                    // var staNo = $("#staNoSelect").val();
                    // if (staNo === "" || staNo === null){
                    //     layer.msg("请选择目标货主", {icon: 2});
                    //     return;
                    // }
                    var payment = $("#staNoPaymentSelect").val();
                    if (payment === "" || payment === null){
                        layer.msg("请选择目标货物形态", {icon: 2});
                        return;
                    }
                    let param = {
                        payment: payment,
                        locDetls: locDetlData
                    }
                    $.ajax({